crx_packmgr_api_client 1.2.0 → 1.3.0
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.
- checksums.yaml +5 -5
- data/Gemfile +7 -0
- data/Gemfile.lock +105 -0
- data/README.md +6 -7
- data/Rakefile +8 -0
- data/coverage/.last_run.json +5 -0
- data/coverage/.resultset.json +4814 -0
- data/coverage/.resultset.json.lock +0 -0
- data/coverage/assets/0.10.2/application.css +799 -0
- data/coverage/assets/0.10.2/application.js +1707 -0
- data/coverage/assets/0.10.2/colorbox/border.png +0 -0
- data/coverage/assets/0.10.2/colorbox/controls.png +0 -0
- data/coverage/assets/0.10.2/colorbox/loading.gif +0 -0
- data/coverage/assets/0.10.2/colorbox/loading_background.png +0 -0
- data/coverage/assets/0.10.2/favicon_green.png +0 -0
- data/coverage/assets/0.10.2/favicon_red.png +0 -0
- data/coverage/assets/0.10.2/favicon_yellow.png +0 -0
- data/coverage/assets/0.10.2/loading.gif +0 -0
- data/coverage/assets/0.10.2/magnify.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/coverage/index.html +29254 -0
- data/crx_packmgr_api_client.gemspec +18 -15
- data/docs/DefaultApi.md +15 -15
- data/git_push.sh +31 -16
- data/lib/crx_packmgr_api_client.rb +2 -2
- data/lib/crx_packmgr_api_client/api/default_api.rb +68 -126
- data/lib/crx_packmgr_api_client/api_client.rb +61 -40
- data/lib/crx_packmgr_api_client/api_error.rb +9 -7
- data/lib/crx_packmgr_api_client/configuration.rb +9 -3
- data/lib/crx_packmgr_api_client/models/filter.rb +11 -16
- data/lib/crx_packmgr_api_client/models/filter_rule.rb +14 -18
- data/lib/crx_packmgr_api_client/models/group.rb +11 -16
- data/lib/crx_packmgr_api_client/models/group_list.rb +11 -16
- data/lib/crx_packmgr_api_client/models/init_data.rb +11 -16
- data/lib/crx_packmgr_api_client/models/install_status.rb +11 -16
- data/lib/crx_packmgr_api_client/models/install_status_status.rb +11 -16
- data/lib/crx_packmgr_api_client/models/package.rb +11 -16
- data/lib/crx_packmgr_api_client/models/package_list.rb +11 -16
- data/lib/crx_packmgr_api_client/models/service_exec_response.rb +11 -16
- data/lib/crx_packmgr_api_client/models/service_response.rb +11 -16
- data/lib/crx_packmgr_api_client/models/service_response_request.rb +11 -16
- data/lib/crx_packmgr_api_client/models/service_response_request_param.rb +11 -16
- data/lib/crx_packmgr_api_client/models/service_response_response.rb +11 -16
- data/lib/crx_packmgr_api_client/models/update_status.rb +11 -16
- data/lib/crx_packmgr_api_client/version.rb +3 -3
- data/spec/api/download_api_spec.rb +1 -1
- data/spec/api/screenshot_api_spec.rb +1 -1
- data/spec/api/thumbnail_api_spec.rb +1 -1
- metadata +104 -98
- data/crx_packmgr_api_client-0.2.0.gem +0 -0
- data/crx_packmgr_api_client-1.0.0.gem +0 -0
- data/crx_packmgr_api_client-1.1.0.gem +0 -0
- data/crx_packmgr_api_client-1.1.1.gem +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
|
|
2
|
+
CRX Package Manager API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
API for interacting with the CRX Package Manager in AEM.
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: 6.2.0
|
|
7
7
|
Contact: bryan.stopp@gmail.com
|
|
@@ -24,13 +24,11 @@ limitations under the License.
|
|
|
24
24
|
require 'date'
|
|
25
25
|
|
|
26
26
|
module CrxPackageManager
|
|
27
|
-
|
|
28
27
|
class ServiceResponseRequestParam
|
|
29
28
|
attr_accessor :name
|
|
30
29
|
|
|
31
30
|
attr_accessor :value
|
|
32
31
|
|
|
33
|
-
|
|
34
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
35
33
|
def self.attribute_map
|
|
36
34
|
{
|
|
@@ -53,7 +51,7 @@ module CrxPackageManager
|
|
|
53
51
|
return unless attributes.is_a?(Hash)
|
|
54
52
|
|
|
55
53
|
# convert string to symbol for hash key
|
|
56
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
54
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
57
55
|
|
|
58
56
|
if attributes.has_key?(:'name')
|
|
59
57
|
self.name = attributes[:'name']
|
|
@@ -62,20 +60,19 @@ module CrxPackageManager
|
|
|
62
60
|
if attributes.has_key?(:'value')
|
|
63
61
|
self.value = attributes[:'value']
|
|
64
62
|
end
|
|
65
|
-
|
|
66
63
|
end
|
|
67
64
|
|
|
68
65
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
69
|
-
# @return Array for valid
|
|
66
|
+
# @return Array for valid properties with the reasons
|
|
70
67
|
def list_invalid_properties
|
|
71
68
|
invalid_properties = Array.new
|
|
72
|
-
|
|
69
|
+
invalid_properties
|
|
73
70
|
end
|
|
74
71
|
|
|
75
72
|
# Check to see if the all the properties in the model are valid
|
|
76
73
|
# @return true if the model is valid
|
|
77
74
|
def valid?
|
|
78
|
-
|
|
75
|
+
true
|
|
79
76
|
end
|
|
80
77
|
|
|
81
78
|
# Checks equality by comparing each attribute.
|
|
@@ -105,11 +102,11 @@ module CrxPackageManager
|
|
|
105
102
|
def build_from_hash(attributes)
|
|
106
103
|
return nil unless attributes.is_a?(Hash)
|
|
107
104
|
self.class.swagger_types.each_pair do |key, type|
|
|
108
|
-
if type =~
|
|
105
|
+
if type =~ /\AArray<(.*)>/i
|
|
109
106
|
# check to ensure the input is an array given that the the attribute
|
|
110
107
|
# is documented as an array but the input is not
|
|
111
108
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
112
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
|
109
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
113
110
|
end
|
|
114
111
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
115
112
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
@@ -136,7 +133,7 @@ module CrxPackageManager
|
|
|
136
133
|
when :Float
|
|
137
134
|
value.to_f
|
|
138
135
|
when :BOOLEAN
|
|
139
|
-
if value.to_s =~
|
|
136
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
140
137
|
true
|
|
141
138
|
else
|
|
142
139
|
false
|
|
@@ -147,7 +144,7 @@ module CrxPackageManager
|
|
|
147
144
|
when /\AArray<(?<inner_type>.+)>\z/
|
|
148
145
|
inner_type = Regexp.last_match[:inner_type]
|
|
149
146
|
value.map { |v| _deserialize(inner_type, v) }
|
|
150
|
-
when /\AHash<(?<k_type
|
|
147
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
151
148
|
k_type = Regexp.last_match[:k_type]
|
|
152
149
|
v_type = Regexp.last_match[:v_type]
|
|
153
150
|
{}.tap do |hash|
|
|
@@ -191,7 +188,7 @@ module CrxPackageManager
|
|
|
191
188
|
# @return [Hash] Returns the value in the form of hash
|
|
192
189
|
def _to_hash(value)
|
|
193
190
|
if value.is_a?(Array)
|
|
194
|
-
value.compact.map{ |v| _to_hash(v) }
|
|
191
|
+
value.compact.map { |v| _to_hash(v) }
|
|
195
192
|
elsif value.is_a?(Hash)
|
|
196
193
|
{}.tap do |hash|
|
|
197
194
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
@@ -202,7 +199,5 @@ module CrxPackageManager
|
|
|
202
199
|
value
|
|
203
200
|
end
|
|
204
201
|
end
|
|
205
|
-
|
|
206
202
|
end
|
|
207
|
-
|
|
208
203
|
end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
|
|
2
|
+
CRX Package Manager API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
API for interacting with the CRX Package Manager in AEM.
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: 6.2.0
|
|
7
7
|
Contact: bryan.stopp@gmail.com
|
|
@@ -24,13 +24,11 @@ limitations under the License.
|
|
|
24
24
|
require 'date'
|
|
25
25
|
|
|
26
26
|
module CrxPackageManager
|
|
27
|
-
|
|
28
27
|
class ServiceResponseResponse
|
|
29
28
|
attr_accessor :data
|
|
30
29
|
|
|
31
30
|
attr_accessor :status
|
|
32
31
|
|
|
33
|
-
|
|
34
32
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
35
33
|
def self.attribute_map
|
|
36
34
|
{
|
|
@@ -53,7 +51,7 @@ module CrxPackageManager
|
|
|
53
51
|
return unless attributes.is_a?(Hash)
|
|
54
52
|
|
|
55
53
|
# convert string to symbol for hash key
|
|
56
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
54
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
57
55
|
|
|
58
56
|
if attributes.has_key?(:'data')
|
|
59
57
|
self.data = attributes[:'data']
|
|
@@ -62,20 +60,19 @@ module CrxPackageManager
|
|
|
62
60
|
if attributes.has_key?(:'status')
|
|
63
61
|
self.status = attributes[:'status']
|
|
64
62
|
end
|
|
65
|
-
|
|
66
63
|
end
|
|
67
64
|
|
|
68
65
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
69
|
-
# @return Array for valid
|
|
66
|
+
# @return Array for valid properties with the reasons
|
|
70
67
|
def list_invalid_properties
|
|
71
68
|
invalid_properties = Array.new
|
|
72
|
-
|
|
69
|
+
invalid_properties
|
|
73
70
|
end
|
|
74
71
|
|
|
75
72
|
# Check to see if the all the properties in the model are valid
|
|
76
73
|
# @return true if the model is valid
|
|
77
74
|
def valid?
|
|
78
|
-
|
|
75
|
+
true
|
|
79
76
|
end
|
|
80
77
|
|
|
81
78
|
# Checks equality by comparing each attribute.
|
|
@@ -105,11 +102,11 @@ module CrxPackageManager
|
|
|
105
102
|
def build_from_hash(attributes)
|
|
106
103
|
return nil unless attributes.is_a?(Hash)
|
|
107
104
|
self.class.swagger_types.each_pair do |key, type|
|
|
108
|
-
if type =~
|
|
105
|
+
if type =~ /\AArray<(.*)>/i
|
|
109
106
|
# check to ensure the input is an array given that the the attribute
|
|
110
107
|
# is documented as an array but the input is not
|
|
111
108
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
112
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
|
109
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
113
110
|
end
|
|
114
111
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
115
112
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
@@ -136,7 +133,7 @@ module CrxPackageManager
|
|
|
136
133
|
when :Float
|
|
137
134
|
value.to_f
|
|
138
135
|
when :BOOLEAN
|
|
139
|
-
if value.to_s =~
|
|
136
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
140
137
|
true
|
|
141
138
|
else
|
|
142
139
|
false
|
|
@@ -147,7 +144,7 @@ module CrxPackageManager
|
|
|
147
144
|
when /\AArray<(?<inner_type>.+)>\z/
|
|
148
145
|
inner_type = Regexp.last_match[:inner_type]
|
|
149
146
|
value.map { |v| _deserialize(inner_type, v) }
|
|
150
|
-
when /\AHash<(?<k_type
|
|
147
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
151
148
|
k_type = Regexp.last_match[:k_type]
|
|
152
149
|
v_type = Regexp.last_match[:v_type]
|
|
153
150
|
{}.tap do |hash|
|
|
@@ -191,7 +188,7 @@ module CrxPackageManager
|
|
|
191
188
|
# @return [Hash] Returns the value in the form of hash
|
|
192
189
|
def _to_hash(value)
|
|
193
190
|
if value.is_a?(Array)
|
|
194
|
-
value.compact.map{ |v| _to_hash(v) }
|
|
191
|
+
value.compact.map { |v| _to_hash(v) }
|
|
195
192
|
elsif value.is_a?(Hash)
|
|
196
193
|
{}.tap do |hash|
|
|
197
194
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
@@ -202,7 +199,5 @@ module CrxPackageManager
|
|
|
202
199
|
value
|
|
203
200
|
end
|
|
204
201
|
end
|
|
205
|
-
|
|
206
202
|
end
|
|
207
|
-
|
|
208
203
|
end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
|
|
2
|
+
CRX Package Manager API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
API for interacting with the CRX Package Manager in AEM.
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: 6.2.0
|
|
7
7
|
Contact: bryan.stopp@gmail.com
|
|
@@ -24,7 +24,6 @@ limitations under the License.
|
|
|
24
24
|
require 'date'
|
|
25
25
|
|
|
26
26
|
module CrxPackageManager
|
|
27
|
-
|
|
28
27
|
class UpdateStatus
|
|
29
28
|
attr_accessor :success
|
|
30
29
|
|
|
@@ -32,7 +31,6 @@ module CrxPackageManager
|
|
|
32
31
|
|
|
33
32
|
attr_accessor :path
|
|
34
33
|
|
|
35
|
-
|
|
36
34
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
37
35
|
def self.attribute_map
|
|
38
36
|
{
|
|
@@ -57,7 +55,7 @@ module CrxPackageManager
|
|
|
57
55
|
return unless attributes.is_a?(Hash)
|
|
58
56
|
|
|
59
57
|
# convert string to symbol for hash key
|
|
60
|
-
attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
|
|
58
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
61
59
|
|
|
62
60
|
if attributes.has_key?(:'success')
|
|
63
61
|
self.success = attributes[:'success']
|
|
@@ -70,20 +68,19 @@ module CrxPackageManager
|
|
|
70
68
|
if attributes.has_key?(:'path')
|
|
71
69
|
self.path = attributes[:'path']
|
|
72
70
|
end
|
|
73
|
-
|
|
74
71
|
end
|
|
75
72
|
|
|
76
73
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
77
|
-
# @return Array for valid
|
|
74
|
+
# @return Array for valid properties with the reasons
|
|
78
75
|
def list_invalid_properties
|
|
79
76
|
invalid_properties = Array.new
|
|
80
|
-
|
|
77
|
+
invalid_properties
|
|
81
78
|
end
|
|
82
79
|
|
|
83
80
|
# Check to see if the all the properties in the model are valid
|
|
84
81
|
# @return true if the model is valid
|
|
85
82
|
def valid?
|
|
86
|
-
|
|
83
|
+
true
|
|
87
84
|
end
|
|
88
85
|
|
|
89
86
|
# Checks equality by comparing each attribute.
|
|
@@ -114,11 +111,11 @@ module CrxPackageManager
|
|
|
114
111
|
def build_from_hash(attributes)
|
|
115
112
|
return nil unless attributes.is_a?(Hash)
|
|
116
113
|
self.class.swagger_types.each_pair do |key, type|
|
|
117
|
-
if type =~
|
|
114
|
+
if type =~ /\AArray<(.*)>/i
|
|
118
115
|
# check to ensure the input is an array given that the the attribute
|
|
119
116
|
# is documented as an array but the input is not
|
|
120
117
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
121
|
-
self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) }
|
|
118
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
122
119
|
end
|
|
123
120
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
124
121
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
|
@@ -145,7 +142,7 @@ module CrxPackageManager
|
|
|
145
142
|
when :Float
|
|
146
143
|
value.to_f
|
|
147
144
|
when :BOOLEAN
|
|
148
|
-
if value.to_s =~
|
|
145
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
149
146
|
true
|
|
150
147
|
else
|
|
151
148
|
false
|
|
@@ -156,7 +153,7 @@ module CrxPackageManager
|
|
|
156
153
|
when /\AArray<(?<inner_type>.+)>\z/
|
|
157
154
|
inner_type = Regexp.last_match[:inner_type]
|
|
158
155
|
value.map { |v| _deserialize(inner_type, v) }
|
|
159
|
-
when /\AHash<(?<k_type
|
|
156
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
160
157
|
k_type = Regexp.last_match[:k_type]
|
|
161
158
|
v_type = Regexp.last_match[:v_type]
|
|
162
159
|
{}.tap do |hash|
|
|
@@ -200,7 +197,7 @@ module CrxPackageManager
|
|
|
200
197
|
# @return [Hash] Returns the value in the form of hash
|
|
201
198
|
def _to_hash(value)
|
|
202
199
|
if value.is_a?(Array)
|
|
203
|
-
value.compact.map{ |v| _to_hash(v) }
|
|
200
|
+
value.compact.map { |v| _to_hash(v) }
|
|
204
201
|
elsif value.is_a?(Hash)
|
|
205
202
|
{}.tap do |hash|
|
|
206
203
|
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
@@ -211,7 +208,5 @@ module CrxPackageManager
|
|
|
211
208
|
value
|
|
212
209
|
end
|
|
213
210
|
end
|
|
214
|
-
|
|
215
211
|
end
|
|
216
|
-
|
|
217
212
|
end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
|
|
2
|
+
CRX Package Manager API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
API for interacting with the CRX Package Manager in AEM.
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: 6.2.0
|
|
7
7
|
Contact: bryan.stopp@gmail.com
|
|
@@ -22,5 +22,5 @@ limitations under the License.
|
|
|
22
22
|
=end
|
|
23
23
|
|
|
24
24
|
module CrxPackageManager
|
|
25
|
-
VERSION =
|
|
25
|
+
VERSION = '1.3.0'
|
|
26
26
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crx_packmgr_api_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Swagger-Codegen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -16,120 +16,98 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '1.
|
|
20
|
-
- - ">="
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: 1.0.1
|
|
19
|
+
version: '1.3'
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
24
|
- - "~>"
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '1.
|
|
30
|
-
- - ">="
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: 1.0.1
|
|
26
|
+
version: '1.3'
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: json
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|
|
36
30
|
requirements:
|
|
37
31
|
- - "~>"
|
|
38
32
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '
|
|
40
|
-
- - ">="
|
|
41
|
-
- !ruby/object:Gem::Version
|
|
42
|
-
version: 1.8.0
|
|
33
|
+
version: '2.0'
|
|
43
34
|
type: :runtime
|
|
44
35
|
prerelease: false
|
|
45
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
46
37
|
requirements:
|
|
47
38
|
- - "~>"
|
|
48
39
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: '
|
|
50
|
-
|
|
40
|
+
version: '2.0'
|
|
41
|
+
- !ruby/object:Gem::Dependency
|
|
42
|
+
name: xml-simple
|
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
|
44
|
+
requirements:
|
|
45
|
+
- - "~>"
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '1.1'
|
|
48
|
+
type: :runtime
|
|
49
|
+
prerelease: false
|
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
requirements:
|
|
52
|
+
- - "~>"
|
|
51
53
|
- !ruby/object:Gem::Version
|
|
52
|
-
version: 1.
|
|
54
|
+
version: '1.1'
|
|
53
55
|
- !ruby/object:Gem::Dependency
|
|
54
56
|
name: rspec
|
|
55
57
|
requirement: !ruby/object:Gem::Requirement
|
|
56
58
|
requirements:
|
|
57
59
|
- - "~>"
|
|
58
60
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: '3.
|
|
60
|
-
- - ">="
|
|
61
|
-
- !ruby/object:Gem::Version
|
|
62
|
-
version: 3.4.0
|
|
61
|
+
version: '3.8'
|
|
63
62
|
type: :development
|
|
64
63
|
prerelease: false
|
|
65
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
65
|
requirements:
|
|
67
66
|
- - "~>"
|
|
68
67
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
70
|
-
- - ">="
|
|
71
|
-
- !ruby/object:Gem::Version
|
|
72
|
-
version: 3.4.0
|
|
68
|
+
version: '3.8'
|
|
73
69
|
- !ruby/object:Gem::Dependency
|
|
74
70
|
name: vcr
|
|
75
71
|
requirement: !ruby/object:Gem::Requirement
|
|
76
72
|
requirements:
|
|
77
73
|
- - "~>"
|
|
78
74
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: '
|
|
80
|
-
- - ">="
|
|
81
|
-
- !ruby/object:Gem::Version
|
|
82
|
-
version: 3.0.1
|
|
75
|
+
version: '5.0'
|
|
83
76
|
type: :development
|
|
84
77
|
prerelease: false
|
|
85
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
86
79
|
requirements:
|
|
87
80
|
- - "~>"
|
|
88
81
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '
|
|
90
|
-
- - ">="
|
|
91
|
-
- !ruby/object:Gem::Version
|
|
92
|
-
version: 3.0.1
|
|
82
|
+
version: '5.0'
|
|
93
83
|
- !ruby/object:Gem::Dependency
|
|
94
84
|
name: webmock
|
|
95
85
|
requirement: !ruby/object:Gem::Requirement
|
|
96
86
|
requirements:
|
|
97
87
|
- - "~>"
|
|
98
88
|
- !ruby/object:Gem::Version
|
|
99
|
-
version: '
|
|
100
|
-
- - ">="
|
|
101
|
-
- !ruby/object:Gem::Version
|
|
102
|
-
version: 2.3.1
|
|
89
|
+
version: '3.6'
|
|
103
90
|
type: :development
|
|
104
91
|
prerelease: false
|
|
105
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
106
93
|
requirements:
|
|
107
94
|
- - "~>"
|
|
108
95
|
- !ruby/object:Gem::Version
|
|
109
|
-
version: '
|
|
110
|
-
- - ">="
|
|
111
|
-
- !ruby/object:Gem::Version
|
|
112
|
-
version: 2.3.1
|
|
96
|
+
version: '3.6'
|
|
113
97
|
- !ruby/object:Gem::Dependency
|
|
114
98
|
name: autotest
|
|
115
99
|
requirement: !ruby/object:Gem::Requirement
|
|
116
100
|
requirements:
|
|
117
101
|
- - "~>"
|
|
118
102
|
- !ruby/object:Gem::Version
|
|
119
|
-
version: '
|
|
120
|
-
- - ">="
|
|
121
|
-
- !ruby/object:Gem::Version
|
|
122
|
-
version: 4.4.6
|
|
103
|
+
version: '5.0'
|
|
123
104
|
type: :development
|
|
124
105
|
prerelease: false
|
|
125
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
126
107
|
requirements:
|
|
127
108
|
- - "~>"
|
|
128
109
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: '
|
|
130
|
-
- - ">="
|
|
131
|
-
- !ruby/object:Gem::Version
|
|
132
|
-
version: 4.4.6
|
|
110
|
+
version: '5.0'
|
|
133
111
|
- !ruby/object:Gem::Dependency
|
|
134
112
|
name: autotest-rails-pure
|
|
135
113
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -137,9 +115,6 @@ dependencies:
|
|
|
137
115
|
- - "~>"
|
|
138
116
|
- !ruby/object:Gem::Version
|
|
139
117
|
version: '4.1'
|
|
140
|
-
- - ">="
|
|
141
|
-
- !ruby/object:Gem::Version
|
|
142
|
-
version: 4.1.2
|
|
143
118
|
type: :development
|
|
144
119
|
prerelease: false
|
|
145
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -147,9 +122,6 @@ dependencies:
|
|
|
147
122
|
- - "~>"
|
|
148
123
|
- !ruby/object:Gem::Version
|
|
149
124
|
version: '4.1'
|
|
150
|
-
- - ">="
|
|
151
|
-
- !ruby/object:Gem::Version
|
|
152
|
-
version: 4.1.2
|
|
153
125
|
- !ruby/object:Gem::Dependency
|
|
154
126
|
name: autotest-growl
|
|
155
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -157,9 +129,6 @@ dependencies:
|
|
|
157
129
|
- - "~>"
|
|
158
130
|
- !ruby/object:Gem::Version
|
|
159
131
|
version: '0.2'
|
|
160
|
-
- - ">="
|
|
161
|
-
- !ruby/object:Gem::Version
|
|
162
|
-
version: 0.2.16
|
|
163
132
|
type: :development
|
|
164
133
|
prerelease: false
|
|
165
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -167,9 +136,6 @@ dependencies:
|
|
|
167
136
|
- - "~>"
|
|
168
137
|
- !ruby/object:Gem::Version
|
|
169
138
|
version: '0.2'
|
|
170
|
-
- - ">="
|
|
171
|
-
- !ruby/object:Gem::Version
|
|
172
|
-
version: 0.2.16
|
|
173
139
|
- !ruby/object:Gem::Dependency
|
|
174
140
|
name: autotest-fsevent
|
|
175
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -177,9 +143,6 @@ dependencies:
|
|
|
177
143
|
- - "~>"
|
|
178
144
|
- !ruby/object:Gem::Version
|
|
179
145
|
version: '0.2'
|
|
180
|
-
- - ">="
|
|
181
|
-
- !ruby/object:Gem::Version
|
|
182
|
-
version: 0.2.11
|
|
183
146
|
type: :development
|
|
184
147
|
prerelease: false
|
|
185
148
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -187,51 +150,68 @@ dependencies:
|
|
|
187
150
|
- - "~>"
|
|
188
151
|
- !ruby/object:Gem::Version
|
|
189
152
|
version: '0.2'
|
|
190
|
-
- - ">="
|
|
191
|
-
- !ruby/object:Gem::Version
|
|
192
|
-
version: 0.2.11
|
|
193
153
|
- !ruby/object:Gem::Dependency
|
|
194
154
|
name: rubocop
|
|
195
155
|
requirement: !ruby/object:Gem::Requirement
|
|
196
156
|
requirements:
|
|
197
|
-
- - "
|
|
157
|
+
- - "~>"
|
|
198
158
|
- !ruby/object:Gem::Version
|
|
199
159
|
version: '0'
|
|
160
|
+
- - ">="
|
|
161
|
+
- !ruby/object:Gem::Version
|
|
162
|
+
version: 0.49.0
|
|
200
163
|
type: :development
|
|
201
164
|
prerelease: false
|
|
202
165
|
version_requirements: !ruby/object:Gem::Requirement
|
|
203
166
|
requirements:
|
|
204
|
-
- - "
|
|
167
|
+
- - "~>"
|
|
205
168
|
- !ruby/object:Gem::Version
|
|
206
169
|
version: '0'
|
|
170
|
+
- - ">="
|
|
171
|
+
- !ruby/object:Gem::Version
|
|
172
|
+
version: 0.49.0
|
|
207
173
|
- !ruby/object:Gem::Dependency
|
|
208
174
|
name: simplecov
|
|
209
175
|
requirement: !ruby/object:Gem::Requirement
|
|
210
176
|
requirements:
|
|
211
|
-
- - "
|
|
177
|
+
- - "~>"
|
|
212
178
|
- !ruby/object:Gem::Version
|
|
213
179
|
version: '0'
|
|
214
180
|
type: :development
|
|
215
181
|
prerelease: false
|
|
216
182
|
version_requirements: !ruby/object:Gem::Requirement
|
|
217
183
|
requirements:
|
|
218
|
-
- - "
|
|
184
|
+
- - "~>"
|
|
219
185
|
- !ruby/object:Gem::Version
|
|
220
186
|
version: '0'
|
|
221
187
|
- !ruby/object:Gem::Dependency
|
|
222
188
|
name: codeclimate-test-reporter
|
|
223
189
|
requirement: !ruby/object:Gem::Requirement
|
|
224
190
|
requirements:
|
|
225
|
-
- - "
|
|
191
|
+
- - "~>"
|
|
226
192
|
- !ruby/object:Gem::Version
|
|
227
|
-
version: '0'
|
|
193
|
+
version: '1.0'
|
|
228
194
|
type: :development
|
|
229
195
|
prerelease: false
|
|
230
196
|
version_requirements: !ruby/object:Gem::Requirement
|
|
231
197
|
requirements:
|
|
232
|
-
- - "
|
|
198
|
+
- - "~>"
|
|
233
199
|
- !ruby/object:Gem::Version
|
|
234
|
-
version: '0'
|
|
200
|
+
version: '1.0'
|
|
201
|
+
- !ruby/object:Gem::Dependency
|
|
202
|
+
name: gem-release
|
|
203
|
+
requirement: !ruby/object:Gem::Requirement
|
|
204
|
+
requirements:
|
|
205
|
+
- - "~>"
|
|
206
|
+
- !ruby/object:Gem::Version
|
|
207
|
+
version: '2.0'
|
|
208
|
+
type: :development
|
|
209
|
+
prerelease: false
|
|
210
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
211
|
+
requirements:
|
|
212
|
+
- - "~>"
|
|
213
|
+
- !ruby/object:Gem::Version
|
|
214
|
+
version: '2.0'
|
|
235
215
|
description: API for interacting with the CRX Package Manager in AEM.
|
|
236
216
|
email:
|
|
237
217
|
- bryan.stopp@gmail.com
|
|
@@ -239,12 +219,39 @@ executables: []
|
|
|
239
219
|
extensions: []
|
|
240
220
|
extra_rdoc_files: []
|
|
241
221
|
files:
|
|
222
|
+
- Gemfile
|
|
223
|
+
- Gemfile.lock
|
|
242
224
|
- LICENSE
|
|
243
225
|
- README.md
|
|
244
|
-
-
|
|
245
|
-
-
|
|
246
|
-
-
|
|
247
|
-
-
|
|
226
|
+
- Rakefile
|
|
227
|
+
- coverage/.last_run.json
|
|
228
|
+
- coverage/.resultset.json
|
|
229
|
+
- coverage/.resultset.json.lock
|
|
230
|
+
- coverage/assets/0.10.2/application.css
|
|
231
|
+
- coverage/assets/0.10.2/application.js
|
|
232
|
+
- coverage/assets/0.10.2/colorbox/border.png
|
|
233
|
+
- coverage/assets/0.10.2/colorbox/controls.png
|
|
234
|
+
- coverage/assets/0.10.2/colorbox/loading.gif
|
|
235
|
+
- coverage/assets/0.10.2/colorbox/loading_background.png
|
|
236
|
+
- coverage/assets/0.10.2/favicon_green.png
|
|
237
|
+
- coverage/assets/0.10.2/favicon_red.png
|
|
238
|
+
- coverage/assets/0.10.2/favicon_yellow.png
|
|
239
|
+
- coverage/assets/0.10.2/loading.gif
|
|
240
|
+
- coverage/assets/0.10.2/magnify.png
|
|
241
|
+
- coverage/assets/0.10.2/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
|
|
242
|
+
- coverage/assets/0.10.2/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
|
|
243
|
+
- coverage/assets/0.10.2/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
|
|
244
|
+
- coverage/assets/0.10.2/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
|
|
245
|
+
- coverage/assets/0.10.2/smoothness/images/ui-bg_glass_75_dadada_1x400.png
|
|
246
|
+
- coverage/assets/0.10.2/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
|
|
247
|
+
- coverage/assets/0.10.2/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
|
|
248
|
+
- coverage/assets/0.10.2/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
|
|
249
|
+
- coverage/assets/0.10.2/smoothness/images/ui-icons_222222_256x240.png
|
|
250
|
+
- coverage/assets/0.10.2/smoothness/images/ui-icons_2e83ff_256x240.png
|
|
251
|
+
- coverage/assets/0.10.2/smoothness/images/ui-icons_454545_256x240.png
|
|
252
|
+
- coverage/assets/0.10.2/smoothness/images/ui-icons_888888_256x240.png
|
|
253
|
+
- coverage/assets/0.10.2/smoothness/images/ui-icons_cd0a0a_256x240.png
|
|
254
|
+
- coverage/index.html
|
|
248
255
|
- crx_packmgr_api_client.gemspec
|
|
249
256
|
- docs/DefaultApi.md
|
|
250
257
|
- docs/Filter.md
|
|
@@ -337,43 +344,42 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
337
344
|
- !ruby/object:Gem::Version
|
|
338
345
|
version: '0'
|
|
339
346
|
requirements: []
|
|
340
|
-
|
|
341
|
-
rubygems_version: 2.6.8
|
|
347
|
+
rubygems_version: 3.0.3
|
|
342
348
|
signing_key:
|
|
343
349
|
specification_version: 4
|
|
344
350
|
summary: CRX Package Manager API Ruby Gem
|
|
345
351
|
test_files:
|
|
346
352
|
- spec/acceptance/default_api_spec.rb
|
|
347
|
-
- spec/api/
|
|
348
|
-
- spec/api/download_api_spec.rb
|
|
353
|
+
- spec/api/service_api_spec.rb
|
|
349
354
|
- spec/api/groups_api_spec.rb
|
|
350
|
-
- spec/api/
|
|
355
|
+
- spec/api/default_api_spec.rb
|
|
356
|
+
- spec/api/thumbnail_api_spec.rb
|
|
351
357
|
- spec/api/installstatus_api_spec.rb
|
|
352
358
|
- spec/api/list_api_spec.rb
|
|
353
359
|
- spec/api/screenshot_api_spec.rb
|
|
354
|
-
- spec/api/
|
|
355
|
-
- spec/api/
|
|
360
|
+
- spec/api/init_api_spec.rb
|
|
361
|
+
- spec/api/download_api_spec.rb
|
|
356
362
|
- spec/api_client_spec.rb
|
|
357
363
|
- spec/configuration_spec.rb
|
|
364
|
+
- spec/files/thumbnail.png
|
|
358
365
|
- spec/files/list.json
|
|
359
|
-
- spec/files/service_response.txt
|
|
360
366
|
- spec/files/service_response1.txt
|
|
367
|
+
- spec/files/service_response.txt
|
|
361
368
|
- spec/files/test-1.0.0.zip
|
|
362
|
-
- spec/
|
|
363
|
-
- spec/models/filter_rule_spec.rb
|
|
364
|
-
- spec/models/filter_spec.rb
|
|
365
|
-
- spec/models/group_list_spec.rb
|
|
366
|
-
- spec/models/group_spec.rb
|
|
367
|
-
- spec/models/init_data_spec.rb
|
|
368
|
-
- spec/models/install_status_spec.rb
|
|
369
|
+
- spec/models/update_status_spec.rb
|
|
369
370
|
- spec/models/install_status_status_spec.rb
|
|
370
|
-
- spec/models/package_list_spec.rb
|
|
371
|
-
- spec/models/package_spec.rb
|
|
372
371
|
- spec/models/service_exec_response_spec.rb
|
|
373
|
-
- spec/models/service_response_request_param_spec.rb
|
|
374
372
|
- spec/models/service_response_request_spec.rb
|
|
373
|
+
- spec/models/filter_rule_spec.rb
|
|
374
|
+
- spec/models/package_spec.rb
|
|
375
|
+
- spec/models/service_response_request_param_spec.rb
|
|
375
376
|
- spec/models/service_response_response_spec.rb
|
|
377
|
+
- spec/models/install_status_spec.rb
|
|
378
|
+
- spec/models/package_list_spec.rb
|
|
376
379
|
- spec/models/service_response_spec.rb
|
|
377
|
-
- spec/models/
|
|
380
|
+
- spec/models/group_spec.rb
|
|
381
|
+
- spec/models/group_list_spec.rb
|
|
382
|
+
- spec/models/init_data_spec.rb
|
|
383
|
+
- spec/models/filter_spec.rb
|
|
378
384
|
- spec/spec_helper.rb
|
|
379
385
|
- spec/spec_helper_acceptance.rb
|