brpm_module_brpm 0.1.44 → 0.1.45
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/bin/{create_brpm_version_tag.rb → create_brpm_version_tag} +0 -0
- data/config.yml +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGU3MTQxMWQ4OWVhZjRiMGY4N2FhN2RiYTlmZjlkMTNmYTNlMmIzNQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZjM4MWY4YWZkZDFjOGUxNDUwYjI4YWUxZGEyNDRjYjUxZDBjZTFmOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MGIxNzMwYTkyZGRlMDg4NGYzZDVmZjEwZjI0ZjQ2MDhkZjMzY2JjYjNlNjc4
|
10
|
+
NzNmMzEwZTM0MGVhMWRkZWRhYWI5MjM3OWNmMTVkZTAyZWQ5ODVjYzE5ZDJl
|
11
|
+
ZWYzNWY0NGQ3OGJhMjBhY2RhM2JlZGU2ZjkxOWJkMWE5OWM2NGM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YjgzNGNkNjQ2ZGNjOWJlZGVjOGJhZTNkZjA2OWUyMjUwM2MxNGUzNGQzMDUy
|
14
|
+
ZjI3ZDFhOTAyZTQ0NzA5ZGMyOWEwNmJjZWUyOGVhZGQxOWRmZTBmOTdlMjQ1
|
15
|
+
MzY1NTQwYzBlMjU2MWQ1NmRiODAwNDJmN2ZlNzM4MzBjNTcxMTI=
|
File without changes
|
data/config.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brpm_module_brpm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.45
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niek Bartholomeus
|
@@ -57,7 +57,7 @@ description: BRPM automation scripts and libraries to run on top of the BRPM Con
|
|
57
57
|
about the BRPM Content framework
|
58
58
|
email: niek.bartholomeus@gmail.com
|
59
59
|
executables:
|
60
|
-
- create_brpm_version_tag
|
60
|
+
- create_brpm_version_tag
|
61
61
|
- create_release_request
|
62
62
|
extensions: []
|
63
63
|
extra_rdoc_files: []
|
@@ -85,7 +85,7 @@ files:
|
|
85
85
|
- automations/wait_for_step_in_other_request.meta
|
86
86
|
- automations/wait_for_step_in_other_request.rb
|
87
87
|
- automations/wait_till_promoted_request_is_completed.rb
|
88
|
-
- bin/create_brpm_version_tag
|
88
|
+
- bin/create_brpm_version_tag
|
89
89
|
- bin/create_release_request
|
90
90
|
- config.yml
|
91
91
|
- lib/brpm_request.rb
|