pulp_2to3_migration_client 0.0.1b2.dev01580753855 → 0.0.1b2.dev01580839785
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: 889b775ff48173b44788bc8ad397aa08541e10a4bad625edcbff4e8b80a19ac8
|
4
|
+
data.tar.gz: e5d56ae03ae158c3f901545d637f9994e5e1b9803d3bdac53d1889c68ff98921
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eee84aca552e4f3d7067a56b7982ba07549d92138cf711f481fe27345c2197d4e20f6d342165c5352b92c659617aa611fc2b6e5448e4e6acdbc34baccec4805c
|
7
|
+
data.tar.gz: e5ebfa128d196f4b0905d60b2b7fd29e4e1ea67372dfbdc56f7ac9120e382952c99031ef7a0d9bc1d0c215d2c934e8ba5bbda60b46385a0e3a6aeb5478f96465
|
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: 0.0.1b2.
|
10
|
+
- Package version: 0.0.1b2.dev01580839785
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_2to3_migration_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_2to3_migration_client-0.0.1b2.
|
26
|
+
gem install ./pulp_2to3_migration_client-0.0.1b2.dev01580839785.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1b2.
|
29
|
+
(for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1b2.dev01580839785.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 'pulp_2to3_migration_client', '~> 0.0.1b2.
|
35
|
+
gem 'pulp_2to3_migration_client', '~> 0.0.1b2.dev01580839785'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
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.0.1b2.
|
4
|
+
version: 0.0.1b2.dev01580839785
|
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-02-
|
11
|
+
date: 2020-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|