brpm_content 0.1.29 → 0.1.30

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODA0ODI0MTg3NWU5ZjY3NzJkYzVlZDM0MmYzYTI5YTYxYmRlZjcwZg==
4
+ YTNlODAyOTNlMTgwYmQ0NjE0MGE2MGYwYTQ5ODRlNzcxYmYxMGJlOQ==
5
5
  data.tar.gz: !binary |-
6
- ZTcwZDJkMWRjMWI1OThlNjAxYTQxOGMxOWMwMzI2MTI4YjRhNzQxNg==
6
+ MDdlMGJhN2FkOGFhNzRiYjUwNTgxYWM5N2FmNmI1NjkwZmZmYzUxYg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MTJmNTRkOWRkMjJlNzkwNjk5N2FiOGRiOGQyYzRlYjY3NmU5YzYxN2Y3MWMx
10
- NzZmMjdmNDM4ZGUxMTUwY2IxYjNmYWE2OWE3M2QxYzU2OGUyYmU4ZTRiZGI2
11
- YTNiZGJlMjMwMWMwNTYyMmNhYmI2YWMxZTEyODRhZDk3Y2RmMWY=
9
+ YmUzZGM0ODdlOTI3MjFkZDY1OTU0YzE5MmM5YzA0MzU5YzA2YmNkODA0NTI2
10
+ MjQ2NDlkNjkwYTMwNTNjZmM1Mzc0MmVjMDAxNGI4YWQ2ZjQ5MDM3MzU4ZjM0
11
+ NGY1NGRkNzNlZGQ5ZWY5ZmUwMmU5Zjc3YzUxZDg2N2ZiZjMyMjM=
12
12
  data.tar.gz: !binary |-
13
- NjZjY2ZjMDVmZmVlNDQ1YzBiYzE1M2M1OTFlZWMwM2JlNWY5NDBmNjc5YzQy
14
- YmVlMjMzODkwMDU3MjE4YjQ1YTZhODZlYWQxMDk3ZWJkYjA3YzM2MDU4OWNh
15
- ZTM4MTE5OTU0OTE5MWExMjJlNWNjYjIxYjYyMTlkN2IyMTY2ZTA=
13
+ MzFkYzczMDY3YzMyNTI3Njc5NGFkM2ZmMzM1OGNlOGM3MzNkZjAwZjQ2ZjQ4
14
+ ZWIzYmZhMzBkYWVlN2I1MzllZGM3Zjc3Yjc2YTEwMTc4MDhkZTdmOTM1YWE4
15
+ YzMwNzkxNTE3ZDIxNzBhMTkwYTEwZTY4YTdmYzVkZTI4YTA1ZjA=
@@ -1,4 +1,4 @@
1
- version: 0.1.29
1
+ version: 0.1.30
2
2
 
3
3
  author: Niek Bartholomeus
4
4
  email: niek.bartholomeus@gmail.com
@@ -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}.txt"
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.29
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-22 00:00:00.000000000 Z
11
+ date: 2015-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client