-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathGemfile.lock
45 lines (42 loc) · 891 Bytes
/
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
PATH
remote: .
specs:
close_enough (0.2.1)
damerau-levenshtein (~> 0.5.4)
GEM
remote: http://rubygems.org/
specs:
colorize (0.5.8)
coveralls (0.6.2)
colorize
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
thor
damerau-levenshtein (0.5.4)
diff-lcs (1.2.1)
mime-types (1.21)
multi_json (1.7.1)
rake (10.0.3)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
thor (0.17.0)
PLATFORMS
ruby
DEPENDENCIES
close_enough!
coveralls
rake (~> 10.0.3)
rspec (~> 2.13.0)