File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'github-pages' , '>= 82 '
3
+ gem 'github-pages' , '>= 89 '
Original file line number Diff line number Diff line change 8
8
- ' Gemfile'
9
9
- ' README.md'
10
10
- ' vendor'
11
+ - ' eyecatch.rb'
11
12
# デフォルトと同じだが「utf-8で記事を書こう」という宣言的な意味合で残した。
12
13
encoding : utf-8
13
14
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ title: Vim Magazine 2016 年 7 月号
46
46
* 7.4.2119: lambda内で外側のスコープの変数をキャプチャできるようになりました。
47
47
* 7.4.2120: ユーザー関数に ` closure ` を指定できるようになりました。
48
48
* 7.4.2121: lambda と closure のサポートを ` +lambda ` で確認できるようになりました。
49
- * [ パッチ番号なし] ( travis+osx ) : Travis CI で OSX のテストを実行するようになりました。
49
+ * [ パッチ番号なし] [ travis+osx ] : Travis CI で OSX のテストを実行するようになりました。
50
50
51
51
[ travis+osx ] :https://github.com/vim/vim/commit/b20617b0b0d15523961618717d6cd2195674c363
52
52
[ sd201608 ] :http://gihyo.jp/magazine/SD/archive/2016/201608
Original file line number Diff line number Diff line change
1
+ serve 'bundle exec jekyll serve'
2
+ port 4000
3
+
4
+ before_build {
5
+ run 'rbenv versions'
6
+ run 'rbenv local ruby-2.2.5'
7
+ run 'bundle install --path vendor --binstubs'
8
+ }
You can’t perform that action at this time.
0 commit comments