nutanix_vmm 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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/nutanix_vmm/version.rb +1 -1
- metadata +1 -2
- data/swagger-vmm-v4.0-all.yaml +0 -41585
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b63a99572b7b9362b4f6d83645010c9bf13fa4e8aa30549f140d33668ef885b1
|
|
4
|
+
data.tar.gz: e9494c2872f489ee87fed54836e52e595d06485d719c784e23d5f20e8e700f14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6905423d122e7dc4a967cf762b21c651d92ff55cc597f17c3d565af680900a9e842351b4b19700f827c0e8909b50b68496c31e96c334052a8a4b2bd744787233
|
|
7
|
+
data.tar.gz: 62a8d37819cb9aaa8f55a80364fca774aa3e41b3c9302db48ba3db67e81b767d1b1e6ec553c08a9581aadaa9065a1c687639206e8fe75d0f3c599e1dd8717052
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.1.2] - 2026-05-04
|
|
8
|
+
### Removed
|
|
9
|
+
- Delete unused swagger yaml file ([#30](https://github.com/ManageIQ/nutanix_vmm-sdk-ruby/pull/30))
|
|
10
|
+
|
|
7
11
|
## [0.1.1] - 2026-04-30
|
|
8
12
|
### Changed
|
|
9
13
|
- Drop docs from published gem ([#22](https://github.com/ManageIQ/nutanix_vmm-sdk-ruby/pull/22))
|
|
@@ -13,4 +17,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
13
17
|
### Added
|
|
14
18
|
- Initial release
|
|
15
19
|
|
|
20
|
+
[0.1.2]: https://github.com/ManageIQ/nutanix_vmm-sdk-ruby/compare/v0.1.1...v0.1.2
|
|
21
|
+
[0.1.1]: https://github.com/ManageIQ/nutanix_vmm-sdk-ruby/compare/v0.1.0...v0.1.1
|
|
16
22
|
[0.1.0]: https://github.com/ManageIQ/nutanix_vmm-sdk-ruby/tree/v0.1.0
|
data/lib/nutanix_vmm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nutanix_vmm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ManageIQ Developers
|
|
@@ -761,7 +761,6 @@ files:
|
|
|
761
761
|
- lib/nutanix_vmm/models/vmm_v40_images_config_update_rate_limit_policy_api_response.rb
|
|
762
762
|
- lib/nutanix_vmm/version.rb
|
|
763
763
|
- renovate.json
|
|
764
|
-
- swagger-vmm-v4.0-all.yaml
|
|
765
764
|
homepage: https://openapi-generator.tech
|
|
766
765
|
licenses:
|
|
767
766
|
- Apache-2.0
|