pulp_file_client 0.1.0b3 → 0.1.0b4

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.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/ContentFilesApi.md +6 -2
  4. data/docs/DistributionsFileApi.md +6 -2
  5. data/docs/FileContent.md +11 -13
  6. data/docs/FileDistribution.md +5 -5
  7. data/docs/FilePublication.md +5 -7
  8. data/docs/FileRemote.md +6 -8
  9. data/docs/PublicationsFileApi.md +6 -2
  10. data/docs/RemotesFileApi.md +18 -14
  11. data/lib/pulp_file_client.rb +1 -1
  12. data/lib/pulp_file_client/api/content_files_api.rb +7 -1
  13. data/lib/pulp_file_client/api/distributions_file_api.rb +7 -1
  14. data/lib/pulp_file_client/api/publications_file_api.rb +7 -1
  15. data/lib/pulp_file_client/api/remotes_file_api.rb +25 -19
  16. data/lib/pulp_file_client/api_client.rb +1 -1
  17. data/lib/pulp_file_client/api_error.rb +1 -1
  18. data/lib/pulp_file_client/configuration.rb +1 -1
  19. data/lib/pulp_file_client/models/async_operation_response.rb +1 -1
  20. data/lib/pulp_file_client/models/file_content.rb +14 -38
  21. data/lib/pulp_file_client/models/file_distribution.rb +14 -14
  22. data/lib/pulp_file_client/models/file_publication.rb +14 -38
  23. data/lib/pulp_file_client/models/file_remote.rb +20 -44
  24. data/lib/pulp_file_client/models/inline_response200.rb +1 -1
  25. data/lib/pulp_file_client/models/inline_response2001.rb +1 -1
  26. data/lib/pulp_file_client/models/inline_response2002.rb +1 -1
  27. data/lib/pulp_file_client/models/inline_response2003.rb +1 -1
  28. data/lib/pulp_file_client/models/repository_sync_url.rb +1 -1
  29. data/lib/pulp_file_client/version.rb +2 -2
  30. data/pulp_file_client.gemspec +1 -1
  31. data/spec/api/content_files_api_spec.rb +3 -1
  32. data/spec/api/distributions_file_api_spec.rb +3 -1
  33. data/spec/api/publications_file_api_spec.rb +3 -1
  34. data/spec/api/remotes_file_api_spec.rb +9 -7
  35. data/spec/api_client_spec.rb +2 -2
  36. data/spec/configuration_spec.rb +1 -1
  37. data/spec/models/async_operation_response_spec.rb +1 -1
  38. data/spec/models/file_content_spec.rb +3 -9
  39. data/spec/models/file_distribution_spec.rb +3 -3
  40. data/spec/models/file_publication_spec.rb +3 -9
  41. data/spec/models/file_remote_spec.rb +4 -10
  42. data/spec/models/inline_response2001_spec.rb +1 -1
  43. data/spec/models/inline_response2002_spec.rb +1 -1
  44. data/spec/models/inline_response2003_spec.rb +1 -1
  45. data/spec/models/inline_response200_spec.rb +1 -1
  46. data/spec/models/repository_sync_url_spec.rb +1 -1
  47. data/spec/spec_helper.rb +1 -1
  48. metadata +2 -2
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.1.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -32,19 +32,13 @@ describe 'FilePublication' do
32
32
  expect(@instance).to be_instance_of(PulpFileClient::FilePublication)
33
33
  end
34
34
  end
35
- describe 'test attribute "_href"' do
35
+ describe 'test attribute "pulp_href"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "_created"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "_type"' do
41
+ describe 'test attribute "pulp_created"' do
48
42
  it 'should work' do
49
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
44
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.1.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -32,19 +32,13 @@ describe 'FileRemote' do
32
32
  expect(@instance).to be_instance_of(PulpFileClient::FileRemote)
33
33
  end
34
34
  end
35
- describe 'test attribute "_href"' do
35
+ describe 'test attribute "pulp_href"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "_created"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "_type"' do
41
+ describe 'test attribute "pulp_created"' do
48
42
  it 'should work' do
49
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
44
  end
@@ -104,7 +98,7 @@ describe 'FileRemote' do
104
98
  end
105
99
  end
106
100
 
107
- describe 'test attribute "_last_updated"' do
101
+ describe 'test attribute "pulp_last_updated"' do
108
102
  it 'should work' do
109
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
104
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.1.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.1.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.1.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.1.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.1.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: v3
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.1.3-SNAPSHOT
9
+ OpenAPI Generator version: 4.2.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_file_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0b3
4
+ version: 0.1.0b4
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-01 00:00:00.000000000 Z
11
+ date: 2019-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday