pulp_2to3_migration_client 0.0.1a1.dev01570041680 → 0.0.1a1.dev01570127714

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f1a4f6ee121b1a09b512c4e35f5945a4113003a04fc0b7599277ef8b58110e4
4
- data.tar.gz: 26b1b804985adc8c4d8229bbe33fe052a321acb1dbdc8519dadb813f458137f0
3
+ metadata.gz: 1b0b58ad4cdba4b0d957665e49f84a588979747430d416cebbd4f40a0d84417f
4
+ data.tar.gz: 46b49e7ae5d6586d24651100b5d9460bedefa857cfce74834c1d063a65bb6f89
5
5
  SHA512:
6
- metadata.gz: 60ab6ca50dcae583463c3d305014949a024fff0a8bf215b66fcdf18abc202b8b220f01d5e8696de7284701244566eb18d6ba8a37070c227918b783624cdd8e09
7
- data.tar.gz: fb8f3cfcb83df71805cb03ed403f550017ef265a8d9d05c6f9c42749084090e179f8c37c3126d83b44ab59abaebd7621ce5da37ef1a14fc0d3b03b36122755f0
6
+ metadata.gz: 21a8c1791ae168880898a3a686e1d834d4999318dd419d8d4b79438775155105b23fb257b2fd8fe84430ae24939cc7ee9ea4210167a739eb8d9e08754e98be13
7
+ data.tar.gz: 76d2d36fbc72b96196dc1dc08ade326c02a037e1663440eefd5d3278cabaa80d406194183da81bbda2ec946564bcdbe3c567329221989d077d1db964b00a0e8c
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.1a1.dev01570041680
10
+ - Package version: 0.0.1a1.dev01570127714
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.1a1.dev01570041680.gem
26
+ gem install ./pulp_2to3_migration_client-0.0.1a1.dev01570127714.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1a1.dev01570041680.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./pulp_2to3_migration_client-0.0.1a1.dev01570127714.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.1a1.dev01570041680'
35
+ gem 'pulp_2to3_migration_client', '~> 0.0.1a1.dev01570127714'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.1.3-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module Pulp2to3MigrationClient
14
- VERSION = '0.0.1a1.dev01570041680'
14
+ VERSION = '0.0.1a1.dev01570127714'
15
15
  end
@@ -118,7 +118,7 @@ describe Pulp2to3MigrationClient::ApiClient do
118
118
  end
119
119
 
120
120
  it 'fails for invalid collection format' do
121
- expect(proc { api_client.build_collection_param(param, :INVALID) }).to raise_error(RuntimeError, 'unknown collection format: :INVALID')
121
+ expect{api_client.build_collection_param(param, :INVALID)}.to raise_error(RuntimeError, 'unknown collection format: :INVALID')
122
122
  end
123
123
  end
124
124
 
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.1a1.dev01570041680
4
+ version: 0.0.1a1.dev01570127714
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-10-02 00:00:00.000000000 Z
11
+ date: 2019-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday