nutanix_clustermgmt 0.1.2 → 0.1.3
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 +5 -0
- data/lib/nutanix_clustermgmt/version.rb +1 -1
- metadata +1 -2
- data/swagger-clustermgmt-v4.0-all.yaml +0 -25015
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e84148113634cc476fb8b545147fbb0e64522abe476e91731055914eb3f34e1b
|
|
4
|
+
data.tar.gz: c4c4b22ceb5c503ea4cacd7b61e8830bde6ef9a9505bb0ca79407276ffb66427
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eba6a0b84b143a7da1dce15473a0c790321781fccae43048f81ebbfe1039dcf5b054bf824a68c523ab2a518f7784408faa27f51f7f7b916812ac3d80fd14c574
|
|
7
|
+
data.tar.gz: f6fda612dd9b3354ec2c24b5d57e5be297bffe219c520659f629a0442e153425556ceec80e9fbce7bc0f5fc0e085385c63eec639cb3447ed222b5f5d59d71be6
|
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.3] - 2026-05-04
|
|
8
|
+
### Removed
|
|
9
|
+
- Delete unused swagger yaml file ([#28](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/28))
|
|
10
|
+
|
|
7
11
|
## [0.1.2] - 2026-05-01
|
|
8
12
|
### Fixed
|
|
9
13
|
- Drop docs from published gem ([#27](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/27))
|
|
@@ -17,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
17
21
|
### Added
|
|
18
22
|
- Initial release
|
|
19
23
|
|
|
24
|
+
[0.1.3]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/compare/v0.1.2...v0.1.3
|
|
20
25
|
[0.1.2]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/compare/v0.1.1...v0.1.2
|
|
21
26
|
[0.1.1]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/compare/v0.1.0...v0.1.1
|
|
22
27
|
[0.1.0]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/tree/v0.1.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nutanix_clustermgmt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ManageIQ Developers
|
|
@@ -531,7 +531,6 @@ files:
|
|
|
531
531
|
- lib/nutanix_clustermgmt/models/validate_node4_xx_response.rb
|
|
532
532
|
- lib/nutanix_clustermgmt/version.rb
|
|
533
533
|
- renovate.json
|
|
534
|
-
- swagger-clustermgmt-v4.0-all.yaml
|
|
535
534
|
homepage: https://openapi-generator.tech
|
|
536
535
|
licenses:
|
|
537
536
|
- Apache-2.0
|