File tree Expand file tree Collapse file tree 3 files changed +55
-1
lines changed Expand file tree Collapse file tree 3 files changed +55
-1
lines changed Original file line number Diff line number Diff line change 1
1
pkg /*
2
- _site
2
+ _site
3
+ .bundle
Original file line number Diff line number Diff line change
1
+ source :gemcutter
2
+
3
+ group :development do
4
+ gem 'jeweler'
5
+ end
6
+
7
+ group :test do
8
+ gem 'actionpack' , '2.3.8'
9
+ gem 'mocha' , '>=0.9.8'
10
+ gem 'typhoeus' , '>=0.1.13'
11
+ gem 'em-http-request'
12
+ gem 'curb' , ">= 0.6.6.0"
13
+ end
Original file line number Diff line number Diff line change
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ actionpack (2.3.8 )
5
+ activesupport (= 2.3.8 )
6
+ rack (~> 1.1.0 )
7
+ activesupport (2.3.8 )
8
+ addressable (2.2.0 )
9
+ curb (0.7.7.1 )
10
+ em-http-request (0.2.10 )
11
+ addressable (>= 2.0.0 )
12
+ eventmachine (>= 0.12.9 )
13
+ eventmachine (0.12.10 )
14
+ gemcutter (0.4.1 )
15
+ json_pure
16
+ git (1.2.5 )
17
+ jeweler (1.4.0 )
18
+ gemcutter (>= 0.1.0 )
19
+ git (>= 1.2.5 )
20
+ rubyforge (>= 2.0.0 )
21
+ json_pure (1.4.3 )
22
+ mocha (0.9.8 )
23
+ rake
24
+ rack (1.1.0 )
25
+ rake (0.8.7 )
26
+ rubyforge (2.0.4 )
27
+ json_pure (>= 1.1.7 )
28
+ typhoeus (0.1.31 )
29
+ rack
30
+
31
+ PLATFORMS
32
+ ruby
33
+
34
+ DEPENDENCIES
35
+ actionpack (= 2.3.8 )
36
+ curb (>= 0.6.6.0 )
37
+ em-http-request
38
+ jeweler
39
+ mocha (>= 0.9.8 )
40
+ typhoeus (>= 0.1.13 )
You can’t perform that action at this time.
0 commit comments