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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00549e951ac081aa57557e99d86b814f4ebcdb89
4
- data.tar.gz: b0b330c4e0a232479245d49ae8a3898e6342c243
3
+ metadata.gz: 443d300d9e78390780a50a2d241f7b707d5cecf7
4
+ data.tar.gz: e79bee0f3553cef508751608aecb4821a140c4b4
5
5
  SHA512:
6
- metadata.gz: d9a7903c659550e3c0737683a4d05516dfffad2c9d31fa09631196bef1a5e3a29e8dcfc8861a45c7e3918fc29fcb0061fa3f3f3fc0b9bc21ec4e0e3b5a8c2834
7
- data.tar.gz: efb1b43e77736a79f3828b66af4485c0658a3bff89ef7f1c47ca13d4e254d071d4e95d0e63cc4cbad34d79720073c98a0a95a4e64009043f42d5ecf41de0dabb
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
- To see exactly how these variables are used, see lib/bean_docker.rb
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
@@ -1,3 +1,3 @@
1
1
  module BeanDocker
2
- VERSION = "0.1.17"
2
+ VERSION = "0.1.18"
3
3
  end
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.17
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\nTo
75
- see exactly how these variables are used, see lib/bean_docker.rb\n "
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