pulp_maven_client 0.2.0b1.dev01596139522 → 0.2.0b1.dev01596225975

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

Potentially problematic release.


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

@@ -47,7 +47,7 @@ describe 'RepositoriesMavenApi' do
47
47
  # unit tests for delete
48
48
  # Delete a maven repository
49
49
  # Trigger an asynchronous delete task
50
- # @param maven_repository_href
50
+ # @param maven_maven_repository_href
51
51
  # @param [Hash] opts the optional parameters
52
52
  # @option opts [String] :name name
53
53
  # @option opts [String] :name__in name__in
@@ -80,7 +80,7 @@ describe 'RepositoriesMavenApi' do
80
80
  # unit tests for partial_update
81
81
  # Update a maven repository
82
82
  # Trigger an asynchronous partial update task
83
- # @param maven_repository_href
83
+ # @param maven_maven_repository_href
84
84
  # @param patchedmaven_maven_repository
85
85
  # @param [Hash] opts the optional parameters
86
86
  # @option opts [String] :name name
@@ -96,7 +96,7 @@ describe 'RepositoriesMavenApi' do
96
96
  # unit tests for read
97
97
  # Inspect a maven repository
98
98
  # A ViewSet for MavenRemote.
99
- # @param maven_repository_href
99
+ # @param maven_maven_repository_href
100
100
  # @param [Hash] opts the optional parameters
101
101
  # @option opts [String] :fields A list of fields to include in the response.
102
102
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -110,7 +110,7 @@ describe 'RepositoriesMavenApi' do
110
110
  # unit tests for update
111
111
  # Update a maven repository
112
112
  # Trigger an asynchronous update task
113
- # @param maven_repository_href
113
+ # @param maven_maven_repository_href
114
114
  # @param maven_maven_repository
115
115
  # @param [Hash] opts the optional parameters
116
116
  # @option opts [String] :name name
@@ -35,7 +35,7 @@ describe 'RepositoriesMavenVersionsApi' do
35
35
  # unit tests for delete
36
36
  # Delete a repository version
37
37
  # Trigger an asynchronous task to delete a repositroy version.
38
- # @param maven_repository_version_href
38
+ # @param maven_maven_repository_version_href
39
39
  # @param [Hash] opts the optional parameters
40
40
  # @option opts [String] :content content
41
41
  # @option opts [String] :content__in content__in
@@ -62,7 +62,7 @@ describe 'RepositoriesMavenVersionsApi' do
62
62
  # unit tests for list
63
63
  # List repository versions
64
64
  # MavenRepositoryVersion represents a single Maven repository version.
65
- # @param maven_repository_version_href
65
+ # @param maven_maven_repository_href
66
66
  # @param [Hash] opts the optional parameters
67
67
  # @option opts [String] :content content
68
68
  # @option opts [String] :content__in content__in
@@ -93,7 +93,7 @@ describe 'RepositoriesMavenVersionsApi' do
93
93
  # unit tests for read
94
94
  # Inspect a repository version
95
95
  # MavenRepositoryVersion represents a single Maven repository version.
96
- # @param maven_repository_version_href
96
+ # @param maven_maven_repository_version_href
97
97
  # @param [Hash] opts the optional parameters
98
98
  # @option opts [String] :fields A list of fields to include in the response.
99
99
  # @option opts [String] :exclude_fields A list of fields to exclude from the response.
@@ -106,7 +106,7 @@ describe 'RepositoriesMavenVersionsApi' do
106
106
 
107
107
  # unit tests for repair
108
108
  # Trigger an asynchronous task to repair a repositroy version.
109
- # @param maven_repository_version_href
109
+ # @param maven_maven_repository_version_href
110
110
  # @param repository_version
111
111
  # @param [Hash] opts the optional parameters
112
112
  # @return [AsyncOperationResponse]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_maven_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0b1.dev01596139522
4
+ version: 0.2.0b1.dev01596225975
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-07-30 00:00:00.000000000 Z
11
+ date: 2020-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday