brpm_module_brpm 0.1.31 → 0.1.32
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/Gemfile.lock +6 -6
- data/README.md +1 -1
- data/config.yml +2 -2
- data/{brpm_module_brpm.gemspec → module.gemspec} +2 -5
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NTMyZTljZTE2Mjk2YTRhZDlkOTEzNDM2OGYyODU1NDBmZTkxNzMyOA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZWNlOTUyMjVjNGI4MmIzYmVkYTM5NzZhMDM5OWM1MDQ3NWI5ZjU2NQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MDY5NGI3NTdkODdlZWU1Yjc3MWM3OWM0OWEwY2EyYzNhODBkYTQ3M2I3NTcy
|
10
|
+
MmQyNmFhMDk4MWU2MDMwNjExOWE2MzUzOGE2YjAwZTcyOGY0ZjJkZTY2OGUz
|
11
|
+
ZDIyZjdiZGRjMzEyNjRkNjEzZTE2YzVmZjQwMmE0MzM5NWYxYjg=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YmNjMWE3YTRhZjgwNDhmY2RlMTUwMDQxMjA5Y2VjY2RhZjRlMjg0YmFiOGI1
|
14
|
+
NGVjYzQ1OTEyMzJhZjMyNGQyYjlmODYwMTlkYzM2MmZhNDFjNGFiYmUxZDlh
|
15
|
+
ZDJjYmI3YTYzMTRlMmFhZmFlYWIwMWYwYTRkYTUxNTY5ODQ5M2Q=
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
brpm_module_brpm (0.1.
|
5
|
-
brpm_content_framework (>= 0.
|
4
|
+
brpm_module_brpm (0.1.32)
|
5
|
+
brpm_content_framework (>= 0.2.8)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
@@ -10,7 +10,7 @@ GEM
|
|
10
10
|
akami (1.2.2)
|
11
11
|
gyoku (>= 0.4.0)
|
12
12
|
nokogiri
|
13
|
-
brpm_content_framework (0.
|
13
|
+
brpm_content_framework (0.2.8)
|
14
14
|
capistrano (= 2.15.5)
|
15
15
|
json
|
16
16
|
rest-client
|
@@ -56,12 +56,12 @@ GEM
|
|
56
56
|
rspec-core (~> 3.3.0)
|
57
57
|
rspec-expectations (~> 3.3.0)
|
58
58
|
rspec-mocks (~> 3.3.0)
|
59
|
-
rspec-core (3.3.
|
59
|
+
rspec-core (3.3.2)
|
60
60
|
rspec-support (~> 3.3.0)
|
61
|
-
rspec-expectations (3.3.
|
61
|
+
rspec-expectations (3.3.1)
|
62
62
|
diff-lcs (>= 1.2.0, < 2.0)
|
63
63
|
rspec-support (~> 3.3.0)
|
64
|
-
rspec-mocks (3.3.
|
64
|
+
rspec-mocks (3.3.2)
|
65
65
|
diff-lcs (>= 1.2.0, < 2.0)
|
66
66
|
rspec-support (~> 3.3.0)
|
67
67
|
rspec-support (3.3.0)
|
data/README.md
CHANGED
@@ -4,4 +4,4 @@
|
|
4
4
|
|
5
5
|
[](http://badge.fury.io/rb/brpm_module_brpm)
|
6
6
|
|
7
|
-
This repository represents
|
7
|
+
This repository represents a BRPM module, to be used on top of the [BRPM content framework](https://github.com/BMC-RLM/brpm_content_framework). It contains automation scripts to create and execute requests, and to select component versions and request templates. It also contains a BRPM REST API client library.
|
data/config.yml
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
version: 0.1.
|
1
|
+
version: 0.1.32
|
2
2
|
|
3
3
|
author: Niek Bartholomeus
|
4
4
|
email: niek.bartholomeus@gmail.com
|
5
5
|
homepage: https://github.com/BMC-RLM/brpm_module_brpm
|
6
6
|
license: MIT
|
7
7
|
summary: BRPM automation scripts and libraries to run on top of the BRPM Content framework
|
8
|
-
description: BRPM automation scripts and libraries to run on top of the BRPM Content framework. See https://github.com/BMC-RLM/
|
8
|
+
description: BRPM automation scripts and libraries to run on top of the BRPM Content framework. See https://github.com/BMC-RLM/brpm_content_framework for more information about the BRPM Content framework
|
@@ -3,7 +3,7 @@ require "yaml"
|
|
3
3
|
config = YAML.load_file(File.join(File.dirname(__FILE__), "config.yml"))
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
|
-
spec.name = File.basename(File.expand_path(File.dirname(__FILE__)))
|
6
|
+
spec.name = File.basename(File.expand_path(File.dirname(__FILE__))).sub("-#{config["version"]}", "")
|
7
7
|
spec.version = config["version"]
|
8
8
|
spec.platform = Gem::Platform::RUBY
|
9
9
|
spec.license = config["license"]
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
|
|
13
13
|
spec.summary = config["summary"]
|
14
14
|
spec.description = config["description"]
|
15
15
|
|
16
|
-
spec.add_runtime_dependency "brpm_content_framework", ">=0.
|
16
|
+
spec.add_runtime_dependency "brpm_content_framework", ">=0.2.8"
|
17
17
|
|
18
18
|
if config["dependencies"]
|
19
19
|
config["dependencies"].each do |dependency|
|
@@ -32,8 +32,5 @@ Gem::Specification.new do |spec|
|
|
32
32
|
spec.add_development_dependency "rspec"
|
33
33
|
|
34
34
|
spec.files = `git ls-files`.split("\n")
|
35
|
-
spec.require_path = 'lib'
|
36
|
-
|
37
35
|
spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
38
|
-
spec.bindir = "bin"
|
39
36
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niek Bartholomeus
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: brpm_content_framework
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ! '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.2.8
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ! '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.2.8
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -53,8 +53,8 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
description: BRPM automation scripts and libraries to run on top of the BRPM Content
|
56
|
-
framework. See https://github.com/BMC-RLM/
|
57
|
-
the BRPM Content framework
|
56
|
+
framework. See https://github.com/BMC-RLM/brpm_content_framework for more information
|
57
|
+
about the BRPM Content framework
|
58
58
|
email: niek.bartholomeus@gmail.com
|
59
59
|
executables:
|
60
60
|
- create_release_request
|
@@ -84,11 +84,11 @@ files:
|
|
84
84
|
- automations/wait_for_step_in_other_request.rb
|
85
85
|
- automations/wait_till_promoted_request_is_completed.rb
|
86
86
|
- bin/create_release_request
|
87
|
-
- brpm_module_brpm.gemspec
|
88
87
|
- config.yml
|
89
88
|
- lib/brpm_request.rb
|
90
89
|
- lib/brpm_rest.rb
|
91
90
|
- lib/brpm_rest_client.rb
|
91
|
+
- module.gemspec
|
92
92
|
- resource_automations/select_application.rb
|
93
93
|
- resource_automations/select_environment.rb
|
94
94
|
- resource_automations/select_request_template_-_res_aut.meta
|