-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGemfile.lock
49 lines (46 loc) · 1 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
PATH
remote: .
specs:
virtualmaster (0.1.4)
commander (~> 4.1.2)
deltacloud-client (~> 0.5.0)
net-ssh (~> 2.3.0)
terminal-table (~> 1.4.4)
GEM
remote: http://rubygems.org/
specs:
commander (4.1.2)
highline (~> 1.6.11)
deltacloud-client (0.5.0)
nokogiri (>= 1.4.3)
rest-client (>= 1.6.1)
diff-lcs (1.1.3)
highline (1.6.12)
mime-types (1.18)
multi_json (1.3.5)
net-ssh (2.3.0)
nokogiri (1.5.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
simplecov (0.6.4)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
terminal-table (1.4.5)
PLATFORMS
ruby
DEPENDENCIES
rspec (~> 2)
simplecov
simplecov-rcov
virtualmaster!