This repository was archived by the owner on Nov 1, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ gem 'builder'
44gem 'coderay'
55gem 'kramdown' , '~> 0.13.2'
66gem 'mime-types' , '~> 1.16'
7- gem 'nanoc' , '~> 3.3.7 '
7+ gem 'nanoc' , '~> 3.4.0 '
88gem 'nokogiri' , '~> 1.4.4'
99gem 'pygments.rb'
1010gem 'rake' , '~> 0.9.2'
Original file line number Diff line number Diff line change 44 adsf (1.1.1 )
55 rack (>= 1.0.0 )
66 blankslate (2.1.2.4 )
7- builder (3.0.0 )
7+ builder (3.1.3 )
88 coderay (1.0.6 )
99 colored (1.2 )
1010 cri (2.3.0 )
1515 fssm (0.2.9 )
1616 kramdown (0.13.7 )
1717 mime-types (1.18 )
18- nanoc (3.3.7 )
18+ nanoc (3.4.0 )
1919 cri (~> 2.2 )
2020 nokogiri (1.4.7 )
2121 pygments.rb (0.2.12 )
@@ -41,7 +41,7 @@ DEPENDENCIES
4141 fssm
4242 kramdown (~> 0.13.2 )
4343 mime-types (~> 1.16 )
44- nanoc (~> 3.3.7 )
44+ nanoc (~> 3.4.0 )
4545 nokogiri (~> 1.4.4 )
4646 pygments.rb
4747 rake (~> 0.9.2 )
Original file line number Diff line number Diff line change 1919compile '/feed/' do
2020 filter :erb
2121 filter :kramdown , :toc_levels => [ 2 ]
22- filter :colorize_syntax ,
23- :colorizers => { :javascript => :pygmentsrb }
2422end
2523
2624%w( v3 */ ) . each do |version |
You can’t perform that action at this time.
0 commit comments