pulp_2to3_migration_client 0.18.0.dev1671419627 → 0.18.0.dev1671592211
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/pulp_2to3_migration_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4813a8eaef676db3500b947b665aef0f538d4a32067e177a4fff3c16b9eb0c19
|
4
|
+
data.tar.gz: 3315cc84e89b61f66eee004cbc2d9bfb30bc98dc6fd920a78e09894285b263a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bef7c5fc48ae1cff0008bf82aa6b0181397a2047896d8d53299e7d6ed8b54bb3d4f8594bcf95c4bd0e49690a6fa6192e45bb7c894fb731df5363c28aa4f1f03
|
7
|
+
data.tar.gz: 0ba42acb92872f1b73a3bfbebba17d0642e115b0921a2221e081344a308118db72750fb2bf2fb2b72d3d8891b070cd89fe8c59c6eecfcb22858d5c04fbf8da33
|
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: 0.18.0.
|
10
|
+
- Package version: 0.18.0.dev1671592211
|
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_2to3_migration_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_2to3_migration_client-0.18.0.
|
27
|
+
gem install ./pulp_2to3_migration_client-0.18.0.dev1671592211.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.18.0.
|
30
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.18.0.dev1671592211.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_2to3_migration_client', '~> 0.18.0.
|
36
|
+
gem 'pulp_2to3_migration_client', '~> 0.18.0.dev1671592211'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_2to3_migration_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.18.0.
|
4
|
+
version: 0.18.0.dev1671592211
|
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-12-
|
11
|
+
date: 2022-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|