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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4f3bd07d429aa90274fc332ac0bb3dc2ff0b181
4
- data.tar.gz: 6ad8557d2c7fc53165bdd3a4f4c159470d9faae5
3
+ metadata.gz: b438bb23edd0529f50ca5a696af566463bf92573
4
+ data.tar.gz: 13495f958e43c2984adeac5132adcd07997da9d4
5
5
  SHA512:
6
- metadata.gz: 8bce10e746ba526c6b540a93ed58411e986cab80ea82f06cbf0549e16d219bdd978d98e5f57f93de346eaa8bfb03b459c4e03f7f6a672ef19f07becc829875d4
7
- data.tar.gz: fddddb2f141a046fe63b1fa60fb0d80dcac2d914f03e598e9a5eddc6189e1c992c4b4cdeba7e122b0d3500b70b9bf5485792ca5b8ba7329117be79f5469eea56
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
@@ -1,3 +1,3 @@
1
1
  module BeanDocker
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
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.11
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