forked from kowsik/blitz-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
51 lines (49 loc) · 1.04 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
GEM
remote: http://rubygems.org/
specs:
couchrest (1.0.1)
json (>= 1.4.6)
mime-types (>= 1.15)
rest-client (>= 1.5.1)
diff-lcs (1.1.2)
git (1.2.5)
hexy (0.1.1)
jeweler (1.5.1)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
json (1.5.1)
json_pure (1.5.1)
mime-types (1.16)
multi_json (1.0.4)
rake (0.9.2.2)
rest-client (1.6.1)
mime-types (>= 1.16)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
simplecov (0.5.4)
multi_json (~> 1.0.3)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
term-ansicolor (1.0.5)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.0.0)
couchrest (~> 1.0.1)
hexy (~> 0.1.1)
jeweler (~> 1.5.1)
json (~> 1.5.1)
json_pure (~> 1.5.1)
rake (~> 0.9.2)
rest-client (~> 1.6.1)
rspec (~> 2.6)
rspec-core (~> 2.6)
simplecov (>= 0.4.2)
term-ansicolor (= 1.0.5)