crx_packmgr_api_client 1.1.0 → 1.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 823b2c7cc40e1e44c0a90d4dfddc8ad50c435304
4
- data.tar.gz: 1e895c0ff1092d88df8f95e5eee28f243a718b02
3
+ metadata.gz: 84df4cf622ecc832860353727b9d2611fac112e2
4
+ data.tar.gz: 48c8ee8237f7bb811109e94b62533ac2833bce66
5
5
  SHA512:
6
- metadata.gz: 00712b8ba35ab4bbba70f84d3e8be72aa218302377d2a158dcd091d24a0078a4ad751dc33321b1582b164feab1e0edce63cc2587103518813a6a590678a83f21
7
- data.tar.gz: f4d2da1d640de5ddd40ae2c991895a0a76ee1d2806624c3043acff49b99fbc926d6f1ac051e61329821f27511db9d063f534baa820e135525ec1dfb2eb44c82a
6
+ metadata.gz: f1d50d115cfbc5c02f9a5e4cad49c69ddb3d589c162634bdb598fbc7e3feb091cdaa53e1f3dad988f4a536502ac34884b830bfd6fe066b3c5977273afbe9716e
7
+ data.tar.gz: 17c283a1b3fcb57ccff80b72130ca4682d82d6f93c84f8e2bd4eb8ee1e7e1e19875505e0de561adfc1b95c4794ba78f98f4c3a5ca5e3accc295c9f4174b16f9b
data/README.md CHANGED
@@ -7,8 +7,8 @@ API for interacting with the CRX Package Manager in AEM.
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 6.2.0
10
- - Package version: 1.1.0
11
- - Build date: 2016-12-21T20:35:07.398-06:00
10
+ - Package version: 1.1.1
11
+ - Build date: 2017-01-04T20:17:58.075-06:00
12
12
  - Build package: class io.swagger.codegen.languages.RubyClientCodegen
13
13
 
14
14
  ## Installation
@@ -24,15 +24,15 @@ gem build crx_packmgr_api_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./crx_packmgr_api_client-1.1.0.gem
27
+ gem install ./crx_packmgr_api_client-1.1.1.gem
28
28
  ```
29
- (for development, run `gem install --dev ./crx_packmgr_api_client-1.1.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./crx_packmgr_api_client-1.1.1.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'crx_packmgr_api_client', '~> 1.1.0'
35
+ gem 'crx_packmgr_api_client', '~> 1.1.1'
36
36
 
37
37
  ### Install from Git
38
38
 
Binary file
@@ -39,11 +39,11 @@ Gem::Specification.new do |s|
39
39
  s.required_ruby_version = ">= 1.9"
40
40
 
41
41
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
42
- s.add_runtime_dependency 'json', '~> 1.8', '>= 1.8.3'
42
+ s.add_runtime_dependency 'json', '~> 1.8', '>= 1.8.0'
43
43
 
44
44
  s.add_development_dependency 'rspec', '~> 3.4', '>= 3.4.0'
45
45
  s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
46
- s.add_development_dependency 'webmock', '~> 2.3', '>= 2.3.1'
46
+ s.add_development_dependency 'webmock', '~> 2.3', '>= 2.3.1'
47
47
  s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
48
48
  s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
49
49
  s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
@@ -22,5 +22,5 @@ limitations under the License.
22
22
  =end
23
23
 
24
24
  module CrxPackageManager
25
- VERSION = "1.1.0"
25
+ VERSION = "1.1.1"
26
26
  end
@@ -40,7 +40,6 @@ describe 'DefaultApi#download' do
40
40
  c.scheme = 'https'
41
41
  c.host = 'notlocalhost'
42
42
  c.base_path = '/contextroot/crx/packgr'
43
- c.debugging = true
44
43
  end
45
44
  cfg = @instance.api_client.config
46
45
  get_stub = stub_request(
@@ -69,7 +69,6 @@ describe 'DefaultApi#groups' do
69
69
  c.scheme = 'https'
70
70
  c.host = 'notlocalhost'
71
71
  c.base_path = '/contextroot/crx/packgr'
72
- c.debugging = true
73
72
  end
74
73
  cfg = @instance.api_client.config
75
74
  get_stub = stub_request(
@@ -52,7 +52,6 @@ describe 'DefaultApi#init' do
52
52
  c.scheme = 'https'
53
53
  c.host = 'notlocalhost'
54
54
  c.base_path = '/contextroot/crx/packgr'
55
- c.debugging = true
56
55
  end
57
56
  cfg = @instance.api_client.config
58
57
  get_stub = stub_request(
@@ -43,7 +43,6 @@ describe 'DefaultApi#installstatus' do
43
43
  c.scheme = 'https'
44
44
  c.host = 'notlocalhost'
45
45
  c.base_path = '/contextroot/crx/packgr'
46
- c.debugging = true
47
46
  end
48
47
  cfg = @instance.api_client.config
49
48
  get_stub = stub_request(
@@ -55,7 +55,6 @@ describe 'DefaultApi#list' do
55
55
  c.scheme = 'https'
56
56
  c.host = 'notlocalhost'
57
57
  c.base_path = '/contextroot/crx/packgr'
58
- c.debugging = true
59
58
  end
60
59
  cfg = @instance.api_client.config
61
60
  get_stub = stub_request(
@@ -41,7 +41,6 @@ describe 'DefaultApi#screenshot' do
41
41
  c.scheme = 'https'
42
42
  c.host = 'notlocalhost'
43
43
  c.base_path = '/contextroot/crx/packgr'
44
- c.debugging = true
45
44
  end
46
45
  cfg = @instance.api_client.config
47
46
  get_stub = stub_request(
@@ -224,7 +224,6 @@ describe 'DefaultApi#service' do
224
224
  c.scheme = 'https'
225
225
  c.host = 'notlocalhost'
226
226
  c.base_path = '/contextroot/crx/packgr'
227
- c.debugging = true
228
227
  end
229
228
  cfg = @instance.api_client.config
230
229
  get_stub = stub_request(
@@ -328,7 +327,6 @@ describe 'DefaultApi#service' do
328
327
  c.scheme = 'https'
329
328
  c.host = 'notlocalhost'
330
329
  c.base_path = '/contextroot/crx/packgr'
331
- c.debugging = true
332
330
  end
333
331
  cfg = @instance.api_client.config
334
332
  post_stub = stub_request(
@@ -41,7 +41,6 @@ describe 'DefaultApi#thumbnail' do
41
41
  c.scheme = 'https'
42
42
  c.host = 'notlocalhost'
43
43
  c.base_path = '/contextroot/crx/packgr'
44
- c.debugging = true
45
44
  end
46
45
  cfg = @instance.api_client.config
47
46
  get_stub = stub_request(
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.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swagger-Codegen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-22 00:00:00.000000000 Z
11
+ date: 2017-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -39,7 +39,7 @@ dependencies:
39
39
  version: '1.8'
40
40
  - - ">="
41
41
  - !ruby/object:Gem::Version
42
- version: 1.8.3
42
+ version: 1.8.0
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: '1.8'
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 1.8.3
52
+ version: 1.8.0
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: rspec
55
55
  requirement: !ruby/object:Gem::Requirement
@@ -243,6 +243,7 @@ files:
243
243
  - README.md
244
244
  - crx_packmgr_api_client-0.2.0.gem
245
245
  - crx_packmgr_api_client-1.0.0.gem
246
+ - crx_packmgr_api_client-1.1.0.gem
246
247
  - crx_packmgr_api_client.gemspec
247
248
  - docs/DefaultApi.md
248
249
  - docs/Filter.md