bean_docker 0.1.17 → 0.1.18
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 +1 -1
- data/lib/bean_docker/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 443d300d9e78390780a50a2d241f7b707d5cecf7
|
4
|
+
data.tar.gz: e79bee0f3553cef508751608aecb4821a140c4b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d4e52ee6b55bb852a991ec6e87a61312828df3e3cdb1686b285e813d3ac15c81bdf64f3fe0e31e269539316fe47c84ad6299e3cadcd4c17de0a7d61c255e1e0
|
7
|
+
data.tar.gz: 55c2cf2a1b1dcccc329b142e4ac2185592dc455416d12d14dc8f6ce0d1b0338a5a2f627c5dd4fbd8efeb3a2281d5e10a83d8d9b80f1f4f71a13f5d0edf36f160
|
data/bean_docker.gemspec
CHANGED
@@ -24,7 +24,7 @@ Then you can used the bdrun command to create a new container:\n
|
|
24
24
|
bdrun\n
|
25
25
|
And to restore the original permissions:\n
|
26
26
|
sudo chmod 660 #{envvar_file_name}\n
|
27
|
-
|
27
|
+
And to see exactly how your sensitive environment variables are used, see lib/bean_docker.rb
|
28
28
|
}
|
29
29
|
|
30
30
|
# 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.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alan Brown
|
@@ -71,8 +71,9 @@ post_install_message: "\nThanks for installing! To use this gem, you will need
|
|
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\nThen
|
73
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\
|
75
|
-
see exactly how
|
74
|
+
restore the original permissions:\n\n sudo chmod 660 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration\n\nAnd
|
75
|
+
to see exactly how your sensitive environment variables are used, see lib/bean_docker.rb\n
|
76
|
+
\ "
|
76
77
|
rdoc_options: []
|
77
78
|
require_paths:
|
78
79
|
- lib
|