brpm_content 0.1.33 → 0.1.34

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTU1Zjk2YzM0MGRmZGQ1OGE1YWI1MjBkMDhjZTA5MmE5ZjBlOTRiZA==
4
+ ZmVmMDAzMjQ5NmY3Yzk4ZmUwNDVmZmM3MmI0YTBkOGY0YmNhM2I2Yw==
5
5
  data.tar.gz: !binary |-
6
- MmQzOTkzODhjM2MzNTk4ZmM2ZjA5ZDllZGQ0MGEyNjA0ZWZkMTI2Ng==
6
+ ZTMyOTI5OTA0YzhkYzg0NGVkZTc2OTYzOWQ4ZjM1MDBiM2NmMjZmMg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZGMzNTZjMGU5YzM2ZjdlNDY1NGY2NDJiNTY4MmNmZTRhYjBiNTQ1NzY5N2M0
10
- NzMzOWYyZDA3MDRkZDE0MmM1MWNmZTc3MjczODE1MmNjMGQ2MGQ4MTU2ZGYw
11
- MWJlNTdjZjRhODRhZDJlN2NiNGFlM2Y4NDZhMDAzODJjODNjN2Q=
9
+ YzQ5YjUzNWU5ODM1NWI3OTQ2NWVlZDhjMjA5M2I1NTg2YzIzOTIwY2IzMDNi
10
+ Zjc0MDM1OTBjOTM4MTBiMTY4NzViNDk0MzI5MGU0OWVmMGI2NjM4MjFhM2Qw
11
+ ZDdlYmY4MmJmYjgwZTkyNjkzOTNlZjliMzY0OTE1Y2U0NjM4ZGM=
12
12
  data.tar.gz: !binary |-
13
- ZDFlNDRhNzA3NDBkNzYzMjg1MjFkOGU2Y2E2N2MzM2M3MzQyNWNlYjE2MWRi
14
- NWU1MjM5NTEzM2MwZGQ3NTFmZjM1NDczMWI4NTZiODlkNDdmMTAzY2UzZTY4
15
- NjM4ZjU2N2U4NTM4NzcxYmQ3NzFiMjQyNWQ2OGQ4MjAyZWMzNWY=
13
+ NWFlYTQxZjAyNTA1MmNlNDI5YWQyNDM5OGUwMGQzOWIyZTEwMjY2MzI5MjIy
14
+ ZjU0OTc4MjYxYzQyZmJjNzBjNTEzYjgwZDQ2MmYzZjc5YzQ0NmU2M2I4Y2I2
15
+ NzM0N2E0Njk0NmU0ZDJhZjVkZWMzNDI5OTQxODAyNTE4OTFlMDM=
@@ -1,4 +1,4 @@
1
- version: 0.1.33
1
+ version: 0.1.34
2
2
 
3
3
  author: Niek Bartholomeus
4
4
  email: niek.bartholomeus@gmail.com
@@ -3,7 +3,7 @@ class ModuleInstaller
3
3
  BrpmAuto.log "Installing module #{module_name} #{module_version.nil? ? "" : module_version}..."
4
4
 
5
5
  specs = install_gem(module_name, module_version)
6
- module_spec = specs.last
6
+ module_spec = specs.find { |spec| spec.name == module_name}
7
7
 
8
8
  install_bundle_if_necessary(module_spec)
9
9
 
@@ -233,7 +233,7 @@ class ModuleInstaller
233
233
  wrapper_script_content += "\n"
234
234
  wrapper_script_content += get_integration_server_template(integration_server["id"], integration_server["name"], auto_script_config["integration_server_type"])
235
235
  else
236
- BrpmAuto.log "WARNING - An integration server of type #{auto_script_config["integration_server_type"]} doesn't exist so not setting the integration server in the wrapper script."
236
+ BrpmAuto.log "WARNING - An integration server of type #{auto_script_config["integration_server_type"]} (or that has #{auto_script_config["integration_server_type"]} in its name if the integration server type is not supported) doesn't exist so not setting the integration server in the wrapper script."
237
237
  end
238
238
  end
239
239
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brpm_content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.33
4
+ version: 0.1.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niek Bartholomeus