-
Notifications
You must be signed in to change notification settings - Fork 9
/
Gemfile.lock
103 lines (99 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
GIT
remote: git://github.com/mohitsethi/vagrant.git
revision: 7b440339f3d801e60e2451823dec04aae772d86a
specs:
vagrant (1.3.2.dev)
childprocess (~> 0.3.7)
erubis (~> 2.7.0)
i18n (~> 0.6.0)
log4r (~> 1.1.9)
net-scp (~> 1.1.0)
net-ssh (~> 2.6.6)
PATH
remote: .
specs:
vagrant-hp (0.1.4)
fog (~> 1.19.0)
GEM
remote: https://rubygems.org/
specs:
ast (1.1.0)
builder (3.2.2)
bundler-unload (1.0.2)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
diff-lcs (1.2.5)
docile (1.1.2)
erubis (2.7.0)
excon (0.31.0)
executable-hooks (1.3.1)
ffi (1.9.3)
fog (1.19.0)
builder
excon (~> 0.31.0)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0)
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5)
ruby-hmac
formatador (0.2.4)
i18n (0.6.9)
log4r (1.1.10)
mime-types (2.0)
mini_portile (0.5.3)
multi_json (1.8.4)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.6.8)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
parser (2.1.4)
ast (~> 1.1)
slop (~> 3.4, >= 3.4.5)
powerpack (0.0.9)
rainbow (1.99.1)
rake (10.1.1)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec-core (2.14.7)
rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
rubocop (0.16.0)
parser (~> 2.1)
powerpack (~> 0.0.6)
rainbow (>= 1.1.4)
ruby-hmac (0.4.0)
rubygems-bundler (1.4.2)
bundler-unload (>= 1.0.2)
executable-hooks (>= 1.2.5)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.4.7)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
tins (0.13.1)
PLATFORMS
ruby
DEPENDENCIES
coveralls
rake
rspec-core (~> 2.14.7)
rspec-expectations (~> 2.14.4)
rspec-mocks (~> 2.14.4)
rubocop
rubygems-bundler
vagrant!
vagrant-hp!