vagrant_abiquo 0.1.1 → 0.1.2

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: 58eb494fe56e98ff80575daa5b315bd36cc90e99
4
- data.tar.gz: 0f753b4f53dc2f4627fe59c9773327b8a483a979
3
+ metadata.gz: cc437ab7fa179d24e29966d900d6458b7f5b7e14
4
+ data.tar.gz: c3f99bff73f70d5eb04359b5b29718a7fb9f1fde
5
5
  SHA512:
6
- metadata.gz: '088009219ca6fffda336db1e70b84b0e97f08d922edc6d235a9a4134e2d779579c4b0d39d41b2d95b69cfe58a87af2c6c5dfd426f228b2c74275d4ec4a7535de'
7
- data.tar.gz: ecb85532271eaef5138ce42a8bed22426a99c61c165ab85eda6a9c84c1c9d106c0cc6074889fcecf522352b40905b280a0906cd8e3c09e3fb56c1a7e5e534e8c
6
+ metadata.gz: daf9f1a349b02199f11cfb0ed3365642d24371a2dedc6be17ce45624139d68544c485a4afa0efbc8770a7ee5d1da8f66f1e573b1c9b43c2c92e6df0d7d1be946
7
+ data.tar.gz: 79e725b8bd165fd9d08101902efccc73fdae8ae37411865cf04587dc65fcb81290d31b7eb7a71d793ac73f028f7471c52f01fda9eec2ed9c3c1fb3d05cf5860b
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.2'
5
+ gem 'abiquo-api', '~> 0.1.3'
6
6
  gem 'rake'
7
7
  gem 'pry'
8
8
  gem 'pry-byebug'
@@ -23,14 +23,14 @@ GIT
23
23
  PATH
24
24
  remote: .
25
25
  specs:
26
- vagrant_abiquo (0.1.1)
27
- abiquo-api (~> 0.1.2)
26
+ vagrant_abiquo (0.1.2)
27
+ abiquo-api (~> 0.1.3)
28
28
  log4r
29
29
 
30
30
  GEM
31
31
  remote: https://rubygems.org/
32
32
  specs:
33
- abiquo-api (0.1.2)
33
+ abiquo-api (0.1.3)
34
34
  addressable
35
35
  excon (~> 0.43, >= 0.43.0)
36
36
  faraday (~> 0.9.2, >= 0.9.2)
@@ -38,8 +38,8 @@ GEM
38
38
  formatador (~> 0.2, >= 0.2.5)
39
39
  json
40
40
  simple_oauth (~> 0.3.1, >= 0.3.1)
41
- addressable (2.5.1)
42
- public_suffix (~> 2.0, >= 2.0.2)
41
+ addressable (2.5.2)
42
+ public_suffix (>= 2.0.2, < 4.0)
43
43
  builder (3.2.3)
44
44
  byebug (9.0.6)
45
45
  childprocess (0.6.3)
@@ -48,7 +48,7 @@ GEM
48
48
  domain_name (0.5.20170404)
49
49
  unf (>= 0.0.5, < 1.0.0)
50
50
  erubis (2.7.0)
51
- excon (0.58.0)
51
+ excon (0.59.0)
52
52
  faraday (0.9.2)
53
53
  multipart-post (>= 1.2, < 3)
54
54
  faraday_middleware (0.10.1)
@@ -94,7 +94,7 @@ GEM
94
94
  pry-byebug (3.4.2)
95
95
  byebug (~> 9.0)
96
96
  pry (~> 0.10)
97
- public_suffix (2.0.5)
97
+ public_suffix (3.0.0)
98
98
  rake (12.0.0)
99
99
  rb-fsevent (0.10.2)
100
100
  rb-inotify (0.9.10)
@@ -136,7 +136,7 @@ PLATFORMS
136
136
  ruby
137
137
 
138
138
  DEPENDENCIES
139
- abiquo-api (~> 0.1.2)
139
+ abiquo-api (~> 0.1.3)
140
140
  pry
141
141
  pry-byebug
142
142
  rake
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Abiquo
3
- VERSION = '0.1.1'
3
+ VERSION = '0.1.2'
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.2"
18
+ gem.add_dependency "abiquo-api", "~> 0.1.3"
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Beneyto
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-09-17 00:00:00.000000000 Z
12
+ date: 2017-10-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: abiquo-api
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: 0.1.2
20
+ version: 0.1.3
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.2
27
+ version: 0.1.3
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: log4r
30
30
  requirement: !ruby/object:Gem::Requirement