Skip to content

Commit

Permalink
Merge pull request github#100 from ddfreyne/pygmentsrb
Browse files Browse the repository at this point in the history
Use pygments.rb instead of pygmentize
  • Loading branch information
pengwynn committed Jun 8, 2012
2 parents 159c3ff + b35c706 commit 8760258
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,11 +1,11 @@
source "http://rubygems.org"

gem 'rake', '~> 0.9.2'
gem 'nanoc', '~> 3.1.6'
gem 'nanoc', '~> 3.3.7'
gem 'kramdown', '~> 0.13.2'
gem 'nokogiri', '~> 1.4.4'
gem 'yajl-ruby', '~> 0.8.2'
gem 'pygmentize', '~> 0.0.3'
gem 'pygments.rb'
gem 'mime-types', '~> 1.16'
gem 'coderay'

Expand Down
36 changes: 21 additions & 15 deletions Gemfile.lock
@@ -1,21 +1,27 @@
GEM
remote: http://rubygems.org/
specs:
adsf (1.0.1)
adsf (1.1.1)
rack (>= 1.0.0)
coderay (1.0.5)
cri (1.0.1)
kramdown (0.13.2)
mime-types (1.16)
nanoc (3.1.6)
nanoc3 (>= 3.1.6)
nanoc3 (3.1.6)
cri (>= 1.0.0)
nokogiri (1.4.4)
pygmentize (0.0.3)
rack (1.2.2)
blankslate (2.1.2.4)
coderay (1.0.6)
colored (1.2)
cri (2.3.0)
colored (>= 1.2)
ffi (1.0.11)
kramdown (0.13.7)
mime-types (1.18)
nanoc (3.3.7)
cri (~> 2.2)
nokogiri (1.4.7)
pygments.rb (0.2.12)
rubypython (~> 0.5.3)
rack (1.4.1)
rake (0.9.2.2)
yajl-ruby (0.8.2)
rubypython (0.5.3)
blankslate (>= 2.1.2.3)
ffi (~> 1.0.7)
yajl-ruby (0.8.3)

PLATFORMS
ruby
Expand All @@ -25,8 +31,8 @@ DEPENDENCIES
coderay
kramdown (~> 0.13.2)
mime-types (~> 1.16)
nanoc (~> 3.1.6)
nanoc (~> 3.3.7)
nokogiri (~> 1.4.4)
pygmentize (~> 0.0.3)
pygments.rb
rake (~> 0.9.2)
yajl-ruby (~> 0.8.2)
2 changes: 1 addition & 1 deletion Rules
Expand Up @@ -17,7 +17,7 @@ compile '*' do
filter :erb
filter :kramdown
filter :colorize_syntax,
:colorizers => {:javascript => :pygmentize}
:colorizers => {:javascript => :pygmentsrb}
layout 'default'
end

Expand Down

0 comments on commit 8760258

Please sign in to comment.