pulpcore_client 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d005f2f288b085b3f0945d9cffc56f03acbf37d2020e12d98bdd7a1a726a9d8
4
- data.tar.gz: 3e4663c4850e8ae7e80e7b738322dd966e5d68d50193bb849e60b837f9e3b3f3
3
+ metadata.gz: e0bebf30dd1674bde08b2a4d4a86dc7b447afc6909fc6abc7234d34e1700facf
4
+ data.tar.gz: f528ae0dfab37145d77c1dc9f8d5d0ff394d1181b244ec3e0f0af597d8a8ef8d
5
5
  SHA512:
6
- metadata.gz: d320ae56e5de64d0cd840ba471216e0b8be2c889189c06bb7aed7423b788cd8fe831a0398611adbc7096221b5738c6cc7c57f624542d3cfb5a85a5fabf5709cd
7
- data.tar.gz: 1e933680ac3dbde66e92094711957267d08c29a2d122352be1f595b7d9f48758b0e34813cfc0138fb3baeb7f2e8ffd03fbc09402d969e354a70146d03f16f92e
6
+ metadata.gz: 8ed403a343f3c0fe217df9374934566b399aa9b7f520e705e4d98c0bf2cf3357791b01f80f8282088e86a0ce42b96ad79ef0c4e501ffab7a0960eaef0b9d8f1e
7
+ data.tar.gz: 3d74f02acaae6b80a311ff880e88a102710256189fec4bd4df9d60ab586c1adba28690c31668bf31d1000bf33f2a8a404b6bd4dda68e78c10cc134a1db83af7d
data/README.md CHANGED
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v3
10
- - Package version: 3.0.0
10
+ - Package version: 3.0.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build pulpcore_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./pulpcore_client-3.0.0.gem
26
+ gem install ./pulpcore_client-3.0.1.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulpcore_client-3.0.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulpcore_client-3.0.1.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'pulpcore_client', '~> 3.0.0'
35
+ gem 'pulpcore_client', '~> 3.0.1'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.0.0'
14
+ VERSION = '3.0.1'
15
15
  end
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.homepage = "https://openapi-generator.tech"
25
25
  s.summary = "Pulp 3 API Ruby Gem"
26
26
  s.description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
27
- s.license = 'GPL-2.0'
27
+ s.license = 'GPL-2.0+'
28
28
  s.required_ruby_version = ">= 1.9"
29
29
 
30
30
  s.add_runtime_dependency 'faraday', '>= 0.14.0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-11 00:00:00.000000000 Z
11
+ date: 2020-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -164,7 +164,7 @@ files:
164
164
  - spec/spec_helper.rb
165
165
  homepage: https://openapi-generator.tech
166
166
  licenses:
167
- - GPL-2.0
167
+ - GPL-2.0+
168
168
  metadata: {}
169
169
  post_install_message:
170
170
  rdoc_options: []