ecs-solo 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/CHANGELOG.md +3 -0
- data/lib/ecs_solo/docker.rb +2 -1
- data/lib/ecs_solo/version.rb +1 -1
- data/pkg/ecs-solo-0.1.2.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d838e8f98173c6a886d57c1a592169cc9ac5c6fa81c58f57330b24f9c4bd0527
|
|
4
|
+
data.tar.gz: 91bbea6f2d972b2146987f0d694d7c1d5713af5ebd72283edd103d383be48a1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce3c43fea1f615101080d86c69eb7d9ef1d43a797382281d7036f7004950f2289b40f08ab50d06167dc98abc42870f573d8dbe96eae8db65734a69aeacc08efd
|
|
7
|
+
data.tar.gz: 5794b1ac398c150e6fd4c97a484c581ce1a811f1dc71c4aaac0d150971de70f78f131b3a93e40c3dedb2d34088f407136e533f7b0fd3364d1f48764036db5813
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
|
5
5
|
|
|
6
|
+
## [0.1.3]
|
|
7
|
+
- ability to control docker run options with ECS_SOLO_DOCKER_RUN_OPTIONS
|
|
8
|
+
|
|
6
9
|
## [0.1.2]
|
|
7
10
|
- clean up container if its not running and start it
|
|
8
11
|
|
data/lib/ecs_solo/docker.rb
CHANGED
data/lib/ecs_solo/version.rb
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ecs-solo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tung Nguyen
|
|
@@ -213,6 +213,7 @@ files:
|
|
|
213
213
|
- lib/ecs_solo/version.rb
|
|
214
214
|
- pkg/ecs-solo-0.1.0.gem
|
|
215
215
|
- pkg/ecs-solo-0.1.1.gem
|
|
216
|
+
- pkg/ecs-solo-0.1.2.gem
|
|
216
217
|
- pkg/solo-0.1.0.gem
|
|
217
218
|
- spec/cli_spec.rb
|
|
218
219
|
- spec/spec_helper.rb
|