brpm_module_bladelogic 0.1.7 → 0.1.8

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
- NWJlODE3ODgyNGVlZGVmYTNjNDcxZGU0ZWMxNDg5YmI0MmYwNTI0Yw==
4
+ NjFjOThlYmIyZTBmNmFkNjkwMjA1YzZhMzJmOWYxMjJlMzlhOTg1Nw==
5
5
  data.tar.gz: !binary |-
6
- ZjIwYzcyNDQwMzdjZDNiYTUyMTA0MWI5YTJlYmNiMzU0MzQ3NjNhYQ==
6
+ YTcwNjA5N2RhNWM5ZGNjYmZlMDMwMDE1MWYxZWJiZTVhODI1ZWEwNg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MTBlZmFiOGY3MTJlMzUyODZlZWVlNjVkOTFiODlmMjFhYWExNDNhNjAyODhl
10
- MGY2Y2Q2NzRjNmJkMDJkOWFiY2IxZjBhNjk1MWUxMjUwMjFjYTU3ODM1NjY2
11
- MzZlZTlkNmNkZDE4MzM0ZTgwOGM5ZGJhMjFjZDY4YmEyOGExN2U=
9
+ ZDJmZjhmM2YyYjA3NTVmZDU5ZDE1NWUyYTE1ZDZlNWEzYWZjMmE1YTRmNmQ5
10
+ NmFmNGQ3NmU3NmMyOGUwMmI1OWVmMzNkYzdmYmY5ODg3MDFjZmM3YzQ3MWRk
11
+ NGE0NTc4NTYzODA2YzEwYTI2M2IzNWViODQxMWM1MmQ0OTRiZGI=
12
12
  data.tar.gz: !binary |-
13
- YmJiYTY4MzYyZDYzNjE4ODIyZDI5NDNiMzI3MjM3ZDc2NWE5NzM5NzE4NDcw
14
- MjUzNzRiZmViY2JkMTAxM2MwNzgxZjMxOGJlNTc4NGIyOGZmZjZjNzYwZjBj
15
- NjcwOWVmMjg5MTUzM2QxMTQxZDFkMDNhODg0N2MxZGRiNzhkZjc=
13
+ YjMzZjgzNDVhNGQ5YzczZTBjOTliMTZkODJhNDlkZDU2MjNiYmQ4ZTg3MzMz
14
+ NGQ3MTcxNGEzZjE1MDRjOTQ3Y2NjMDM0YzY5M2ZkNTI1YzJiYTkzYWNiOTdh
15
+ YjM4NDAyYzQ2NGY0MGM0OGZjNjQ5ZDhkZmRjNTg0Y2Y4N2E0YWE=
@@ -9,4 +9,5 @@ params:
9
9
  name: Bladelogic package name
10
10
  position: A3:C3
11
11
 
12
+ description: creates a BlPackage from a component
12
13
  integration_server_type: Bladelogic
@@ -36,4 +36,5 @@ params:
36
36
  type: out-file
37
37
  position: A4:E4
38
38
 
39
+ description: Deploys a BlPackage from the specified deploy job
39
40
  integration_server_type: Bladelogic
data/config.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  dependencies:
2
2
  - brpm_module_brpm
3
3
 
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
 
6
6
  author: Niek Bartholomeus
7
7
  email: niek.bartholomeus@gmail.com
@@ -1,2 +1,3 @@
1
+ description: Allows to select a job from the location /<application name>/public
1
2
  integration_server_type: Bladelogic
2
3
  render_as: Tree
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brpm_module_bladelogic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Niek Bartholomeus