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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfa241a6b01859ac9ace2767ecd4d4ee847a74e9d208f8f99de0e42f1e4a1886
4
- data.tar.gz: 585117b37d1f8671d3278c5eb5a0957e936f93500e3a1afb91e3baa445b664d7
3
+ metadata.gz: e74273342d3fa68fe7294d1d4fc38a1fa649f85ed0ed1018d71c0ffe6465a805
4
+ data.tar.gz: e183c6b1daf0d4f0ca34f2534fd6726fc1a65aa85ccfd21ab014216c944ee098
5
5
  SHA512:
6
- metadata.gz: ab3fdbe461e3e8c2d347bb9894ec90da70639b478eb39c3b0646da96dc5cc031a06f7c723cc60c7bbbee17796f44f6289f3e8c19c985c025c0414fb6db89e2b4
7
- data.tar.gz: 58f9a5afb0b2198f125d2a8455de15e8a1c5a8ea15a3438358a5aedf6eddb960a13fe2b67113275b9179a6bf7634129a2ebb8a0a2fb369f19ad38667c63bf9a3
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
@@ -11,5 +11,5 @@ Generator version: 7.9.0
11
11
  =end
12
12
 
13
13
  module NutanixVolumes
14
- VERSION = '0.1.1'
14
+ VERSION = '0.1.2'
15
15
  end
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.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