brpm_module_brpd 0.1.8 → 0.1.9
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 +2 -3
- data/docker/Dockerfile +0 -10
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Yjg5NGQxZTRjYWU3MDQ2ZjY3YjRlNDQxNzE5NGU3NDFiMWNlN2M2Nw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MmUyMmU5ZTFlZDY5ODU2NjZjYzA3Y2M4NTA3MWMyZTNhMGUxY2JkZA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YzQ1YjgzZjY4NjY5OWEwYjc1YjIwNTgzZGQzZjVlOWRiZDFmNDQwYzQ0MjAw
|
10
|
+
NTcwOGM5YTBjNjdlMDczMTk3ZDg3MTUxYjAzY2ZiNmViYTk3NmE0ZTVhNzg3
|
11
|
+
N2E4NzRmYmVmNDdlNjI0MjA2ODI2ZmNkYWIxYTcyNWQxYjhjYTM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ODVmMDlkYWJhYmVmNmFjOTcxZDcyN2MzZTFkNTlmZDAwMjQxNWI4OTg1MDU3
|
14
|
+
MGQyNmRhZTk0NTBjY2U5OWExZjU2NTY0NWViY2E1NmFlY2Q1NzcyZjc4NDcx
|
15
|
+
NTVmYjM2YzZlNDQyZTg5MmJkMWVjZmFmMWQxODlmZGNlNGJkYmE=
|
data/config.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.9
|
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-10-
|
11
|
+
date: 2015-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: brpm_content_framework
|
@@ -98,7 +98,6 @@ files:
|
|
98
98
|
- automations/create_package_instance.rb
|
99
99
|
- bin/create_brpd_package_instance
|
100
100
|
- config.yml
|
101
|
-
- docker/Dockerfile
|
102
101
|
- lib/brpd_http_client.rb
|
103
102
|
- module.gemspec
|
104
103
|
homepage: https://github.com/BMC-RLM/brpm_module_brpd
|
data/docker/Dockerfile
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
FROM bmcrlm/brpm_content_framework
|
2
|
-
MAINTAINER Niek Bartholomeus <niek.bartholomeus@gmail.com>
|
3
|
-
|
4
|
-
ENV MODULE brpm_module_brpd
|
5
|
-
ENV VERSION 1.0.0
|
6
|
-
|
7
|
-
RUN gem install $MODULE -v $VERSION && \
|
8
|
-
cd $GEM_HOME/gems/$MODULE-$VERSION && \
|
9
|
-
bundle install && \
|
10
|
-
rm -rf $GEM_HOME/cache
|