pulpcore_client 3.11.0.dev01614224077 → 3.11.0.dev1614741957

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed419343271390843d7064e9190c6ab05c203bd85d11345689c1aa866890d0dc
4
- data.tar.gz: b8c1ff978f8cb9652ec03e85d5efb929cf082bbcc3d0d61c4786bfc81eed389d
3
+ metadata.gz: a9261f949cbbbd1bf12cadd02601decf1f893aa9255e17c343ce9bab2f5d230d
4
+ data.tar.gz: 7b28a1f1dac9434e9be44cefa282de69044808a29bfe621c766224bea923e85f
5
5
  SHA512:
6
- metadata.gz: 525987aa5e26fa1275739371e47ffe034f4841a7ee4ef3c9eb543fb2e4ce7435f412a1c4d198dca6b81141b5c9314bd7431d876540d0ddad531859d903f59eaa
7
- data.tar.gz: b238294996c93506275518e055c7d7c54998f74bf8e40040b8c1dfdeea8259c8685116a20cde927ee836b82c5bd39a9c145b82bda027cb24f20236133631839e
6
+ metadata.gz: 1e40171c467e209c78afa8f718583a114e367333f3b6253b3a56f83acb75307937034933ae9a30511bb51065d30f85be54a5df72dee0d71e9b0bce9d02bd5079
7
+ data.tar.gz: 816854f261ef42f1f64c64e858be5b49e9d8c5de8a42ffb2d6d1c6506e51aa1bcce3fc2cbf2a168d95587d5758227bc201280663d2ad7c219b7adee83bc73772
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: 3.11.0.dev01614224077
10
+ - Package version: 3.11.0.dev1614741957
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 pulpcore_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulpcore_client-3.11.0.dev01614224077.gem
27
+ gem install ./pulpcore_client-3.11.0.dev1614741957.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.11.0.dev01614224077.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.11.0.dev1614741957.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 'pulpcore_client', '~> 3.11.0.dev01614224077'
36
+ gem 'pulpcore_client', '~> 3.11.0.dev1614741957'
37
37
 
38
38
  ### Install from Git
39
39
 
data/docs/StatusApi.md CHANGED
@@ -14,7 +14,7 @@ Method | HTTP request | Description
14
14
 
15
15
  Inspect status of Pulp
16
16
 
17
- Returns app information including the version of pulpcore and loaded pulp plugins, known workers, database connection status, and messaging connection status
17
+ Returns status and app information about Pulp. Information includes: * version of pulpcore and loaded pulp plugins * known workers * known content apps * database connection status * redis connection status * disk usage information
18
18
 
19
19
  ### Example
20
20
 
@@ -20,7 +20,7 @@ module PulpcoreClient
20
20
  @api_client = api_client
21
21
  end
22
22
  # Inspect status of Pulp
23
- # Returns app information including the version of pulpcore and loaded pulp plugins, known workers, database connection status, and messaging connection status
23
+ # Returns status and app information about Pulp. Information includes: * version of pulpcore and loaded pulp plugins * known workers * known content apps * database connection status * redis connection status * disk usage information
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @return [StatusResponse]
26
26
  def status_read(opts = {})
@@ -29,7 +29,7 @@ module PulpcoreClient
29
29
  end
30
30
 
31
31
  # Inspect status of Pulp
32
- # Returns app information including the version of pulpcore and loaded pulp plugins, known workers, database connection status, and messaging connection status
32
+ # Returns status and app information about Pulp. Information includes: * version of pulpcore and loaded pulp plugins * known workers * known content apps * database connection status * redis connection status * disk usage information
33
33
  # @param [Hash] opts the optional parameters
34
34
  # @return [Array<(StatusResponse, Integer, Hash)>] StatusResponse data, response status code and response headers
35
35
  def status_read_with_http_info(opts = {})
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpcoreClient
14
- VERSION = '3.11.0.dev01614224077'
14
+ VERSION = '3.11.0.dev1614741957'
15
15
  end
@@ -34,7 +34,7 @@ describe 'StatusApi' do
34
34
 
35
35
  # unit tests for status_read
36
36
  # Inspect status of Pulp
37
- # Returns app information including the version of pulpcore and loaded pulp plugins, known workers, database connection status, and messaging connection status
37
+ # Returns status and app information about Pulp. Information includes: * version of pulpcore and loaded pulp plugins * known workers * known content apps * database connection status * redis connection status * disk usage information
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @return [StatusResponse]
40
40
  describe 'status_read test' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulpcore_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.11.0.dev01614224077
4
+ version: 3.11.0.dev1614741957
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-02-25 00:00:00.000000000 Z
11
+ date: 2021-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday