bean_docker 0.1.11 → 0.1.12
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 -1
- data/lib/bean_docker/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b438bb23edd0529f50ca5a696af566463bf92573
|
4
|
+
data.tar.gz: 13495f958e43c2984adeac5132adcd07997da9d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c258cd57362e3381e6fb1b6c86a5338eb55bd61d8624cecf4b4b52458f3500b72a5778f118c9a09d04290b0d66083cc7112c1776e5f1db113b933f67f4359e5
|
7
|
+
data.tar.gz: 976740868dc1221b5a34cc8bd754c619c13ea360889ada18cd291b2ec59928583c7701aacce52c269ecfebb2752d8132dda3d2ba45a69e34d7aa68cda532e53a
|
data/bean_docker.gemspec
CHANGED
@@ -21,7 +21,8 @@ Gem::Specification.new do |spec|
|
|
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
23
|
And to restore the original permissions:\n
|
24
|
-
sudo chmod 660 #{envvar_file_name}
|
24
|
+
sudo chmod 660 #{envvar_file_name}\n
|
25
|
+
To see exactly how these variables are used, see lib/bean_docker.rb
|
25
26
|
}
|
26
27
|
|
27
28
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
data/lib/bean_docker/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alan Brown
|
@@ -70,8 +70,8 @@ metadata:
|
|
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
72
|
chmod 664 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration\n\nAnd
|
73
|
-
to restore the original permissions:\n\n sudo chmod 660 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration\n
|
74
|
-
\
|
73
|
+
to restore the original permissions:\n\n sudo chmod 660 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration\n\nTo
|
74
|
+
see exactly how these variables are used, see lib/bean_docker.rb\n "
|
75
75
|
rdoc_options: []
|
76
76
|
require_paths:
|
77
77
|
- lib
|