pulp_ostree_client 2.0.0a3.dev1641871398 → 2.0.0a4

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: ffb4dd0831248a002266408e9cf8c41eab7673ce2122196acfa0d1f51e60e949
4
- data.tar.gz: 20fa7fdd8dcbcd082a8492d2e8a01f8850eca1765b434c4128d1feb3fa22a868
3
+ metadata.gz: c1deb5d997e7f0f43ab59649204cb615a4ca03b4c7a3bc1419066e303418e35f
4
+ data.tar.gz: 3064d450ea2d659f70666c0be6d86faabf430426048e7d547158680745273ebf
5
5
  SHA512:
6
- metadata.gz: 514a14508e093c0a9f9881a0c969e99d7ac933e8b62d4798a95dc5ed0b51b748fe114cdf5fa2a6ad01548e59cf1d3a2812465b5a91fe95b39af47a12d738e0bb
7
- data.tar.gz: eb039ae7f0065d61e11fa359e48687b01a5d1bd65f187cb390a54dcdad83972773efdf59eb7e0e226df63fb6a97c0a2e668ed87608db474775bc310ac39dfcfc
6
+ metadata.gz: d7b4cd56d8515212a8011a7ff171faebfb0ba508db190f14962259114db42da9341aa4434ca92e592655d0dae319ba014c9c2326d6b843771cba0e23101adf86
7
+ data.tar.gz: 232164ff454e5f97c9d1dff8a5a9d64e78566149992c55e3a51ef53a10114773543096e34a4b61d90b2d453ba21bdf04604ab3bf89eb8fd486e072b9033b2bfa
data/README.md CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
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: 2.0.0a3.dev1641871398
10
+ - Package version: 2.0.0a4
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
13
 
@@ -24,16 +24,16 @@ gem build pulp_ostree_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ostree_client-2.0.0a3.dev1641871398.gem
27
+ gem install ./pulp_ostree_client-2.0.0a4.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a3.dev1641871398.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a4.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'pulp_ostree_client', '~> 2.0.0a3.dev1641871398'
36
+ gem 'pulp_ostree_client', '~> 2.0.0a4'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpOstreeClient
14
- VERSION = '2.0.0a3.dev1641871398'
14
+ VERSION = '2.0.0a4'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_ostree_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0a3.dev1641871398
4
+ version: 2.0.0a4
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday