This repository was archived by the owner on Dec 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gem 'nanoc', '~> 3.3.7'
55gem 'kramdown' , '~> 0.13.2'
66gem 'nokogiri' , '~> 1.4.4'
77gem 'yajl-ruby' , '~> 0.8.2'
8- gem 'pygmentize' , '~> 0.0.3 '
8+ gem 'pygments.rb '
99gem 'mime-types' , '~> 1.16'
1010gem 'coderay'
1111
Original file line number Diff line number Diff line change 33 specs:
44 adsf (1.1.1 )
55 rack (>= 1.0.0 )
6+ blankslate (2.1.2.4 )
67 coderay (1.0.6 )
78 colored (1.2 )
89 cri (2.3.0 )
910 colored (>= 1.2 )
11+ ffi (1.0.11 )
1012 kramdown (0.13.7 )
1113 mime-types (1.18 )
1214 nanoc (3.3.7 )
1315 cri (~> 2.2 )
1416 nokogiri (1.4.7 )
15- pygmentize (0.0.3 )
17+ pygments.rb (0.2.12 )
18+ rubypython (~> 0.5.3 )
1619 rack (1.4.1 )
1720 rake (0.9.2.2 )
21+ rubypython (0.5.3 )
22+ blankslate (>= 2.1.2.3 )
23+ ffi (~> 1.0.7 )
1824 yajl-ruby (0.8.3 )
1925
2026PLATFORMS
@@ -27,6 +33,6 @@ DEPENDENCIES
2733 mime-types (~> 1.16 )
2834 nanoc (~> 3.3.7 )
2935 nokogiri (~> 1.4.4 )
30- pygmentize ( ~> 0.0.3 )
36+ pygments.rb
3137 rake (~> 0.9.2 )
3238 yajl-ruby (~> 0.8.2 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ compile '*' do
1717 filter :erb
1818 filter :kramdown
1919 filter :colorize_syntax ,
20- :colorizers => { :javascript => :pygmentize }
20+ :colorizers => { :javascript => :pygmentsrb }
2121 layout 'default'
2222end
2323
You can’t perform that action at this time.
0 commit comments