brpm_content 0.1.41 → 0.1.42
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 +8 -8
- data/config.yml +1 -1
- data/modules/framework/config.yml +7 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YTI1MmMxMjYxNzg1NzA3ZTM5OTY1ZGEyNTU1ZGEyMDA0NTkyYThjZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OGQ4MGM4NTIyYjM5YmJjOGQ2ZGViMDUxMDI1MTliNmU2ZTllYTFkYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjQzYTViNjJmM2EwYTFmNTgwNjg1M2Y5M2ZhMDFhYmM5YjcyNjY2OTE0OGE0
|
|
10
|
+
ZjY1YmYzNDZjMWU1MzlkMzg1YjJmYzgwOTVkYTUzZDQ4YzdlMmRhNzRlMjRm
|
|
11
|
+
ZTJiOWNhZWYwYmI1MTU4MjE1ZTJlZWFjYmU5YzJiMTgwYjBjZGQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODVlN2JiZjFhODMxODhlZGQxOTAwMTgwMzEwZGQyYjYzZTIxMGI2NjU3Zjkz
|
|
14
|
+
MjIxMTUxNDMwNTJlMTE2NGIyOTdkMTMwOTVjZjYyYzg5YTIzZTkxYTRjMzQw
|
|
15
|
+
YjExY2Q2MDdjZDAxNGUyMGIwN2IwYTdkZjEzNTViNjQzOTU5YzE=
|
data/config.yml
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
version: 0.1.42
|
|
2
|
+
|
|
3
|
+
author: Niek Bartholomeus
|
|
4
|
+
email: niek.bartholomeus@gmail.com
|
|
5
|
+
homepage: https://github.com/BMC-RLM/brpm_content
|
|
6
|
+
summary: BRPM Content Framework
|
|
7
|
+
description: The BRPM Content Framework is a lightweight framework that allows to run automation logic on top of BRPM in a modular, re-usable, testable and developer-friendly way
|
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.
|
|
4
|
+
version: 0.1.42
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Niek Bartholomeus
|
|
@@ -288,6 +288,7 @@ files:
|
|
|
288
288
|
- modules/framework/brpm_auto.rb
|
|
289
289
|
- modules/framework/brpm_framework.rb
|
|
290
290
|
- modules/framework/brpm_script_executor.rb
|
|
291
|
+
- modules/framework/config.yml
|
|
291
292
|
- modules/framework/config/customer_include.rb
|
|
292
293
|
- modules/framework/config/server.yml
|
|
293
294
|
- modules/framework/customer_include_default.rb
|