Skip to content

Commit

Permalink
Merge pull request #19 from toshimaru/add-jekyll3.4
Browse files Browse the repository at this point in the history
Add support for Jekyll 3.4
  • Loading branch information
toshimaru authored Mar 28, 2017
2 parents 132d92e + 1a8d3c0 commit 573d310
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/Gemfile.lock
/.bundle/
/coverage
*.gemfile.lock
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
appraise "jekyll-3.4" do
gem "jekyll", "3.4.3"
end

appraise "jekyll-3.3" do
gem "jekyll", "3.3.1"
end
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/jekyll_3.4.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "jekyll", "3.4.3"

gemspec :path => "../"
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JekyllToc
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit 573d310

Please sign in to comment.