vmware-vra 1.6.0 → 1.6.1

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: 32967b6a528fdaea4b4c969fcc58ea9f1e84bd1a
4
- data.tar.gz: 023a8634851534b756d4651373665802fb96c75b
3
+ metadata.gz: 6ac2699b418d64fce4f9120bb6ba446153b0a8b8
4
+ data.tar.gz: f9fd06ca3a0b903424bf3844e077e291711d0140
5
5
  SHA512:
6
- metadata.gz: 4b54eb12f4e39519bb79fba806443064e019a34a917d9b1710186fa55ce99ecd9571e681b638df8bfadcc5d26398f7235e5476522d4984c293b456b39fdde91a
7
- data.tar.gz: e59668d3a5130eb86d671d57bd5ecc83b1b31fb3c7d4b052faf75ce8fd1da241e51440bc2ccf38bd52519c8d70ab70e235d231849457c055b8b58ea795417af6
6
+ metadata.gz: b94be722c12fb7a9543757e369fa8ab53c4ece8855cbf197282761cc4086aefeba315f91b55b497bf62f5577111574236d970238acd817674a6ac065ae959466
7
+ data.tar.gz: c1afa96be5492f647b90a0aa3ecda8a751fa58d5231f0158cd4e5b10c4b3471d7407263b1a18af141bc388c01df66b511382f8ce9c05a3cb69cfe86e90ea9c99
@@ -1,5 +1,8 @@
1
1
  # vmware-vra-gem CHANGELOG
2
2
 
3
+ ## v1.6.1 (2016-05-10)
4
+ * Bowing to the Rubocop gods.
5
+
3
6
  ## v1.6.0 (2016-05-10)
4
7
  * [pr#28](https://github.com/chef-partners/vmware-vra-gem/pull/28) Remove rest-client dependency
5
8
 
@@ -30,7 +30,7 @@ module Vra
30
30
  raise ArgumentError, 'must supply an id or a catalog item data hash'
31
31
  end
32
32
 
33
- if ! @id.nil? && ! @catalog_item_data.nil?
33
+ if !@id.nil? && !@catalog_item_data.nil?
34
34
  raise ArgumentError, 'must supply an id OR a catalog item data hash, not both'
35
35
  end
36
36
 
@@ -33,7 +33,7 @@ module Vra
33
33
  raise ArgumentError, 'must supply an id or a resource data hash'
34
34
  end
35
35
 
36
- if ! @id.nil? && ! @resource_data.nil?
36
+ if !@id.nil? && !@resource_data.nil?
37
37
  raise ArgumentError, 'must supply an id OR a resource data hash, not both'
38
38
  end
39
39
 
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module Vra
20
- VERSION = '1.6.0'.freeze
20
+ VERSION = '1.6.1'.freeze
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmware-vra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Leff