bean_docker 0.1.19 → 0.1.20

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: 5545135e8ea3d3be13e6b43f41d7776d5a83a11c
4
- data.tar.gz: 84fe9478042cb0648559dc2a2f69f7757f18090e
3
+ metadata.gz: 2fa994f1dcafbe21274adbc8f2d82dc545f02398
4
+ data.tar.gz: 7bb770503710a5103f2531ae5a3fa88ccca8ff33
5
5
  SHA512:
6
- metadata.gz: 1c6c1cd0fb7197bb547bc0e0670b239b8199e96d5603d29febfcdc83cb090153b1d041aa98a9b3ef0051ebf9254f5991555b225fe20743d99a6dcc5b5398fec2
7
- data.tar.gz: dae216c8d52287a33df797854e6fdb427c5219bb3a78859fdd014e9a4dd8aa601a4a08f595b6a70326fab070f74f29b529f5d31003eb1fa2844908fcd6147527
6
+ metadata.gz: 6bba6235ddd98447bb605a625c33d63474d89ccb07f794680e892237a1d0a13b599b090f065f1e4e0743de7215cde3cf951fb6d939637951c8300b803553704d
7
+ data.tar.gz: 8bc37512ac9acb9d42b34c1342ca57e2be19349f0e2f6be29c6d8d261c9cb003815742ce4d7bb8e0a2ce695a416b33ee88242a3fc686ca887308b27dbee03545
data/README.md CHANGED
@@ -11,6 +11,14 @@ Install this gem on your Elastic Beanstalk Docker instance:
11
11
 
12
12
  $ gem install bean_docker
13
13
 
14
+ To use this gem, you will need to relax the permissions on the file containing your environment variables:
15
+
16
+ $ sudo chmod 664 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration
17
+
18
+ And to restore the original permissions:
19
+
20
+ $ sudo chmod 660 /opt/elasticbeanstalk/deploy/configuration/containerconfiguration
21
+
14
22
  ## Usage
15
23
 
16
24
  To launch a new container on an Elastic Beanstalk docker instance:
@@ -1,3 +1,3 @@
1
1
  module BeanDocker
2
- VERSION = "0.1.19"
2
+ VERSION = "0.1.20"
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.19
4
+ version: 0.1.20
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-02 00:00:00.000000000 Z
11
+ date: 2016-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler