bean_docker 0.1.4 → 0.1.5

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: be593ea34332f96c1e73347bf156f768eb8ce5f1
4
- data.tar.gz: e7da08d57fb93b743a0389f45e649e20aa51e367
3
+ metadata.gz: 4cc93dcc496fa9a4c243153efff3c1fee6a29c4b
4
+ data.tar.gz: 098c055618755b824c189258dd4dfa033a72cb7b
5
5
  SHA512:
6
- metadata.gz: ffd36c341af06a662e25f2e01fd1703a2b42351db03c85f766d8e8c7699139db0277c16330211e43e6d3e3b1a248fd9872a21bc1f951183061fccb2ea34c30ab
7
- data.tar.gz: 3d9a75d27b412b1b9524cb9c555c1ceb2487cf22a73801f6b41450e05b31186e1bce8f51994b7a71944fd8b80a6f3f153ecaae43c7da82d601cf85b374f431a3
6
+ metadata.gz: 1b267581145006e1cc7478708f08392f2e5a2c4ff985a515159afb7b12a01d4e28966701be45dab9f4b02d862236f603dc4286588932fb60a4e76f357937ed22
7
+ data.tar.gz: ccc4b11ad604adc8d67fed691593364733b6b642a4050476bc91dbbee12d1d265997ab801aaf71e247ae369a3dc9b27f2717bafc4a7f8c1af7a17ab6e536a859
data/README.md CHANGED
@@ -20,7 +20,7 @@ To launch a new container on an Elastic Beanstalk docker instance:
20
20
 
21
21
  ## Development
22
22
 
23
- Still experimental. You have to run the executable with sudo or relax permissions on a key file. While I've gotten the code to work, I've not gotten it to run as part of the gem yet.
23
+ Still experimental. You have to relax permissions on a file to get this to work.
24
24
 
25
25
  ## Contributing
26
26
 
@@ -1,3 +1,3 @@
1
1
  module BeanDocker
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan Brown