pulpcore_client 3.11.0.dev01614224077 → 3.11.0.dev1615260925

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 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: 8780c48369d200ebe28a6d952b045188f44ffea75733983a83187742f3e3222c
4
+ data.tar.gz: 7a9b776f2b5d62f2492251bb12e55a71af2c340d33574fee684a74c65b24bac3
5
5
  SHA512:
6
- metadata.gz: 525987aa5e26fa1275739371e47ffe034f4841a7ee4ef3c9eb543fb2e4ce7435f412a1c4d198dca6b81141b5c9314bd7431d876540d0ddad531859d903f59eaa
7
- data.tar.gz: b238294996c93506275518e055c7d7c54998f74bf8e40040b8c1dfdeea8259c8685116a20cde927ee836b82c5bd39a9c145b82bda027cb24f20236133631839e
6
+ metadata.gz: fc10b165474e5a2303660fb61ad28ee7c49607bee652ef00e1577acbf410b02c1816fe7ff0370403acbe403ec0e9e11f7040127712e637ec1aaf991dc053f764
7
+ data.tar.gz: 2fe3eeaf9096a7fe44aa503764248148a829bc55b6ed6e7f1b0abff63e5595a18b9cbee6a48d9b22cd76b61823d434595a24e55901dc5b75fbcd8c080a58dc4f
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.dev1615260925
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.dev1615260925.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.dev1615260925.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.dev1615260925'
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.dev1615260925'
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.dev1615260925
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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday