pulp_npm_client 0.1.0a1.dev01597800693 → 0.1.0a1.dev01597887121

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e161cb2aa28ea6cc51f7d9ab3c50d733616aa73078de179658e71334554d4d12
4
- data.tar.gz: 515cd545f278968a85667d6a3bc00fd7a662fdc7cc5ad647399c574ddac01182
3
+ metadata.gz: f2c7efe2d3ced2f88ff6c4326358da3c8e4b6b7d5bfb8969abe2e533cd5f96dd
4
+ data.tar.gz: a1643342a6366f8e29d6ec80d806fc8d6012a24348d8602e10f13f72c63cda1a
5
5
  SHA512:
6
- metadata.gz: 14b07cb6d321ae65322aa27b4b7762e8944799526818572df7b04299d5daef4cdeb26c50072677d360ef63fc56db8e9986d3b304a2d388d2a72fe7b1820509f8
7
- data.tar.gz: a5ffd8c37ae0194393b4f9dc7b18e70d6024011715946816a96492b3b482e86547fc56e18b7d9e872901e038b388fe68d33a3b31d288a8d9f36b27614b2f1abd
6
+ metadata.gz: 1c01670c5b38072aa3aee2056e0f29ea7b7337113b7efcea6af3eb5521c89a4187c2b0ec20accccde699e62b9536965efa9823dd5a1cae8fdf8c0a6d62ca99e2
7
+ data.tar.gz: b5a242e76d378fdffcc00eb52f2cf39dce98e28fdcdb7a2b2102f9d1bca966d43b72072296bdf6820e6376b470e8c13b2f97604724cd994bbf33445c2a30c652
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.0a1.dev01597800693
10
+ - Package version: 0.1.0a1.dev01597887121
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.0a1.dev01597800693.gem
27
+ gem install ./pulp_npm_client-0.1.0a1.dev01597887121.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_npm_client-0.1.0a1.dev01597800693.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_npm_client-0.1.0a1.dev01597887121.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.0a1.dev01597800693'
36
+ gem 'pulp_npm_client', '~> 0.1.0a1.dev01597887121'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -13,6 +13,7 @@ OpenAPI Generator version: 4.2.3
13
13
  require 'date'
14
14
 
15
15
  module PulpNpmClient
16
+ # A mixin for validating unknown serializers' fields.
16
17
  class RepositorySyncURL
17
18
  # A remote to sync from. This will override a remote set on repository.
18
19
  attr_accessor :remote
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpNpmClient
14
- VERSION = '0.1.0a1.dev01597800693'
14
+ VERSION = '0.1.0a1.dev01597887121'
15
15
  end
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.0a1.dev01597800693
4
+ version: 0.1.0a1.dev01597887121
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-19 00:00:00.000000000 Z
11
+ date: 2020-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday