pulp_maven_client 0.1.0b31576270740 → 0.1.0b31576357159
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_maven_client/version.rb +1 -1
- data/pulp_maven_client.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4ff15e84972640af053c5f4dab559b65bdc6c295ad6ae94e3a6b9c6bc04edbb
|
4
|
+
data.tar.gz: 451b4ad720a3acf0c323dc30578a9f913053e627d4486e5393b55e4fe268d6ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 750d26c3815510e8f1d88eb11df43f9e72c6bcb039ad632ffbe90ddd68b931cf8ca6fd0eb81e9637c191e0d728134b883eba68d798a64c080f189cf6ce61fdf6
|
7
|
+
data.tar.gz: c36829330334c13adda60dcfe4bf5f6ee833780c786c5116791857ce74313d337284e5b84a35d95197dde52c00c8f7c12f46337da22a2d5253ce7f8e9e534974
|
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.1.
|
10
|
+
- Package version: 0.1.0b31576357159
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,16 +23,16 @@ gem build pulp_maven_client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./pulp_maven_client-0.1.
|
26
|
+
gem install ./pulp_maven_client-0.1.0b31576357159.gem
|
27
27
|
```
|
28
28
|
|
29
|
-
(for development, run `gem install --dev ./pulp_maven_client-0.1.
|
29
|
+
(for development, run `gem install --dev ./pulp_maven_client-0.1.0b31576357159.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_maven_client', '~> 0.1.
|
35
|
+
gem 'pulp_maven_client', '~> 0.1.0b31576357159'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
data/pulp_maven_client.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
s.homepage = "https://openapi-generator.tech"
|
25
25
|
s.summary = "Pulp 3 API Ruby Gem"
|
26
26
|
s.description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
|
27
|
-
s.license = 'GPL-2.0'
|
27
|
+
s.license = 'GPL-2.0+'
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
29
29
|
|
30
30
|
s.add_runtime_dependency 'faraday', '>= 0.14.0'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_maven_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.0b31576357159
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -137,7 +137,7 @@ files:
|
|
137
137
|
- spec/spec_helper.rb
|
138
138
|
homepage: https://openapi-generator.tech
|
139
139
|
licenses:
|
140
|
-
- GPL-2.0
|
140
|
+
- GPL-2.0+
|
141
141
|
metadata: {}
|
142
142
|
post_install_message:
|
143
143
|
rdoc_options: []
|