bean_docker 0.1.14 → 0.1.15
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 -0
- 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: eedf4097b4fc3b94d81825da2307a6fff9cbeaf0
|
4
|
+
data.tar.gz: 4fbb9bf9160d81ccb06bfa849180550f5048f7df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a720804c7b2eaa5562fbfab18b72e7550474086cb6f17b879cf069bf7b85298c79cc756513fd4fed156a27434f079cee83a372db67c6f95fcb92092a5f202b1
|
7
|
+
data.tar.gz: 1e93e431e33667a22f2b3b925aa69d90dd25774a23bcfe59bf605f6cf4f3dfe60af57f76d8395d3f127d9fe4925b10ae05fc69816a516ad4285a14e83251edc1
|
data/README.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
BeanDocker gives you the ability to create additional docker containers using the current image and with the environment variables
|
4
4
|
that Beanstalk uses to start each new container.
|
5
5
|
|
6
|
+
[](https://badge.fury.io/rb/bean_docker)
|
6
7
|
|
7
8
|
## Installation
|
8
9
|
|
data/lib/bean_docker/version.rb
CHANGED