replaced pygmentize by pygments.rb · github/developer.github.com@b35c706 · GitHub
Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit b35c706

Browse files
committed
replaced pygmentize by pygments.rb
1 parent b830a8e commit b35c706

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion

Gemfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,24 @@ GEM
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

2026
PLATFORMS
@@ -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)

Rules

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)