pulp_npm_client 0.1.0a3.dev1615260541 → 0.1.0a3.dev1615693111
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.
Potentially problematic release.
This version of pulp_npm_client might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/pulp_npm_client/version.rb +1 -1
- metadata +21 -21
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27b9b7b5fe832f1de1d1a123ffaf598c0e49e75ab4162342c8520c5fdbb147d7
|
|
4
|
+
data.tar.gz: 9f9df76079280e03b805e41c6a52b3d5546506eb2e84c586c23523aeb95d5cf8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29aab83e9c9637eeaf09fdfb7fb909897e793d9e46d0cebfd1a5c90b817c72c47c81b01553c827477a162b2558547bf440eb94d563300dcfcf21218da75c037b
|
|
7
|
+
data.tar.gz: 0dc292bdc0ca8adb544f20c9e17aca41d3d2a00bcb6972dc984ad78d20e802cf7e6b4375139cc09a7f5101e88aa8e7ec83bc62f2d0434ec5385986aa0e3ee8d6
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
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.0a3.
|
|
10
|
+
- Package version: 0.1.0a3.dev1615693111
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
13
13
|
|
|
@@ -24,16 +24,16 @@ gem build pulp_npm_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_npm_client-0.1.0a3.
|
|
27
|
+
gem install ./pulp_npm_client-0.1.0a3.dev1615693111.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_npm_client-0.1.0a3.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_npm_client-0.1.0a3.dev1615693111.gem` to install the development dependencies)
|
|
31
31
|
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
33
33
|
|
|
34
34
|
Finally add this to the Gemfile:
|
|
35
35
|
|
|
36
|
-
gem 'pulp_npm_client', '~> 0.1.0a3.
|
|
36
|
+
gem 'pulp_npm_client', '~> 0.1.0a3.dev1615693111'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pulp_npm_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0a3.
|
|
4
|
+
version: 0.1.0a3.dev1615693111
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -198,36 +198,36 @@ signing_key:
|
|
|
198
198
|
specification_version: 4
|
|
199
199
|
summary: Pulp 3 API Ruby Gem
|
|
200
200
|
test_files:
|
|
201
|
-
- spec/api/
|
|
202
|
-
- spec/api/content_packages_api_spec.rb
|
|
201
|
+
- spec/api/distributions_npm_api_spec.rb
|
|
203
202
|
- spec/api/repositories_npm_versions_api_spec.rb
|
|
204
203
|
- spec/api/repositories_npm_api_spec.rb
|
|
205
|
-
- spec/api/
|
|
204
|
+
- spec/api/content_packages_api_spec.rb
|
|
205
|
+
- spec/api/remotes_npm_api_spec.rb
|
|
206
206
|
- spec/api/pulp_npm_packages_api_spec.rb
|
|
207
207
|
- spec/api_client_spec.rb
|
|
208
208
|
- spec/configuration_spec.rb
|
|
209
|
-
- spec/models/
|
|
210
|
-
- spec/models/repository_version_response_spec.rb
|
|
209
|
+
- spec/models/content_summary_spec.rb
|
|
211
210
|
- spec/models/async_operation_response_spec.rb
|
|
212
|
-
- spec/models/
|
|
213
|
-
- spec/models/
|
|
211
|
+
- spec/models/npm_npm_remote_response_spec.rb
|
|
212
|
+
- spec/models/paginatednpm_npm_remote_response_list_spec.rb
|
|
213
|
+
- spec/models/npm_npm_distribution_response_spec.rb
|
|
214
|
+
- spec/models/npm_package_response_spec.rb
|
|
214
215
|
- spec/models/npm_package_spec.rb
|
|
215
|
-
- spec/models/
|
|
216
|
+
- spec/models/paginatednpm_package_response_list_spec.rb
|
|
217
|
+
- spec/models/policy_enum_spec.rb
|
|
218
|
+
- spec/models/paginatednpm_npm_distribution_response_list_spec.rb
|
|
216
219
|
- spec/models/content_summary_response_spec.rb
|
|
220
|
+
- spec/models/patchednpm_npm_remote_spec.rb
|
|
221
|
+
- spec/models/patchednpm_npm_repository_spec.rb
|
|
222
|
+
- spec/models/repository_version_spec.rb
|
|
217
223
|
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
218
|
-
- spec/models/
|
|
219
|
-
- spec/models/policy_enum_spec.rb
|
|
224
|
+
- spec/models/repository_add_remove_content_spec.rb
|
|
220
225
|
- spec/models/npm_npm_distribution_spec.rb
|
|
221
|
-
- spec/models/patchednpm_npm_distribution_spec.rb
|
|
222
|
-
- spec/models/npm_npm_repository_response_spec.rb
|
|
223
226
|
- spec/models/npm_npm_remote_spec.rb
|
|
224
|
-
- spec/models/
|
|
225
|
-
- spec/models/
|
|
226
|
-
- spec/models/patchednpm_npm_remote_spec.rb
|
|
227
|
+
- spec/models/repository_version_response_spec.rb
|
|
228
|
+
- spec/models/npm_npm_repository_spec.rb
|
|
227
229
|
- spec/models/repository_sync_url_spec.rb
|
|
228
|
-
- spec/models/
|
|
229
|
-
- spec/models/npm_npm_distribution_response_spec.rb
|
|
230
|
-
- spec/models/paginatednpm_npm_distribution_response_list_spec.rb
|
|
230
|
+
- spec/models/npm_npm_repository_response_spec.rb
|
|
231
231
|
- spec/models/paginatednpm_npm_repository_response_list_spec.rb
|
|
232
|
-
- spec/models/
|
|
232
|
+
- spec/models/patchednpm_npm_distribution_spec.rb
|
|
233
233
|
- spec/spec_helper.rb
|