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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c8ec55eea899018a9da753f534037fbd7ccec64d
4
- data.tar.gz: 8c42327a3c29996bc27f2b4dc3825254e6bdc7d7
3
+ metadata.gz: b30bdcf2e2b2ca6263318614c9b5b34b377e8045
4
+ data.tar.gz: 5d1c21fe38e675aed1f3fed59a5e886f921072ed
5
5
  SHA512:
6
- metadata.gz: 736b5dd04c0de34fe64583503df1ea0c4dfddab3b9e3a253a271e8131fdd7cc5c1f8bef0d92d0445f4c094e0da5df95878be6f68db6d35ed5d833fc50450f0e7
7
- data.tar.gz: 1bfd63dc9f1e3049f068af76805ad4786777f9fa6f531bc082364f4c2240f8aa70b4349b06374f15689a047f7e73c6a14c642fabfa2ef293e64a8df8b95fe147
6
+ metadata.gz: e0bfc80826dd892710b037763e4519c888bdccacc68f74c74a5cc2d6dfc2903f9aaa6c921a31f26aaea2cf1065362eb179678ecd9570b962c257a3c5add4ac00
7
+ data.tar.gz: eddf98c1af5b58a3f969f26403395e79adf6f06789f7d82b837a5ab502bf25e34a616c3c170af7bc094ff057620436dccaca3b6dad12f192c8191835cc198dfb
data/Gemfile CHANGED
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
2
 
3
3
  group :development do
4
4
  gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git'
5
- gem 'abiquo-api', '~> 0.1.1'
5
+ gem 'abiquo-api', '~> 0.1.2'
6
6
  gem 'rake'
7
7
  gem 'pry'
8
8
  gem 'pry-byebug'
data/Gemfile.lock CHANGED
@@ -24,22 +24,23 @@ GIT
24
24
  PATH
25
25
  remote: .
26
26
  specs:
27
- vagrant_abiquo (0.0.2)
28
- abiquo-api (~> 0.1.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.1)
35
- addressable (~> 2.4.0, >= 2.4.0)
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 (~> 2.0, >= 2.0.2)
40
+ json
41
41
  simple_oauth (~> 0.3.1, >= 0.3.1)
42
- addressable (2.4.0)
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.1)
143
+ abiquo-api (~> 0.1.2)
142
144
  pry
143
145
  pry-byebug
144
146
  rake
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Abiquo
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  end
5
5
  end
@@ -15,6 +15,6 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
16
16
  gem.require_paths = ["lib"]
17
17
 
18
- gem.add_dependency "abiquo-api", "~> 0.1.1"
18
+ gem.add_dependency "abiquo-api", "~> 0.1.2"
19
19
  gem.add_dependency "log4r"
20
20
  end
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.2
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.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.1
27
+ version: 0.1.2
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: log4r
30
30
  requirement: !ruby/object:Gem::Requirement