pulp_npm_client 0.1.0a1.dev01597627916 → 0.1.0a1.dev01598059912

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: d93c01238f416aa8478ecb43831449152045c83bd26224aed195a6608363fc8e
4
- data.tar.gz: 2f9c0e60529ab3c5b828705862bdbade4ebc5db06131488d8934a39f8b8e2b1a
3
+ metadata.gz: e8360198f25225d13f5011dcdfc1d45480d6fb0f059c0ecaae0397f86fada634
4
+ data.tar.gz: 5263331a1cf79c5fd30918c7c5dff46f04adee4153f69c7c810752fb97af13a1
5
5
  SHA512:
6
- metadata.gz: '079c89790b2a1c4cf6d0ef38e4e404a7eff72a52758c3db713f04548e600eb051814772a6cec79a7672368301fb28d5dedc7b93ac998eda0da8267cb8f1e2c77'
7
- data.tar.gz: cbd7f10a76f0ff16eb25717f4dc4a1ec577d9c14797dfbf83c6853d8eea9b4a1be385b1537fc9b89c3b6ec47684b16ea18de0bfb1ef6353a86094fb8340a1fbe
6
+ metadata.gz: b807d855ead9443681b0bf747fba7dbd03b098b611f0bcdcc83d760576d4dbcf1131d087e5984c71d81f7aeac7f8a02539bc0cc6b15287e327d76778cdebdff5
7
+ data.tar.gz: 2ab563f246df04b4256a4b3c1e5c6cb233ed2af383e8b1df7a574bc56f537c914c9476aba465b80ffa0c5cc8d3ff34e66e45441bcdfff891b2a6d4d27a3f278e
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.dev01597627916
10
+ - Package version: 0.1.0a1.dev01598059912
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.dev01597627916.gem
27
+ gem install ./pulp_npm_client-0.1.0a1.dev01598059912.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_npm_client-0.1.0a1.dev01597627916.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_npm_client-0.1.0a1.dev01598059912.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.dev01597627916'
36
+ gem 'pulp_npm_client', '~> 0.1.0a1.dev01598059912'
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.dev01597627916'
14
+ VERSION = '0.1.0a1.dev01598059912'
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.dev01597627916
4
+ version: 0.1.0a1.dev01598059912
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-17 00:00:00.000000000 Z
11
+ date: 2020-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday