brpm_content_framework 0.1.56 → 0.1.57
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/brpm_content.gemspec +1 -1
- data/config.yml +1 -1
- metadata +7 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
N2MxOWVmYWJmYzkyYzVjZjc1MTU4MTAzZTU2YzFkMmJmMmU1MzQyMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OTE2NjBiNmU4NzkzOTkzNjMzOTVmYWUwN2JlYjM0NjA5ZTllZTIzYg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTU3Nzk4MjVlNDI1ZGVhZDMxNjMzMTA3ODc2ZmZkMjAyOTg0ZmY5MzQ5ZjMy
|
|
10
|
+
NmEzOWZhNzcxNDhhOTYzNzA5MjYxMWU1NzRjNjRhNGNjYmE1ZTMzZGRiNTcx
|
|
11
|
+
ZTI3YTZiNTU4N2VhYTYzOGYyNGJmOGZlZjllODc3YzcyOWQ1MTQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YjQwMDhjMDFkYTFmNjk2MGMxODgxN2ZjY2M4N2I0NGZhNTBmNjAxNjk2ZWFk
|
|
14
|
+
NjI3MWUyMjA5YWE5YWZjMzUwNTljZDUwYzRkMDk2YzlhODEyNjFiNzdlMjc4
|
|
15
|
+
NGFiYTdmODBmZDhhNWE1NTQ4MDFhN2ExMWYwYTFiNGExNjMzNTQ=
|
data/brpm_content.gemspec
CHANGED
|
@@ -26,6 +26,6 @@ Gem::Specification.new do |spec|
|
|
|
26
26
|
spec.files = `git ls-files`.split("\n")
|
|
27
27
|
spec.require_path = 'lib'
|
|
28
28
|
|
|
29
|
-
spec.executables = spec.files.grep(%r{^
|
|
29
|
+
spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
|
30
30
|
spec.bindir = "bin"
|
|
31
31
|
end
|
data/config.yml
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brpm_content_framework
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.57
|
|
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-08-
|
|
11
|
+
date: 2015-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rest-client
|
|
@@ -98,7 +98,11 @@ description: The BRPM Content Framework is a lightweight framework that allows t
|
|
|
98
98
|
run automation logic on top of BRPM in a modular, re-usable, testable and developer-friendly
|
|
99
99
|
way
|
|
100
100
|
email: niek.bartholomeus@gmail.com
|
|
101
|
-
executables:
|
|
101
|
+
executables:
|
|
102
|
+
- brpm_install
|
|
103
|
+
- brpm_uninstall
|
|
104
|
+
- event_handler
|
|
105
|
+
- webhook_receiver
|
|
102
106
|
extensions: []
|
|
103
107
|
extra_rdoc_files: []
|
|
104
108
|
files:
|