vmware-vra 2.0.0.pre2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -2
  3. data/lib/vra/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c68b4c75a0c26044cb2fcd810f74f38451496e0
4
- data.tar.gz: 5a1f45b41cba6b70ca5c1768283639cd25621d51
3
+ metadata.gz: c0ac86bf07bf23c2d343eb2d95f4097b94c395fd
4
+ data.tar.gz: dfd35f1c6f912f24d93b8c3912e5a88141c12f4b
5
5
  SHA512:
6
- metadata.gz: d69a34c8ca838510c6c081440be5720e74f38931a60f9e4a95e2eb733bc56d4e225cd1918c948e5a117480479de1fed9a685a4170ed5d274fe6b347ab8d7f627
7
- data.tar.gz: 8a8b1adf43f9e6fa78affe3a1801cb13001d32b3bb4e48c0422b2d5317e7f813b9f63da5e63aed215893a7d094f228ae3e1725852c70727236a81526a4c64fd9
6
+ metadata.gz: f63143a0e9be5f3b8fdc234cff0dcd94a22226920d5aab62b7137bbb65a89c7c998e822d97025099a856804ef16bd2b91ae62dba1d314061ae24acb27878a6bf
7
+ data.tar.gz: 4e05423a74373b62dc62fc48b0cdbb15c0780f937bd3e0da91c39ce4dbe819763c64a3eaedd72304ce1e6dd6c0b2c4b690a2601f9041b1d4d624c41ad04593a9
@@ -1,13 +1,21 @@
1
1
  # Change Log
2
2
 
3
- ## [2.0.0.pre1](https://github.com/chef-partners/vmware-vra-gem/tree/2.0.0.pre1)
3
+ ## [v2.0.0](https://github.com/chef-partners/vmware-vra-gem/tree/v2.0.0.pre2) (2016-12-14)
4
+ [Full Changelog](https://github.com/chef-partners/vmware-vra-gem/compare/v2.0.0.pre1...v2.0.0)
4
5
 
5
- [Full Changelog](https://github.com/chef-partners/vmware-vra-gem/compare/v1.7.0...2.0.0.pre1)
6
+ **Closed issues:**
7
+
8
+ - \_\_Notes property does not work with vRA 7 [\#33](https://github.com/chef-partners/vmware-vra-gem/issues/33)
9
+
10
+ ## [v2.0.0.pre1](https://github.com/chef-partners/vmware-vra-gem/tree/v2.0.0.pre1) (2016-12-03)
11
+ [Full Changelog](https://github.com/chef-partners/vmware-vra-gem/compare/v1.7.0...v2.0.0.pre1)
6
12
 
7
13
  **Merged pull requests:**
8
14
 
15
+ - 2.0.0.pre1 release [\#37](https://github.com/chef-partners/vmware-vra-gem/pull/37) ([jjasghar](https://github.com/jjasghar))
9
16
  - vRA 7.1 Support [\#36](https://github.com/chef-partners/vmware-vra-gem/pull/36) ([jjasghar](https://github.com/jjasghar))
10
17
  - Updated travis rubies [\#35](https://github.com/chef-partners/vmware-vra-gem/pull/35) ([jjasghar](https://github.com/jjasghar))
18
+ - vra 7.0.1 compatibility [\#34](https://github.com/chef-partners/vmware-vra-gem/pull/34) ([stevehedrick](https://github.com/stevehedrick))
11
19
 
12
20
  ## [v1.7.0](https://github.com/chef-partners/vmware-vra-gem/tree/v1.7.0) (2016-08-02)
13
21
  [Full Changelog](https://github.com/chef-partners/vmware-vra-gem/compare/v1.6.1...v1.7.0)
@@ -143,3 +151,7 @@
143
151
  **Merged pull requests:**
144
152
 
145
153
  - initial release [\#1](https://github.com/chef-partners/vmware-vra-gem/pull/1) ([adamleff](https://github.com/adamleff))
154
+
155
+
156
+
157
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module Vra
20
- VERSION = '2.0.0.pre2'.freeze
20
+ VERSION = '2.0.0'.freeze
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmware-vra
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.pre2
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Leff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-08 00:00:00.000000000 Z
11
+ date: 2016-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi-yajl
@@ -197,9 +197,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
197
197
  version: '0'
198
198
  required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  requirements:
200
- - - ">"
200
+ - - ">="
201
201
  - !ruby/object:Gem::Version
202
- version: 1.3.1
202
+ version: '0'
203
203
  requirements: []
204
204
  rubyforge_project:
205
205
  rubygems_version: 2.5.1