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 +4 -4
- data/conf/spec.yaml +2 -0
- data/lib/ruby_aem/resources/package.rb +6 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 923a6bb8008fd8d060f14d08d109013dc1946c3a
|
|
4
|
+
data.tar.gz: 7408ba8feadfd927533499877c64899a87998d24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c23a11d7c115c24491a8ccbec845430ee83fca5bb3c30e9ca5bf42f38f7a7bf2787a08bfb8ae2f42d05f86501589175428be3adb5644a2a542bb2c65fa45b6cd
|
|
7
|
+
data.tar.gz: b24dfd87bbecde4a9bf75980caa955998a6eb32726c861c86ffaf80204a20dfc8eb65aa6a606b90e096a8847b71313f4de7bab26f3ce73e20891500401da26f6
|
data/conf/spec.yaml
CHANGED
|
@@ -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.
|
|
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-
|
|
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.
|
|
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.
|
|
61
|
+
version: 0.9.8
|
|
62
62
|
- !ruby/object:Gem::Dependency
|
|
63
63
|
name: rspec
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|