pulp_npm_client 0.1.0a1.dev01601084499 → 0.1.0a1.dev01601516845

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: 0d214a87f4c0d4071b0d2d302102f6bb1943f033a6d974692e5b627808318aee
4
- data.tar.gz: a85e33dc872d737637ab2eeb515e4940c6cc9e78fa03abe080c8b1ec7e436948
3
+ metadata.gz: f25e7bda29bbfc59b58824ef3e0bd29fceb6ebfe9c5cc1c029b4736d14df7e43
4
+ data.tar.gz: 1484f801b8cbd76f4dc98087cbcb267eb46dd2695220b791213c51e60f45393f
5
5
  SHA512:
6
- metadata.gz: 610b2c246a5d9f5130f5784222bbb82088bed2cf91b63571c14841cb3f9e785dd078191731fcb45b0e7b407a489edf42c60c95e024952af5e56e937effe6e206
7
- data.tar.gz: 9c22f2f68920d65790d06dcc857c18f427dfa55f7f959f2d27a01ab47fb2f26b0b9d206ad283dc448b8e249eff83f629dfcc34409f4325631134ae0d80d12578
6
+ metadata.gz: fd4091432965c25f09ffe5be874d530bd691adb6f9e29944a9b3c7c41d3f1193b62bda075b5826e1ba5284e21dd4d4f6652fcfdc47b9688b4f63e59d5b0b3f5f
7
+ data.tar.gz: 4a33f8aeb148d5781f3ee154e03898adcd2438419cd596c6bea41310e16c27916853994a2621409492637de8d7a903c6a480e20f56acc5dd35c2ac69962320be
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.dev01601084499
10
+ - Package version: 0.1.0a1.dev01601516845
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.dev01601084499.gem
27
+ gem install ./pulp_npm_client-0.1.0a1.dev01601516845.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_npm_client-0.1.0a1.dev01601084499.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_npm_client-0.1.0a1.dev01601516845.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.dev01601084499'
36
+ gem 'pulp_npm_client', '~> 0.1.0a1.dev01601516845'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'PulpNpmClient'
16
16
 
17
17
  instance = PulpNpmClient::InlineResponse200.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'PulpNpmClient'
16
16
 
17
17
  instance = PulpNpmClient::InlineResponse2001.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'PulpNpmClient'
16
16
 
17
17
  instance = PulpNpmClient::InlineResponse2002.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'PulpNpmClient'
16
16
 
17
17
  instance = PulpNpmClient::InlineResponse2003.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -15,8 +15,8 @@ Name | Type | Description | Notes
15
15
  require 'PulpNpmClient'
16
16
 
17
17
  instance = PulpNpmClient::InlineResponse2004.new(count: 123,
18
- _next: null,
19
- previous: null,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
20
  results: null)
21
21
  ```
22
22
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpNpmClient
14
- VERSION = '0.1.0a1.dev01601084499'
14
+ VERSION = '0.1.0a1.dev01601516845'
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.dev01601084499
4
+ version: 0.1.0a1.dev01601516845
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-09-26 00:00:00.000000000 Z
11
+ date: 2020-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday