File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11source "http://rubygems.org"
22
33group :development do
4- gem 'rake'
5- gem 'rack'
6- gem 'jekyll'
7- gem 'rdiscount'
8- gem 'pygments.rb'
9- gem 'RedCloth'
10- gem 'haml' , '>= 3.1'
11- gem 'compass' , '>= 0.11 '
12- gem 'rubypants'
13- gem 'rb-fsevent'
14- gem 'stringex'
15- gem 'liquid' , '2.2.2 '
4+ gem 'rake' , '~> 0.9.2'
5+ gem 'rack' , '~> 1.4.1'
6+ gem 'jekyll' , '~> 0.11.2'
7+ gem 'rdiscount' , '~> 1.6.8'
8+ gem 'pygments.rb' , '~> 0.2.12'
9+ gem 'RedCloth' , '~> 4.2.9'
10+ gem 'haml' , '~> 3.1.6 '
11+ gem 'compass' , '~> 0.12.1 '
12+ gem 'rubypants' , '~> 0.2.0'
13+ gem 'rb-fsevent' , '~> 0.9'
14+ gem 'stringex' , '~> 1.4.0'
15+ gem 'liquid' , '~> 2.3.0 '
1616end
1717
18- gem 'sinatra' , '1.2.6 '
18+ gem 'sinatra' , '~> 1.3.2 '
Original file line number Diff line number Diff line change 11GEM
22 remote: http://rubygems.org/
33 specs:
4- RedCloth (4.2.8 )
4+ RedCloth (4.2.9 )
55 albino (1.3.3 )
66 posix-spawn (>= 0.3.6 )
77 blankslate (2.1.2.4 )
8- chunky_png (1.2.1 )
8+ chunky_png (1.2.5 )
99 classifier (1.3.3 )
1010 fast-stemmer (>= 1.0.0 )
11- compass (0.11.5 )
11+ compass (0.12.1 )
1212 chunky_png (~> 1.2 )
1313 fssm (>= 0.2.7 )
1414 sass (~> 3.1 )
15- directory_watcher (1.4.0 )
16- fast-stemmer (1.0.0 )
17- ffi (1.0.9 )
18- fssm (0.2.7 )
19- haml (3.1.2 )
20- jekyll (0.11.0 )
21- albino (>= 1.3.2 )
22- classifier (>= 1.3.1 )
23- directory_watcher (>= 1. 1.1 )
24- kramdown (>= 0.13.2 )
25- liquid (>= 1.9.0 )
26- maruku (>= 0.5.9 )
27- kramdown (0.13.3 )
28- liquid (2.2.2 )
15+ directory_watcher (1.4.1 )
16+ fast-stemmer (1.0.1 )
17+ ffi (1.0.11 )
18+ fssm (0.2.9 )
19+ haml (3.1.6 )
20+ jekyll (0.11.2 )
21+ albino (~> 1.3 )
22+ classifier (~> 1.3 )
23+ directory_watcher (~> 1.1 )
24+ kramdown (~> 0.13 )
25+ liquid (~> 2.3 )
26+ maruku (~> 0.5 )
27+ kramdown (0.13.6 )
28+ liquid (2.3.0 )
2929 maruku (0.6.0 )
3030 syntax (>= 1.0.0 )
3131 posix-spawn (0.3.6 )
32- pygments.rb (0.1.3 )
33- rubypython (>= 0.5.1 )
34- rack (1.3.2 )
35- rake (0.9.2 )
36- rb-fsevent (0.4.3.1 )
32+ pygments.rb (0.2.12 )
33+ rubypython (~> 0.5.3 )
34+ rack (1.4.1 )
35+ rack-protection (1.2.0 )
36+ rack
37+ rake (0.9.2.2 )
38+ rb-fsevent (0.9.1 )
3739 rdiscount (1.6.8 )
3840 rubypants (0.2.0 )
39- rubypython (0.5.1 )
41+ rubypython (0.5.3 )
4042 blankslate (>= 2.1.2.3 )
4143 ffi (~> 1.0.7 )
4244 sass (3.1.18 )
43- sinatra (1.2.6 )
44- rack (~> 1.1 )
45- tilt (>= 1.2.2 , < 2.0 )
46- stringex (1.3.0 )
45+ sinatra (1.3.2 )
46+ rack (~> 1.3 , >= 1.3.6 )
47+ rack-protection (~> 1.2 )
48+ tilt (~> 1.3 , >= 1.3.3 )
49+ stringex (1.4.0 )
4750 syntax (1.0.0 )
48- tilt (1.3.2 )
51+ tilt (1.3.3 )
4952
5053PLATFORMS
5154 ruby
5255
5356DEPENDENCIES
54- RedCloth
55- compass (>= 0.11 )
56- haml (>= 3.1 )
57- jekyll
58- liquid (= 2.2.2 )
59- pygments.rb
60- rack
61- rake
62- rb-fsevent
63- rdiscount
64- rubypants
65- sinatra (= 1.2.6 )
66- stringex
57+ RedCloth ( ~> 4.2.9 )
58+ compass (~> 0.12.1 )
59+ haml (~> 3.1.6 )
60+ jekyll ( ~> 0.11.2 )
61+ liquid (~> 2.3.0 )
62+ pygments.rb ( ~> 0.2.12 )
63+ rack ( ~> 1.4.1 )
64+ rake ( ~> 0.9.2 )
65+ rb-fsevent ( ~> 0.9 )
66+ rdiscount ( ~> 1.6.8 )
67+ rubypants ( ~> 0.2.0 )
68+ sinatra (~> 1.3.2 )
69+ stringex ( ~> 1.4.0 )
You can’t perform that action at this time.
0 commit comments