pulp_2to3_migration_client 0.4.0.dev01598816956 → 0.4.0.dev01598903413
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: ee6d4380aa220b9de34ad8d0f3cf009d89a4f48e5bf6b498ee3d9ac4a3ecf291
|
4
|
+
data.tar.gz: 63ff4476404f5799787e14975a5b3dfe71d53e8caafc89ec1c6a19c52e4483d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62bf69974107e5088c6233d9e17fe759e18bada977756e906e25e5d2f102f4685e3bdcdb6f22aa6aca7dbde21b1f5d836cd3adc9cbaa3a647a9454e6643886aa
|
7
|
+
data.tar.gz: 9627ef4f7ea949719d0935378033412db4460b757b0acc4cf106f66fe61b48c1af2bc7fbdc7834c706107a9b79078a7003a88dbad0010754824666a20060f693
|
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.4.0.
|
10
|
+
- Package version: 0.4.0.dev01598903413
|
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.4.0.
|
27
|
+
gem install ./pulp_2to3_migration_client-0.4.0.dev01598903413.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.
|
30
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.4.0.dev01598903413.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.4.0.
|
36
|
+
gem 'pulp_2to3_migration_client', '~> 0.4.0.dev01598903413'
|
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.4.0.
|
4
|
+
version: 0.4.0.dev01598903413
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-08-
|
11
|
+
date: 2020-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|