File tree 7 files changed +44
-0
lines changed
7 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ language : ruby
2
+ rvm :
3
+ - 2.0
4
+ - 2.1
5
+ - 2.2
6
+ gemfile :
7
+ - gemfiles/jekyll_3.1.gemfile
8
+ - gemfiles/jekyll_3.gemfile
9
+ - gemfiles/jekyll_2.gemfile
Original file line number Diff line number Diff line change
1
+ appraise "jekyll-3.1" do
2
+ gem "jekyll" , "3.1.2"
3
+ end
4
+
5
+ appraise "jekyll-3" do
6
+ gem "jekyll" , "3.0.3"
7
+ end
8
+
9
+ appraise "jekyll-2" do
10
+ gem "jekyll" , "2.5.3"
11
+ end
Original file line number Diff line number Diff line change 1
1
# jekyll-toc
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/toshimaru/jekyll-toc.svg?branch=master )] ( https://travis-ci.org/toshimaru/jekyll-toc )
3
4
[ ![ Gem Version] ( https://badge.fury.io/rb/jekyll-toc.svg )] ( http://badge.fury.io/rb/jekyll-toc )
4
5
[ ![ Dependency Status] ( https://gemnasium.com/toshimaru/jekyll-toc.svg )] ( https://gemnasium.com/toshimaru/jekyll-toc )
5
6
[ ![ Code Climate] ( https://codeclimate.com/github/toshimaru/jekyll-toc/badges/gpa.svg )] ( https://codeclimate.com/github/toshimaru/jekyll-toc )
Original file line number Diff line number Diff line change
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "jekyll", "2.5.3"
6
+
7
+ gemspec :path => "../"
Original file line number Diff line number Diff line change
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "jekyll", "3.1.2"
6
+
7
+ gemspec :path => "../"
Original file line number Diff line number Diff line change
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "jekyll", "3.0.3"
6
+
7
+ gemspec :path => "../"
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ Gem::Specification.new do |spec|
16
16
spec . require_paths = [ "lib" ]
17
17
18
18
spec . add_runtime_dependency "nokogiri" , "~> 1.6"
19
+
20
+ spec . add_development_dependency "appraisal"
19
21
spec . add_development_dependency 'minitest' , "~> 5.0"
20
22
spec . add_development_dependency "jekyll" , "~> 2.0"
21
23
spec . add_development_dependency "rake"
You can’t perform that action at this time.
0 commit comments