We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbcc8e commit 5f51003Copy full SHA for 5f51003
.rvmrc
@@ -1 +1 @@
1
-rvm ruby-1.9.2-p180
+rvm ruby-1.9.2
Gemfile
@@ -4,6 +4,7 @@ gem 'nanoc', '~> 3.1.6'
4
gem 'kramdown', '~> 0.13.2'
5
gem 'nokogiri', '~> 1.4.4'
6
gem 'yajl-ruby', '~> 0.8.2'
7
+gem 'pygmentize', '~> 0.0.3'
8
9
group :development do
10
gem 'adsf'
Gemfile.lock
@@ -10,6 +10,7 @@ GEM
nanoc3 (3.1.6)
11
cri (>= 1.0.0)
12
nokogiri (1.4.4)
13
+ pygmentize (0.0.3)
14
rack (1.2.2)
15
yajl-ruby (0.8.2)
16
@@ -21,4 +22,5 @@ DEPENDENCIES
21
22
kramdown (~> 0.13.2)
23
nanoc (~> 3.1.6)
24
nokogiri (~> 1.4.4)
25
+ pygmentize (~> 0.0.3)
26
yajl-ruby (~> 0.8.2)
0 commit comments