vmware-vra 2.0.0.pre2 → 2.0.0
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/CHANGELOG.md +14 -2
- data/lib/vra/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0ac86bf07bf23c2d343eb2d95f4097b94c395fd
|
|
4
|
+
data.tar.gz: dfd35f1c6f912f24d93b8c3912e5a88141c12f4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f63143a0e9be5f3b8fdc234cff0dcd94a22226920d5aab62b7137bbb65a89c7c998e822d97025099a856804ef16bd2b91ae62dba1d314061ae24acb27878a6bf
|
|
7
|
+
data.tar.gz: 4e05423a74373b62dc62fc48b0cdbb15c0780f937bd3e0da91c39ce4dbe819763c64a3eaedd72304ce1e6dd6c0b2c4b690a2601f9041b1d4d624c41ad04593a9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [
|
|
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
|
-
|
|
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)*
|
data/lib/vra/version.rb
CHANGED
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
|
|
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-
|
|
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:
|
|
202
|
+
version: '0'
|
|
203
203
|
requirements: []
|
|
204
204
|
rubyforge_project:
|
|
205
205
|
rubygems_version: 2.5.1
|