pulp_2to3_migration_client 0.9.0.dev01614051200 → 0.9.0.dev01614137557
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: 2b146861a6613ea3c7a34e9b6b5243c9c0a43657bec75a99494a38b2dc3a2f69
|
4
|
+
data.tar.gz: cd91fe84d7cc2d8747ceea183f9586d2ee3e7856809274302f09731a3af0e251
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97a6ce7c3a99652064ec80df6ae65d1700dba91da19c7f5864e0c73c3c4add5da21da242854905e3a3b497d86444bd0e04b5406832d0936cc8d77856264dd78b
|
7
|
+
data.tar.gz: 6b124cc7b001b311aa19ded43b9eabe2717ee441e523ec91369955d732945641fe980a8f07faf25bf587116aa106fd59e65519145720768cc029983c0c4e94ef
|
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.9.0.
|
10
|
+
- Package version: 0.9.0.dev01614137557
|
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.9.0.
|
27
|
+
gem install ./pulp_2to3_migration_client-0.9.0.dev01614137557.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.9.0.
|
30
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.9.0.dev01614137557.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.9.0.
|
36
|
+
gem 'pulp_2to3_migration_client', '~> 0.9.0.dev01614137557'
|
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.9.0.
|
4
|
+
version: 0.9.0.dev01614137557
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-02-
|
11
|
+
date: 2021-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|