brpm_module_brpd 0.1.0 → 0.1.1
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
- metadata +3 -3
- /data/bin/{create_package_instance → create_brpd_package_instance} +0 -0
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NTZlZDliODhjMTQ5YWRiNjZmMGRjN2M1ZDdhMDJiNjNmNDE3NTgwNw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZmUwMmJjY2E2YjM2MzVmNzhlMTA2MjE5MTJlZTY5Y2JjY2UwNzQxMQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MmIzNzAxYjJkODdhNTM3NmRhN2QwODMwNTkzMzNjN2M1NzZjOWM5NjFlMmEx
|
10
|
+
Nzc3MDQ4Njc0NzhlMGI5MDgzYjFmMDFhNWIxYWZlYTgzZGIwZTUyOTVhNDE5
|
11
|
+
YjA4ZDdlN2JkMDM3NDcyOTQ0ODk1ZWY1OWEyNmNjOWVhMDNhZGE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDI0ZDk1ODlmOGQ4ZGRhNDc4OGNhMjkzY2NjMjA5ZGFmNGYxMDMxMjIzNWMw
|
14
|
+
N2U5YTlmMmY5YTdiY2E1ZGRhYjU0MGNlZmVjYTc2MmNmZDA1ZGI2OTE2Y2M0
|
15
|
+
NzMxNDNiZTdlZTE1Y2Y3MGEyYzRkZmQ2Njc4NGEyYzUyNDY2MTk=
|
data/config.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: brpm_module_brpd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niek Bartholomeus
|
@@ -71,7 +71,7 @@ description: BRPD automation scripts and libraries to run on top of the BRPM Con
|
|
71
71
|
about the BRPM Content framework
|
72
72
|
email: niek.bartholomeus@gmail.com
|
73
73
|
executables:
|
74
|
-
-
|
74
|
+
- create_brpd_package_instance
|
75
75
|
extensions: []
|
76
76
|
extra_rdoc_files: []
|
77
77
|
files:
|
@@ -82,7 +82,7 @@ files:
|
|
82
82
|
- Rakefile
|
83
83
|
- automations/create_package_instance.meta
|
84
84
|
- automations/create_package_instance.rb
|
85
|
-
- bin/
|
85
|
+
- bin/create_brpd_package_instance
|
86
86
|
- config.yml
|
87
87
|
- lib/brpd_http_client.rb
|
88
88
|
- module.gemspec
|
File without changes
|