bean_docker 0.1.12 → 0.1.13

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: b438bb23edd0529f50ca5a696af566463bf92573
4
- data.tar.gz: 13495f958e43c2984adeac5132adcd07997da9d4
3
+ metadata.gz: 286edd5a0ecc6a32505b9fe93a2cffa2dfeab3c7
4
+ data.tar.gz: 725c8395325aaf0e28a693bc74d9f88268dc5faf
5
5
  SHA512:
6
- metadata.gz: 4c258cd57362e3381e6fb1b6c86a5338eb55bd61d8624cecf4b4b52458f3500b72a5778f118c9a09d04290b0d66083cc7112c1776e5f1db113b933f67f4359e5
7
- data.tar.gz: 976740868dc1221b5a34cc8bd754c619c13ea360889ada18cd291b2ec59928583c7701aacce52c269ecfebb2752d8132dda3d2ba45a69e34d7aa68cda532e53a
6
+ metadata.gz: cfacb683718b8469bc09c04c5f65e9c8caf0a0b53b093dc177a07144e4b6b12b4ef5150fc7044a1de7ddf657a44f7179ef045cd40734e60f194e4bbcf07e18d7
7
+ data.tar.gz: eb0dbb54d6053df3ecc49faf94434cb223b3916107dc2e4f8305d82b0e5fe616a8495d93c70f60dfe782dedab06f4fab0ffe530bc3d4f91fddf857a4ced71d81
data/README.md CHANGED
@@ -6,7 +6,7 @@ that Beanstalk uses to start each new container.
6
6
 
7
7
  ## Installation
8
8
 
9
- Install with sudo to give the gem access to your environment variables:
9
+ Install this gem on your Elastic Beanstalk Docker instance:
10
10
 
11
11
  $ gem install bean_docker
12
12
 
@@ -1,3 +1,3 @@
1
1
  module BeanDocker
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
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.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan Brown