Skip to content

Commit

Permalink
Setup Appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Mar 23, 2016
1 parent 76ea783 commit b261df6
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
appraise "jekyll-3.1" do
gem "jekyll", "3.1.2"
end

appraise "jekyll-3" do
gem "jekyll", "3.0.3"
end

appraise "jekyll-2" do
gem "jekyll", "2.5.3"
end
7 changes: 7 additions & 0 deletions gemfiles/jekyll_2.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", "2.5.3"

gemspec :path => "../"
7 changes: 7 additions & 0 deletions gemfiles/jekyll_3.1.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.1.2"

gemspec :path => "../"
7 changes: 7 additions & 0 deletions gemfiles/jekyll_3.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.0.3"

gemspec :path => "../"

0 comments on commit b261df6

Please sign in to comment.