brpm_content 0.1.29 → 0.1.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/modules/framework/config.yml +1 -1
- data/modules/framework/lib/module_installer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YTNlODAyOTNlMTgwYmQ0NjE0MGE2MGYwYTQ5ODRlNzcxYmYxMGJlOQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MDdlMGJhN2FkOGFhNzRiYjUwNTgxYWM5N2FmNmI1NjkwZmZmYzUxYg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YmUzZGM0ODdlOTI3MjFkZDY1OTU0YzE5MmM5YzA0MzU5YzA2YmNkODA0NTI2
|
10
|
+
MjQ2NDlkNjkwYTMwNTNjZmM1Mzc0MmVjMDAxNGI4YWQ2ZjQ5MDM3MzU4ZjM0
|
11
|
+
NGY1NGRkNzNlZGQ5ZWY5ZmUwMmU5Zjc3YzUxZDg2N2ZiZjMyMjM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MzFkYzczMDY3YzMyNTI3Njc5NGFkM2ZmMzM1OGNlOGM3MzNkZjAwZjQ2ZjQ4
|
14
|
+
ZWIzYmZhMzBkYWVlN2I1MzllZGM3Zjc3Yjc2YTEwMTc4MDhkZTdmOTM1YWE4
|
15
|
+
YzMwNzkxNTE3ZDIxNzBhMTkwYTEwZTY4YTdmYzVkZTI4YTA1ZjA=
|
@@ -185,7 +185,7 @@ class ModuleInstaller
|
|
185
185
|
auto_script_name = File.basename(auto_script_path, ".rb")
|
186
186
|
BrpmAuto.log "Installing the wrapper script for resource automation #{auto_script_name}..."
|
187
187
|
|
188
|
-
auto_script_config_path = "#{File.dirname(auto_script_path)}/#{auto_script_name}.
|
188
|
+
auto_script_config_path = "#{File.dirname(auto_script_path)}/#{auto_script_name}.meta"
|
189
189
|
|
190
190
|
auto_script_config_content = File.exists?(auto_script_config_path) ? File.read(auto_script_config_path) : ""
|
191
191
|
auto_script_config = YAML.load(auto_script_config_content) || {}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brpm_content
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niek Bartholomeus
|
8
8
|
autorequire:
|
9
9
|
bindir: modules/framework/bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-07-
|
11
|
+
date: 2015-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|