ruby_aem 1.0.10 → 1.0.11

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: f58955b686a05c89c384331c00ee3fb3a2a9bc33
4
- data.tar.gz: 555987037f0139f86f89350f8b2bf4ba203ab189
3
+ metadata.gz: 923a6bb8008fd8d060f14d08d109013dc1946c3a
4
+ data.tar.gz: 7408ba8feadfd927533499877c64899a87998d24
5
5
  SHA512:
6
- metadata.gz: c32a53282340f2897d6ff14d6e8889a83e2b0a82dd771e25dc5d4cd36d8d0a598a326e2047ebab55eda9b4498ce9995e51855d9a0656644b1d32839962837c85
7
- data.tar.gz: 9208c2885463eebc1b906b3024e726763189f7a615f6cf845ad6a6858575369601f8fd8c46478dba5daf314db0be989cd54b03ff757c362f7fd2c2385df0bfca
6
+ metadata.gz: c23a11d7c115c24491a8ccbec845430ee83fca5bb3c30e9ca5bf42f38f7a7bf2787a08bfb8ae2f42d05f86501589175428be3adb5644a2a542bb2c65fa45b6cd
7
+ data.tar.gz: b24dfd87bbecde4a9bf75980caa955998a6eb32726c861c86ffaf80204a20dfc8eb65aa6a606b90e096a8847b71313f4de7bab26f3ce73e20891500401da26f6
data/conf/spec.yaml CHANGED
@@ -291,6 +291,8 @@ package:
291
291
  required:
292
292
  path: 'etc/packages/%{group_name}/%{package_name}-%{package_version}.zip'
293
293
  cmd: install
294
+ optional:
295
+ recursive: '%{recursive}'
294
296
  responses:
295
297
  200:
296
298
  handler: json_package_service
@@ -72,8 +72,13 @@ module RubyAem
72
72
 
73
73
  # Install the package without waiting until the package status states it is installed.
74
74
  #
75
+ # @param opts optional parameters:
76
+ # - recursive: if true then subpackages will also be installed, false otherwise
75
77
  # @return RubyAem::Result
76
- def install()
78
+ def install(opts = {
79
+ recursive: true
80
+ })
81
+ @call_params = @call_params.merge(opts)
77
82
  @client.call(self.class, __callee__.to_s, @call_params)
78
83
  end
79
84
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_aem
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shine Solutions
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-03-10 00:00:00.000000000 Z
12
+ date: 2017-03-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -51,14 +51,14 @@ dependencies:
51
51
  requirements:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: 0.9.6
54
+ version: 0.9.8
55
55
  type: :runtime
56
56
  prerelease: false
57
57
  version_requirements: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
- version: 0.9.6
61
+ version: 0.9.8
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: rspec
64
64
  requirement: !ruby/object:Gem::Requirement