pulp_file_client 0.1.0b1 → 0.1.0b2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -6
- data/docs/ContentFilesApi.md +12 -6
- data/docs/DistributionsFileApi.md +12 -6
- data/docs/FileContent.md +4 -4
- data/docs/InlineResponse200.md +3 -3
- data/docs/InlineResponse2001.md +3 -3
- data/docs/InlineResponse2002.md +3 -3
- data/docs/InlineResponse2003.md +3 -3
- data/docs/PublicationsFileApi.md +12 -6
- data/docs/RemotesFileApi.md +12 -6
- data/git_push.sh +10 -7
- data/lib/pulp_file_client/api/content_files_api.rb +15 -9
- data/lib/pulp_file_client/api/distributions_file_api.rb +18 -12
- data/lib/pulp_file_client/api/publications_file_api.rb +16 -10
- data/lib/pulp_file_client/api/remotes_file_api.rb +19 -13
- data/lib/pulp_file_client/api_client.rb +77 -62
- data/lib/pulp_file_client/api_error.rb +1 -1
- data/lib/pulp_file_client/configuration.rb +13 -21
- data/lib/pulp_file_client/models/async_operation_response.rb +1 -1
- data/lib/pulp_file_client/models/file_content.rb +19 -19
- data/lib/pulp_file_client/models/file_distribution.rb +1 -1
- data/lib/pulp_file_client/models/file_publication.rb +1 -1
- data/lib/pulp_file_client/models/file_remote.rb +1 -1
- data/lib/pulp_file_client/models/inline_response200.rb +11 -11
- data/lib/pulp_file_client/models/inline_response2001.rb +11 -11
- data/lib/pulp_file_client/models/inline_response2002.rb +11 -11
- data/lib/pulp_file_client/models/inline_response2003.rb +11 -11
- data/lib/pulp_file_client/models/repository_sync_url.rb +1 -1
- data/lib/pulp_file_client/version.rb +2 -2
- data/lib/pulp_file_client.rb +1 -1
- data/pulp_file_client.gemspec +3 -9
- data/spec/api/content_files_api_spec.rb +5 -3
- data/spec/api/distributions_file_api_spec.rb +5 -3
- data/spec/api/publications_file_api_spec.rb +5 -3
- data/spec/api/remotes_file_api_spec.rb +5 -3
- data/spec/api_client_spec.rb +1 -39
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/async_operation_response_spec.rb +1 -1
- data/spec/models/file_content_spec.rb +3 -3
- data/spec/models/file_distribution_spec.rb +1 -1
- data/spec/models/file_publication_spec.rb +1 -1
- data/spec/models/file_remote_spec.rb +1 -1
- data/spec/models/inline_response2001_spec.rb +4 -4
- data/spec/models/inline_response2002_spec.rb +4 -4
- data/spec/models/inline_response2003_spec.rb +4 -4
- data/spec/models/inline_response200_spec.rb +4 -4
- data/spec/models/repository_sync_url_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +6 -133
- data/Gemfile.lock +0 -79
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.1.3-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -32,19 +32,19 @@ describe 'InlineResponse2001' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2001)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "count"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "_next"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "previous"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.1.3-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -32,19 +32,19 @@ describe 'InlineResponse2002' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2002)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "count"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "_next"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "previous"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.1.3-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -32,19 +32,19 @@ describe 'InlineResponse2003' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpFileClient::InlineResponse2003)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "count"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "_next"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "previous"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: v3
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 4.
|
|
9
|
+
OpenAPI Generator version: 4.1.3-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -32,19 +32,19 @@ describe 'InlineResponse200' do
|
|
|
32
32
|
expect(@instance).to be_instance_of(PulpFileClient::InlineResponse200)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
|
-
describe 'test attribute "
|
|
35
|
+
describe 'test attribute "count"' do
|
|
36
36
|
it 'should work' do
|
|
37
37
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
-
describe 'test attribute "
|
|
41
|
+
describe 'test attribute "_next"' do
|
|
42
42
|
it 'should work' do
|
|
43
43
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
47
|
-
describe 'test attribute "
|
|
47
|
+
describe 'test attribute "previous"' do
|
|
48
48
|
it 'should work' do
|
|
49
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
50
|
end
|
data/spec/spec_helper.rb
CHANGED
metadata
CHANGED
|
@@ -1,35 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_file_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.0b2
|
|
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-
|
|
11
|
+
date: 2019-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
-
name:
|
|
14
|
+
name: faraday
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "~>"
|
|
18
|
-
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.0'
|
|
20
17
|
- - ">="
|
|
21
18
|
- !ruby/object:Gem::Version
|
|
22
|
-
version:
|
|
19
|
+
version: 0.14.0
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
|
-
- - "~>"
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: '1.0'
|
|
30
24
|
- - ">="
|
|
31
25
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
26
|
+
version: 0.14.0
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: json
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -70,126 +64,6 @@ dependencies:
|
|
|
70
64
|
- - ">="
|
|
71
65
|
- !ruby/object:Gem::Version
|
|
72
66
|
version: 3.6.0
|
|
73
|
-
- !ruby/object:Gem::Dependency
|
|
74
|
-
name: vcr
|
|
75
|
-
requirement: !ruby/object:Gem::Requirement
|
|
76
|
-
requirements:
|
|
77
|
-
- - "~>"
|
|
78
|
-
- !ruby/object:Gem::Version
|
|
79
|
-
version: '3.0'
|
|
80
|
-
- - ">="
|
|
81
|
-
- !ruby/object:Gem::Version
|
|
82
|
-
version: 3.0.1
|
|
83
|
-
type: :development
|
|
84
|
-
prerelease: false
|
|
85
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
86
|
-
requirements:
|
|
87
|
-
- - "~>"
|
|
88
|
-
- !ruby/object:Gem::Version
|
|
89
|
-
version: '3.0'
|
|
90
|
-
- - ">="
|
|
91
|
-
- !ruby/object:Gem::Version
|
|
92
|
-
version: 3.0.1
|
|
93
|
-
- !ruby/object:Gem::Dependency
|
|
94
|
-
name: webmock
|
|
95
|
-
requirement: !ruby/object:Gem::Requirement
|
|
96
|
-
requirements:
|
|
97
|
-
- - "~>"
|
|
98
|
-
- !ruby/object:Gem::Version
|
|
99
|
-
version: '1.24'
|
|
100
|
-
- - ">="
|
|
101
|
-
- !ruby/object:Gem::Version
|
|
102
|
-
version: 1.24.3
|
|
103
|
-
type: :development
|
|
104
|
-
prerelease: false
|
|
105
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
106
|
-
requirements:
|
|
107
|
-
- - "~>"
|
|
108
|
-
- !ruby/object:Gem::Version
|
|
109
|
-
version: '1.24'
|
|
110
|
-
- - ">="
|
|
111
|
-
- !ruby/object:Gem::Version
|
|
112
|
-
version: 1.24.3
|
|
113
|
-
- !ruby/object:Gem::Dependency
|
|
114
|
-
name: autotest
|
|
115
|
-
requirement: !ruby/object:Gem::Requirement
|
|
116
|
-
requirements:
|
|
117
|
-
- - "~>"
|
|
118
|
-
- !ruby/object:Gem::Version
|
|
119
|
-
version: '4.4'
|
|
120
|
-
- - ">="
|
|
121
|
-
- !ruby/object:Gem::Version
|
|
122
|
-
version: 4.4.6
|
|
123
|
-
type: :development
|
|
124
|
-
prerelease: false
|
|
125
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
126
|
-
requirements:
|
|
127
|
-
- - "~>"
|
|
128
|
-
- !ruby/object:Gem::Version
|
|
129
|
-
version: '4.4'
|
|
130
|
-
- - ">="
|
|
131
|
-
- !ruby/object:Gem::Version
|
|
132
|
-
version: 4.4.6
|
|
133
|
-
- !ruby/object:Gem::Dependency
|
|
134
|
-
name: autotest-rails-pure
|
|
135
|
-
requirement: !ruby/object:Gem::Requirement
|
|
136
|
-
requirements:
|
|
137
|
-
- - "~>"
|
|
138
|
-
- !ruby/object:Gem::Version
|
|
139
|
-
version: '4.1'
|
|
140
|
-
- - ">="
|
|
141
|
-
- !ruby/object:Gem::Version
|
|
142
|
-
version: 4.1.2
|
|
143
|
-
type: :development
|
|
144
|
-
prerelease: false
|
|
145
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
146
|
-
requirements:
|
|
147
|
-
- - "~>"
|
|
148
|
-
- !ruby/object:Gem::Version
|
|
149
|
-
version: '4.1'
|
|
150
|
-
- - ">="
|
|
151
|
-
- !ruby/object:Gem::Version
|
|
152
|
-
version: 4.1.2
|
|
153
|
-
- !ruby/object:Gem::Dependency
|
|
154
|
-
name: autotest-growl
|
|
155
|
-
requirement: !ruby/object:Gem::Requirement
|
|
156
|
-
requirements:
|
|
157
|
-
- - "~>"
|
|
158
|
-
- !ruby/object:Gem::Version
|
|
159
|
-
version: '0.2'
|
|
160
|
-
- - ">="
|
|
161
|
-
- !ruby/object:Gem::Version
|
|
162
|
-
version: 0.2.16
|
|
163
|
-
type: :development
|
|
164
|
-
prerelease: false
|
|
165
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
166
|
-
requirements:
|
|
167
|
-
- - "~>"
|
|
168
|
-
- !ruby/object:Gem::Version
|
|
169
|
-
version: '0.2'
|
|
170
|
-
- - ">="
|
|
171
|
-
- !ruby/object:Gem::Version
|
|
172
|
-
version: 0.2.16
|
|
173
|
-
- !ruby/object:Gem::Dependency
|
|
174
|
-
name: autotest-fsevent
|
|
175
|
-
requirement: !ruby/object:Gem::Requirement
|
|
176
|
-
requirements:
|
|
177
|
-
- - "~>"
|
|
178
|
-
- !ruby/object:Gem::Version
|
|
179
|
-
version: '0.2'
|
|
180
|
-
- - ">="
|
|
181
|
-
- !ruby/object:Gem::Version
|
|
182
|
-
version: 0.2.12
|
|
183
|
-
type: :development
|
|
184
|
-
prerelease: false
|
|
185
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
186
|
-
requirements:
|
|
187
|
-
- - "~>"
|
|
188
|
-
- !ruby/object:Gem::Version
|
|
189
|
-
version: '0.2'
|
|
190
|
-
- - ">="
|
|
191
|
-
- !ruby/object:Gem::Version
|
|
192
|
-
version: 0.2.12
|
|
193
67
|
description: No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
194
68
|
email:
|
|
195
69
|
- ''
|
|
@@ -198,7 +72,6 @@ extensions: []
|
|
|
198
72
|
extra_rdoc_files: []
|
|
199
73
|
files:
|
|
200
74
|
- Gemfile
|
|
201
|
-
- Gemfile.lock
|
|
202
75
|
- README.md
|
|
203
76
|
- Rakefile
|
|
204
77
|
- docs/AsyncOperationResponse.md
|
|
@@ -255,7 +128,7 @@ files:
|
|
|
255
128
|
- spec/spec_helper.rb
|
|
256
129
|
homepage: https://openapi-generator.tech
|
|
257
130
|
licenses:
|
|
258
|
-
-
|
|
131
|
+
- GPL-2.0
|
|
259
132
|
metadata: {}
|
|
260
133
|
post_install_message:
|
|
261
134
|
rdoc_options: []
|
data/Gemfile.lock
DELETED
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
pulp_file_client (0.1.0b1)
|
|
5
|
-
json (~> 2.1, >= 2.1.0)
|
|
6
|
-
typhoeus (~> 1.0, >= 1.0.1)
|
|
7
|
-
|
|
8
|
-
GEM
|
|
9
|
-
remote: https://rubygems.org/
|
|
10
|
-
specs:
|
|
11
|
-
ZenTest (4.11.2)
|
|
12
|
-
addressable (2.5.2)
|
|
13
|
-
public_suffix (>= 2.0.2, < 4.0)
|
|
14
|
-
autotest (4.4.6)
|
|
15
|
-
ZenTest (>= 4.4.1)
|
|
16
|
-
autotest-fsevent (0.2.14)
|
|
17
|
-
sys-uname
|
|
18
|
-
autotest-growl (0.2.16)
|
|
19
|
-
autotest-rails-pure (4.1.2)
|
|
20
|
-
byebug (10.0.2)
|
|
21
|
-
coderay (1.1.2)
|
|
22
|
-
crack (0.4.3)
|
|
23
|
-
safe_yaml (~> 1.0.0)
|
|
24
|
-
diff-lcs (1.3)
|
|
25
|
-
ethon (0.11.0)
|
|
26
|
-
ffi (>= 1.3.0)
|
|
27
|
-
ffi (1.9.25)
|
|
28
|
-
hashdiff (0.3.7)
|
|
29
|
-
json (2.1.0)
|
|
30
|
-
method_source (0.9.0)
|
|
31
|
-
pry (0.11.3)
|
|
32
|
-
coderay (~> 1.1.0)
|
|
33
|
-
method_source (~> 0.9.0)
|
|
34
|
-
pry-byebug (3.6.0)
|
|
35
|
-
byebug (~> 10.0)
|
|
36
|
-
pry (~> 0.10)
|
|
37
|
-
public_suffix (3.0.3)
|
|
38
|
-
rake (12.0.0)
|
|
39
|
-
rspec (3.8.0)
|
|
40
|
-
rspec-core (~> 3.8.0)
|
|
41
|
-
rspec-expectations (~> 3.8.0)
|
|
42
|
-
rspec-mocks (~> 3.8.0)
|
|
43
|
-
rspec-core (3.8.0)
|
|
44
|
-
rspec-support (~> 3.8.0)
|
|
45
|
-
rspec-expectations (3.8.1)
|
|
46
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
47
|
-
rspec-support (~> 3.8.0)
|
|
48
|
-
rspec-mocks (3.8.0)
|
|
49
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
50
|
-
rspec-support (~> 3.8.0)
|
|
51
|
-
rspec-support (3.8.0)
|
|
52
|
-
safe_yaml (1.0.4)
|
|
53
|
-
sys-uname (1.0.3)
|
|
54
|
-
ffi (>= 1.0.0)
|
|
55
|
-
typhoeus (1.3.0)
|
|
56
|
-
ethon (>= 0.9.0)
|
|
57
|
-
vcr (3.0.3)
|
|
58
|
-
webmock (1.24.6)
|
|
59
|
-
addressable (>= 2.3.6)
|
|
60
|
-
crack (>= 0.3.2)
|
|
61
|
-
hashdiff
|
|
62
|
-
|
|
63
|
-
PLATFORMS
|
|
64
|
-
ruby
|
|
65
|
-
|
|
66
|
-
DEPENDENCIES
|
|
67
|
-
autotest (~> 4.4, >= 4.4.6)
|
|
68
|
-
autotest-fsevent (~> 0.2, >= 0.2.12)
|
|
69
|
-
autotest-growl (~> 0.2, >= 0.2.16)
|
|
70
|
-
autotest-rails-pure (~> 4.1, >= 4.1.2)
|
|
71
|
-
pulp_file_client!
|
|
72
|
-
pry-byebug
|
|
73
|
-
rake (~> 12.0.0)
|
|
74
|
-
rspec (~> 3.6, >= 3.6.0)
|
|
75
|
-
vcr (~> 3.0, >= 3.0.1)
|
|
76
|
-
webmock (~> 1.24, >= 1.24.3)
|
|
77
|
-
|
|
78
|
-
BUNDLED WITH
|
|
79
|
-
1.16.1
|