bean_docker 0.1.16 → 0.1.17
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 +4 -4
- data/bean_docker.gemspec +2 -0
- data/lib/bean_docker/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00549e951ac081aa57557e99d86b814f4ebcdb89
|
4
|
+
data.tar.gz: b0b330c4e0a232479245d49ae8a3898e6342c243
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9a7903c659550e3c0737683a4d05516dfffad2c9d31fa09631196bef1a5e3a29e8dcfc8861a45c7e3918fc29fcb0061fa3f3f3fc0b9bc21ec4e0e3b5a8c2834
|
7
|
+
data.tar.gz: efb1b43e77736a79f3828b66af4485c0658a3bff89ef7f1c47ca13d4e254d071d4e95d0e63cc4cbad34d79720073c98a0a95a4e64009043f42d5ecf41de0dabb
|
data/bean_docker.gemspec
CHANGED
@@ -20,6 +20,8 @@ Gem::Specification.new do |spec|
|
|
20
20
|
|
21
21
|
spec.post_install_message = %Q{\nThanks for installing! To use this gem, you will need to relax the permissions on the file containing your environment variables:\n
|
22
22
|
sudo chmod 664 #{envvar_file_name}\n
|
23
|
+
Then you can used the bdrun command to create a new container:\n
|
24
|
+
bdrun\n
|
23
25
|
And to restore the original permissions:\n
|
24
26
|
sudo chmod 660 #{envvar_file_name}\n
|
25
27
|
To see exactly how these variables are used, see lib/bean_docker.rb
|
data/lib/bean_docker/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bean_docker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alan Brown
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -69,8 +69,9 @@ metadata:
|
|
69
69
|
allowed_push_host: https://rubygems.org
|
70
70
|
post_install_message: "\nThanks for installing! To use this gem, you will need to
|
71
71
|
relax the permissions on the file containing your environment variables:\n\n sudo
|
72
|
-
chmod 664 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration\n\
|
73
|
-
|
72
|
+
chmod 664 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration\n\nThen
|
73
|
+
you can used the bdrun command to create a new container:\n\n bdrun\n\nAnd to
|
74
|
+
restore the original permissions:\n\n sudo chmod 660 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration\n\nTo
|
74
75
|
see exactly how these variables are used, see lib/bean_docker.rb\n "
|
75
76
|
rdoc_options: []
|
76
77
|
require_paths:
|