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 +4 -4
- data/README.md +1 -3
- data/lib/bean_docker/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e09b0f33817ee2458d1cb8dcb6321c0be8b5e912
|
4
|
+
data.tar.gz: c6a9c01582a435713f91a72a69437da7e74a1e9c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
|
data/lib/bean_docker/version.rb
CHANGED