pulpcore_client 3.11.0.dev01613964947 → 3.11.0.dev1614828937

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: e8aeadc595a5658766136722a3375526c90979f91dedaca3658464a7337ffae2
4
- data.tar.gz: d4881090e5ee248f8dbb1e3dff5de036b31ef5ae194abc66e8169be4942ec693
3
+ metadata.gz: cd144d7af3d6be70270c488398d55342b405820eb5b8de467de2920f5f181f6e
4
+ data.tar.gz: 5b631ec2b4fa2a309c6c9f2d97c881d181c6fb0e343add85db4b7aa720933bac
5
5
  SHA512:
6
- metadata.gz: d0d7d25922b165c21d4a8af40cd56523fb4713fc3901877c686083a98e53a0695f08114ec3c52f04173543d5576b65c3f301c0bb23113f4b9c139190c62ff4d8
7
- data.tar.gz: e0bdc0bfd00b11cf5c330b016f261a3bdef8588123797e326392484db7f6cce75f744fd46d74eca0e2f306e848bbfcd861b2f8031dec3717e41bf7a8176d70b8
6
+ metadata.gz: 291236d6c8fdcb4b1f5f508fbca8fe016080c620d75ca67cf81ad28cdb4fb1022cdbc1d724b4ebc6d8d56975f90aa1e8bf7dd43ff573229526009c5657a0d16d
7
+ data.tar.gz: ca85232b6d734425015e0c7c15bc4b43dfc7e425e7f1ef45f39b39caf4bbb46db40447ba3dbc26b2e4534acf5a5bc5df8bfb52f33dccf4ab58e954177e1fe125
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.dev01613964947
10
+ - Package version: 3.11.0.dev1614828937
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.dev01613964947.gem
27
+ gem install ./pulpcore_client-3.11.0.dev1614828937.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulpcore_client-3.11.0.dev01613964947.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulpcore_client-3.11.0.dev1614828937.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.dev01613964947'
36
+ gem 'pulpcore_client', '~> 3.11.0.dev1614828937'
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.dev01613964947'
14
+ VERSION = '3.11.0.dev1614828937'
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.dev01613964947
4
+ version: 3.11.0.dev1614828937
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-22 00:00:00.000000000 Z
11
+ date: 2021-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday