bean_docker 0.1.2 → 0.1.3

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: afb91042af468873905c82dba3867464b6e7f1e0
4
- data.tar.gz: 6fe4b04ef128578a7ffb5afa2391bdbaa5fc7d08
3
+ metadata.gz: e09b0f33817ee2458d1cb8dcb6321c0be8b5e912
4
+ data.tar.gz: c6a9c01582a435713f91a72a69437da7e74a1e9c
5
5
  SHA512:
6
- metadata.gz: bd98d41fd9ae6292bcacd31065f5c91094180e62a2787fa01374e90f36181272e0de3590b39e3fcc2400b829868525e86badd873b618acb3e5fa01e2d1f7fe56
7
- data.tar.gz: b29d291282612c67edefab13e9377da8b3a84a792f30f4cedc2a5554fe5f2fe98a38d6e72ed8ffdb9252c54534d9d51609ee57fbb60f026c8bc76088910c2961
6
+ metadata.gz: f1f2c874d944be700bfaacbb0f58458ef362b7821e3601add9518a1d631df7b1cf44d9af3ebffe3cc7d6d6dd6ae0ff2b323a110eaf1d152c82607fe687143896
7
+ data.tar.gz: e9b054f8af6b2c93a3f73c6e21069ef85c018052c04e2ac8bc5bc77d545f291e5c5cef5bcfe6cb8b7ed6f352fe88501ef83345e46d5b85c08e0a3a86339c9f4f
data/README.md CHANGED
@@ -20,9 +20,7 @@ To launch a new container on an Elastic Beanstalk docker instance:
20
20
 
21
21
  ## Development
22
22
 
23
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
24
-
25
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
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.
26
24
 
27
25
  ## Contributing
28
26
 
@@ -1,3 +1,3 @@
1
1
  module BeanDocker
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan Brown