... | ... |
@@ -1,18 +1,18 @@ |
1 | 1 |
source "http://rubygems.org" |
2 | 2 |
|
3 | 3 |
group :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' |
|
16 | 16 |
end |
17 | 17 |
|
18 |
-gem 'sinatra', '1.2.6' |
|
18 |
+gem 'sinatra', '~> 1.3.2' |
... | ... |
@@ -1,66 +1,69 @@ |
1 | 1 |
GEM |
2 | 2 |
remote: http://rubygems.org/ |
3 | 3 |
specs: |
4 |
- RedCloth (4.2.8) |
|
4 |
+ RedCloth (4.2.9) |
|
5 | 5 |
albino (1.3.3) |
6 | 6 |
posix-spawn (>= 0.3.6) |
7 | 7 |
blankslate (2.1.2.4) |
8 |
- chunky_png (1.2.1) |
|
8 |
+ chunky_png (1.2.5) |
|
9 | 9 |
classifier (1.3.3) |
10 | 10 |
fast-stemmer (>= 1.0.0) |
11 |
- compass (0.11.5) |
|
11 |
+ compass (0.12.1) |
|
12 | 12 |
chunky_png (~> 1.2) |
13 | 13 |
fssm (>= 0.2.7) |
14 | 14 |
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) |
|
29 | 29 |
maruku (0.6.0) |
30 | 30 |
syntax (>= 1.0.0) |
31 | 31 |
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) |
|
37 | 39 |
rdiscount (1.6.8) |
38 | 40 |
rubypants (0.2.0) |
39 |
- rubypython (0.5.1) |
|
41 |
+ rubypython (0.5.3) |
|
40 | 42 |
blankslate (>= 2.1.2.3) |
41 | 43 |
ffi (~> 1.0.7) |
42 | 44 |
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) |
|
47 | 50 |
syntax (1.0.0) |
48 |
- tilt (1.3.2) |
|
51 |
+ tilt (1.3.3) |
|
49 | 52 |
|
50 | 53 |
PLATFORMS |
51 | 54 |
ruby |
52 | 55 |
|
53 | 56 |
DEPENDENCIES |
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) |