pulp_maven_client 0.1.0b2 → 0.1.0b3

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.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +22 -22
  3. data/docs/{ContentApi.md → ContentArtifactApi.md} +29 -23
  4. data/docs/{DistributionsApi.md → DistributionsMavenApi.md} +47 -41
  5. data/docs/InlineResponse200.md +3 -3
  6. data/docs/InlineResponse2001.md +3 -3
  7. data/docs/InlineResponse2002.md +3 -3
  8. data/docs/MavenRemote.md +3 -5
  9. data/docs/{RemotesApi.md → RemotesMavenApi.md} +47 -41
  10. data/git_push.sh +10 -7
  11. data/lib/pulp_maven_client/api/{content_api.rb → content_artifact_api.rb} +33 -27
  12. data/lib/pulp_maven_client/api/{distributions_api.rb → distributions_maven_api.rb} +56 -50
  13. data/lib/pulp_maven_client/api/{remotes_api.rb → remotes_maven_api.rb} +56 -50
  14. data/lib/pulp_maven_client/api_client.rb +77 -62
  15. data/lib/pulp_maven_client/api_error.rb +1 -1
  16. data/lib/pulp_maven_client/configuration.rb +13 -21
  17. data/lib/pulp_maven_client/models/async_operation_response.rb +1 -1
  18. data/lib/pulp_maven_client/models/inline_response200.rb +11 -11
  19. data/lib/pulp_maven_client/models/inline_response2001.rb +11 -11
  20. data/lib/pulp_maven_client/models/inline_response2002.rb +11 -11
  21. data/lib/pulp_maven_client/models/maven_artifact.rb +1 -1
  22. data/lib/pulp_maven_client/models/maven_distribution.rb +1 -1
  23. data/lib/pulp_maven_client/models/maven_remote.rb +7 -17
  24. data/lib/pulp_maven_client/version.rb +2 -2
  25. data/lib/pulp_maven_client.rb +4 -4
  26. data/pulp_maven_client.gemspec +3 -9
  27. data/spec/api/{content_api_spec.rb → content_artifact_api_spec.rb} +17 -15
  28. data/spec/api/{distributions_api_spec.rb → distributions_maven_api_spec.rb} +23 -21
  29. data/spec/api/{remotes_api_spec.rb → remotes_maven_api_spec.rb} +23 -21
  30. data/spec/api_client_spec.rb +1 -39
  31. data/spec/configuration_spec.rb +1 -1
  32. data/spec/models/async_operation_response_spec.rb +1 -1
  33. data/spec/models/inline_response2001_spec.rb +4 -4
  34. data/spec/models/inline_response2002_spec.rb +4 -4
  35. data/spec/models/inline_response200_spec.rb +4 -4
  36. data/spec/models/maven_artifact_spec.rb +1 -1
  37. data/spec/models/maven_distribution_spec.rb +1 -1
  38. data/spec/models/maven_remote_spec.rb +2 -8
  39. data/spec/spec_helper.rb +1 -1
  40. metadata +18 -145
  41. data/Gemfile.lock +0 -79
metadata CHANGED
@@ -1,35 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_maven_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0b2
4
+ version: 0.1.0b3
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-28 00:00:00.000000000 Z
11
+ date: 2019-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: typhoeus
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: 1.0.1
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: 1.0.1
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,24 +72,23 @@ 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
205
- - docs/ContentApi.md
206
- - docs/DistributionsApi.md
78
+ - docs/ContentArtifactApi.md
79
+ - docs/DistributionsMavenApi.md
207
80
  - docs/InlineResponse200.md
208
81
  - docs/InlineResponse2001.md
209
82
  - docs/InlineResponse2002.md
210
83
  - docs/MavenArtifact.md
211
84
  - docs/MavenDistribution.md
212
85
  - docs/MavenRemote.md
213
- - docs/RemotesApi.md
86
+ - docs/RemotesMavenApi.md
214
87
  - git_push.sh
215
88
  - lib/pulp_maven_client.rb
216
- - lib/pulp_maven_client/api/content_api.rb
217
- - lib/pulp_maven_client/api/distributions_api.rb
218
- - lib/pulp_maven_client/api/remotes_api.rb
89
+ - lib/pulp_maven_client/api/content_artifact_api.rb
90
+ - lib/pulp_maven_client/api/distributions_maven_api.rb
91
+ - lib/pulp_maven_client/api/remotes_maven_api.rb
219
92
  - lib/pulp_maven_client/api_client.rb
220
93
  - lib/pulp_maven_client/api_error.rb
221
94
  - lib/pulp_maven_client/configuration.rb
@@ -228,9 +101,9 @@ files:
228
101
  - lib/pulp_maven_client/models/maven_remote.rb
229
102
  - lib/pulp_maven_client/version.rb
230
103
  - pulp_maven_client.gemspec
231
- - spec/api/content_api_spec.rb
232
- - spec/api/distributions_api_spec.rb
233
- - spec/api/remotes_api_spec.rb
104
+ - spec/api/content_artifact_api_spec.rb
105
+ - spec/api/distributions_maven_api_spec.rb
106
+ - spec/api/remotes_maven_api_spec.rb
234
107
  - spec/api_client_spec.rb
235
108
  - spec/configuration_spec.rb
236
109
  - spec/models/async_operation_response_spec.rb
@@ -243,7 +116,7 @@ files:
243
116
  - spec/spec_helper.rb
244
117
  homepage: https://openapi-generator.tech
245
118
  licenses:
246
- - GPLv2
119
+ - GPL-2.0
247
120
  metadata: {}
248
121
  post_install_message:
249
122
  rdoc_options: []
@@ -266,9 +139,9 @@ signing_key:
266
139
  specification_version: 4
267
140
  summary: Pulp 3 API Ruby Gem
268
141
  test_files:
269
- - spec/api/remotes_api_spec.rb
270
- - spec/api/distributions_api_spec.rb
271
- - spec/api/content_api_spec.rb
142
+ - spec/api/distributions_maven_api_spec.rb
143
+ - spec/api/remotes_maven_api_spec.rb
144
+ - spec/api/content_artifact_api_spec.rb
272
145
  - spec/api_client_spec.rb
273
146
  - spec/configuration_spec.rb
274
147
  - spec/models/maven_distribution_spec.rb
data/Gemfile.lock DELETED
@@ -1,79 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- pulp_maven_client (0.1.0b2)
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_maven_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