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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87a4fabac7330b297edf3a795fafc044a961bd47
4
- data.tar.gz: 82f004558aea1dc7612bf6a32b1a91ad229c6bef
3
+ metadata.gz: 00549e951ac081aa57557e99d86b814f4ebcdb89
4
+ data.tar.gz: b0b330c4e0a232479245d49ae8a3898e6342c243
5
5
  SHA512:
6
- metadata.gz: 8eeadc2246601905dad592f33ed403cf0e476cb8badfb69902689eefbf37ebbff54966d32764ae870f2810ca9d2ba03eec0cc3f7222a69d91ba189ccfcab366e
7
- data.tar.gz: d839045fbd43ca29dd9642f6396f9c2c26deaa61b98f9196eaa614ff6acd9365622e46ce6c447912293ef8cdf22111f4c03083952de8d9862933bcf78b7e4581
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
@@ -1,3 +1,3 @@
1
1
  module BeanDocker
2
- VERSION = "0.1.16"
2
+ VERSION = "0.1.17"
3
3
  end
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.16
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-01 00:00:00.000000000 Z
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\nAnd
73
- to restore the original permissions:\n\n sudo chmod 660 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration\n\nTo
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: