minecraft_versions 1.3.3 → 1.3.4

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.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +5 -5
  4. data/lib/minecraft_versions/api/default_api.rb +1 -1
  5. data/lib/minecraft_versions/api_client.rb +1 -1
  6. data/lib/minecraft_versions/api_error.rb +1 -1
  7. data/lib/minecraft_versions/api_model_base.rb +1 -1
  8. data/lib/minecraft_versions/configuration.rb +1 -1
  9. data/lib/minecraft_versions/models/download.rb +1 -1
  10. data/lib/minecraft_versions/models/version.rb +1 -1
  11. data/lib/minecraft_versions/models/version_manifest.rb +1 -1
  12. data/lib/minecraft_versions/models/version_manifest_latest.rb +1 -1
  13. data/lib/minecraft_versions/models/version_package_info.rb +1 -1
  14. data/lib/minecraft_versions/models/version_package_info_asset_index.rb +1 -1
  15. data/lib/minecraft_versions/models/version_package_info_downloads.rb +1 -1
  16. data/lib/minecraft_versions/models/version_package_info_java_version.rb +1 -1
  17. data/lib/minecraft_versions/version.rb +2 -2
  18. data/lib/minecraft_versions.rb +1 -1
  19. data/minecraft_versions.gemspec +1 -1
  20. data/spec/api/default_api_spec.rb +1 -1
  21. data/spec/models/download_spec.rb +1 -1
  22. data/spec/models/version_manifest_latest_spec.rb +1 -1
  23. data/spec/models/version_manifest_spec.rb +1 -1
  24. data/spec/models/version_package_info_asset_index_spec.rb +1 -1
  25. data/spec/models/version_package_info_downloads_spec.rb +1 -1
  26. data/spec/models/version_package_info_java_version_spec.rb +1 -1
  27. data/spec/models/version_package_info_spec.rb +1 -1
  28. data/spec/models/version_spec.rb +1 -1
  29. data/spec/spec_helper.rb +1 -1
  30. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9fa7f69f0532cc765cbbd95f1e5824cdf0221c8a595f406e3989729fe5d52f1a
4
- data.tar.gz: 4fd63cef6d51f388cb69a6792c5bd82a6daaecf4ee6e912e4c58d94af187fc2e
3
+ metadata.gz: 68737c855a3a62e4e835cf004f5dc7556e4be76284b649bfe423e351a5db86bf
4
+ data.tar.gz: 38532a8fbabe9d6ab4264bd6b20dc9308c90994f5e7f34b2f20ddf37e92c1d88
5
5
  SHA512:
6
- metadata.gz: f6bca352f4d0aef2afba47be96f12428da7083b2fd547e6349c65525f1d0c4d35f62795866076c9c331ac77b3f055967b18d81adf2e63e2114afdb81114d430c
7
- data.tar.gz: fd81bb2c5f3ac7db9c0a884098923e9970c61254ba358bb0e4574a34a204929f2ca123c12a44d96fd71485bb2fef3d8734ae7043f20704d6ff2f7989ddf5b588
6
+ metadata.gz: 3eff3169f50088ac580cd12398f39856f00457616063582371b2e07b234431d47d2a82790ce9708935c79c739ace21a3b8f1f2cb4c2fd75c0d647afa584bcded
7
+ data.tar.gz: 52de959b2ad42f68e6e506581a07f77d83a2e2fa082b2a7eddb4ba55bd2a30900c9443c2b44470861153b28e62086f31656866f6061d85550e4a200677ac29f8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- minecraft_versions (1.3.3)
4
+ minecraft_versions (1.3.4)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -120,7 +120,7 @@ CHECKSUMS
120
120
  jaro_winkler (1.5.6) sha256=007db7805527ada1cc12f2547676181d63b0a504ec4dd7a9a2eb2424521ccd81
121
121
  logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
122
122
  method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
123
- minecraft_versions (1.3.3)
123
+ minecraft_versions (1.3.4)
124
124
  parallel (1.28.0) sha256=33e6de1484baf2524792d178b0913fc8eb94c628d6cfe45599ad4458c638c970
125
125
  parser (3.3.12.0) sha256=21a6d7f755d5a24dfbdc6e6b772e4e879a52e7631a88bc5a3a134606052c9828
126
126
  pry (0.16.0) sha256=d76c69065698ed1f85e717bd33d7942c38a50868f6b0673c636192b3d1b6054e
data/README.md CHANGED
@@ -6,8 +6,8 @@ SDK for Minecraft versions info
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 1.3.3
10
- - Package version: 1.3.3
9
+ - API version: 1.3.4
10
+ - Package version: 1.3.4
11
11
  - Generator version: 7.24.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://github.com/oapicf/minecraft-versions](https://github.com/oapicf/minecraft-versions)
@@ -25,16 +25,16 @@ gem build minecraft_versions.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./minecraft_versions-1.3.3.gem
28
+ gem install ./minecraft_versions-1.3.4.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./minecraft_versions-1.3.3.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./minecraft_versions-1.3.4.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'minecraft_versions', '~> 1.3.3'
37
+ gem 'minecraft_versions', '~> 1.3.4'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -9,5 +9,5 @@ Generator version: 7.24.0
9
9
  =end
10
10
 
11
11
  module MinecraftVersionsClient
12
- VERSION = '1.3.3'
12
+ VERSION = '1.3.4'
13
13
  end
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -3,7 +3,7 @@
3
3
  =begin
4
4
  #SDK for Minecraft versions info
5
5
 
6
- The version of the OpenAPI document: 1.3.3
6
+ The version of the OpenAPI document: 1.3.4
7
7
  Contact: blah+oapicf@cliffano.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
data/spec/spec_helper.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  =begin
2
2
  #SDK for Minecraft versions info
3
3
 
4
- The version of the OpenAPI document: 1.3.3
4
+ The version of the OpenAPI document: 1.3.4
5
5
  Contact: blah+oapicf@cliffano.com
6
6
  Generated by: https://openapi-generator.tech
7
7
  Generator version: 7.24.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minecraft_versions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI Clients Factory