pulpcore_client 3.0.0rc2.dev.1557945197 → 3.0.0rc2.dev.1558033098

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulpcore_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 628a90c8e5bf533b3a994604f141e54430a5416e1267f395ee83633bf44d14b9
4
- data.tar.gz: c1fcf4efccfa1384a6a14c76c1674647800476be10b73e7db9096029ae2ee8d3
3
+ metadata.gz: a9ff45272545172825ba1f5af5f399f6b79210144b51a4a99c7b6eb090f3cfe9
4
+ data.tar.gz: e56a1c60f5fa4062fd0bb3d95e28380feb8e95a2142d545918858f8068039baa
5
5
  SHA512:
6
- metadata.gz: e57a8e29a47e3ceba8cb989910f7d3abc48ea007b1a3b512058032935d4dd9630c1c896ef0a7fc80f12e51b8c9f3840c767b263ca3488099e8a4bb26b384c1f9
7
- data.tar.gz: da197854b007e81bd48a8f189e01346f97900d9b9178d666378d647b3760ca7a85adce2b94d55b4142f616e4ccfa001b84acd42976e4efa61fd66a3526577ded
6
+ metadata.gz: 20aa67dafb842988c3210c287fc34d3990f32e6679bad09a7a07931a095c55c92f48494b811fd61b98ba586bf6a99c6219ad55270d0674c15e167b4896a69078
7
+ data.tar.gz: '096b14a3e0af5e6c420cee6dc8d5ed07df53549e1b24f2352e4a0d022bfbc9ea7cd7ce56b6e4b0e6862b38763d720e9ee9332084098034aa91698cd4eab33f5e'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pulpcore_client (3.0.0rc2.dev.1557945197)
4
+ pulpcore_client (3.0.0rc2.dev.1558033098)
5
5
  json (~> 2.1, >= 2.1.0)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
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: 3.0.0rc2.dev.1557945197
10
+ - Package version: 3.0.0rc2.dev.1558033098
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build pulpcore_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./pulpcore_client-3.0.0rc2.dev.1557945197.gem
26
+ gem install ./pulpcore_client-3.0.0rc2.dev.1558033098.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulpcore_client-3.0.0rc2.dev.1557945197.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulpcore_client-3.0.0rc2.dev.1558033098.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 'pulpcore_client', '~> 3.0.0rc2.dev.1557945197'
35
+ gem 'pulpcore_client', '~> 3.0.0rc2.dev.1558033098'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.0.0rc2.dev.1557945197'
14
+ VERSION = '3.0.0rc2.dev.1558033098'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0rc2.dev.1557945197
4
+ version: 3.0.0rc2.dev.1558033098
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-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus