vagrant_abiquo 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +9 -7
- data/lib/vagrant_abiquo/version.rb +1 -1
- data/vagrant_abiquo.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b30bdcf2e2b2ca6263318614c9b5b34b377e8045
|
|
4
|
+
data.tar.gz: 5d1c21fe38e675aed1f3fed59a5e886f921072ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0bfc80826dd892710b037763e4519c888bdccacc68f74c74a5cc2d6dfc2903f9aaa6c921a31f26aaea2cf1065362eb179678ecd9570b962c257a3c5add4ac00
|
|
7
|
+
data.tar.gz: eddf98c1af5b58a3f969f26403395e79adf6f06789f7d82b837a5ab502bf25e34a616c3c170af7bc094ff057620436dccaca3b6dad12f192c8191835cc198dfb
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -24,22 +24,23 @@ GIT
|
|
|
24
24
|
PATH
|
|
25
25
|
remote: .
|
|
26
26
|
specs:
|
|
27
|
-
vagrant_abiquo (0.0.
|
|
28
|
-
abiquo-api (~> 0.1.
|
|
27
|
+
vagrant_abiquo (0.0.3)
|
|
28
|
+
abiquo-api (~> 0.1.2)
|
|
29
29
|
log4r
|
|
30
30
|
|
|
31
31
|
GEM
|
|
32
32
|
remote: https://rubygems.org/
|
|
33
33
|
specs:
|
|
34
|
-
abiquo-api (0.1.
|
|
35
|
-
addressable
|
|
34
|
+
abiquo-api (0.1.2)
|
|
35
|
+
addressable
|
|
36
36
|
excon (~> 0.43, >= 0.43.0)
|
|
37
37
|
faraday (~> 0.9.2, >= 0.9.2)
|
|
38
38
|
faraday_middleware (~> 0.10.0, >= 0.10.0)
|
|
39
39
|
formatador (~> 0.2, >= 0.2.5)
|
|
40
|
-
json
|
|
40
|
+
json
|
|
41
41
|
simple_oauth (~> 0.3.1, >= 0.3.1)
|
|
42
|
-
addressable (2.
|
|
42
|
+
addressable (2.5.0)
|
|
43
|
+
public_suffix (~> 2.0, >= 2.0.2)
|
|
43
44
|
builder (3.2.3)
|
|
44
45
|
byebug (9.0.6)
|
|
45
46
|
childprocess (0.5.9)
|
|
@@ -97,6 +98,7 @@ GEM
|
|
|
97
98
|
pry-byebug (3.4.2)
|
|
98
99
|
byebug (~> 9.0)
|
|
99
100
|
pry (~> 0.10)
|
|
101
|
+
public_suffix (2.0.5)
|
|
100
102
|
rake (12.0.0)
|
|
101
103
|
rb-fsevent (0.9.8)
|
|
102
104
|
rb-inotify (0.9.8)
|
|
@@ -138,7 +140,7 @@ PLATFORMS
|
|
|
138
140
|
ruby
|
|
139
141
|
|
|
140
142
|
DEPENDENCIES
|
|
141
|
-
abiquo-api (~> 0.1.
|
|
143
|
+
abiquo-api (~> 0.1.2)
|
|
142
144
|
pry
|
|
143
145
|
pry-byebug
|
|
144
146
|
rake
|
data/vagrant_abiquo.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant_abiquo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Beneyto
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 0.1.
|
|
20
|
+
version: 0.1.2
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 0.1.
|
|
27
|
+
version: 0.1.2
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: log4r
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|