nutanix_volumes 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 +5 -0
- data/lib/nutanix_volumes/version.rb +1 -1
- metadata +1 -2
- data/swagger-volumes-v4.0-all.yaml +0 -8140
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e74273342d3fa68fe7294d1d4fc38a1fa649f85ed0ed1018d71c0ffe6465a805
|
|
4
|
+
data.tar.gz: e183c6b1daf0d4f0ca34f2534fd6726fc1a65aa85ccfd21ab014216c944ee098
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24f1638ce9e17e444f688f8f1a609ea7e25bf6a120aeef48973cc8a11d3b025dcbd0acbf769f9d8f63903ebd6af03b6f369bb7f94851810a84c8e0f1a61a3ab2
|
|
7
|
+
data.tar.gz: 329d1efc707b12a9dd2075b71e69da985e98bff5eeac9da866113c2b9d8ccd6ae5022391b7b0114c284581a228d2eb93aefced39bee142619266b4373b495347
|
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 ([#25](https://github.com/ManageIQ/nutanix_volumes-sdk-ruby/pull/25))
|
|
10
|
+
|
|
7
11
|
## [0.1.1] - 2026-05-01
|
|
8
12
|
### Fixed
|
|
9
13
|
- Drop docs from published gem ([#24](https://github.com/ManageIQ/nutanix_volumes-sdk-ruby/pull/24)
|
|
@@ -13,5 +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_volumes-sdk-ruby/compare/v0.1.1...v0.1.2
|
|
16
21
|
[0.1.1]: https://github.com/ManageIQ/nutanix_volumes-sdk-ruby/compare/v0.1.0...v0.1.1
|
|
17
22
|
[0.1.0]: https://github.com/ManageIQ/nutanix_volumes-sdk-ruby/tree/v0.1.0
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nutanix_volumes
|
|
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
|
|
@@ -226,7 +226,6 @@ files:
|
|
|
226
226
|
- lib/nutanix_volumes/models/volumes_v40_stats_volume_disk_stats.rb
|
|
227
227
|
- lib/nutanix_volumes/models/volumes_v40_stats_volume_group_stats.rb
|
|
228
228
|
- lib/nutanix_volumes/version.rb
|
|
229
|
-
- swagger-volumes-v4.0-all.yaml
|
|
230
229
|
homepage: https://openapi-generator.tech
|
|
231
230
|
licenses:
|
|
232
231
|
- Apache-2.0
|