kitchen-docker-api 0.2.0 → 0.2.1
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.
- data/README.md +1 -5
- data/lib/kitchen/driver/docker.rb +0 -3
- data/lib/kitchen/driver/docker_version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -14,11 +14,7 @@ could choose to use the CLI or docker-api based client.
|
|
14
14
|
|
15
15
|
## Requirements
|
16
16
|
|
17
|
-
* [Docker][docker_getting_started]
|
18
|
-
|
19
|
-
## Known Issues
|
20
|
-
|
21
|
-
* Upstart is neutered due to [this issue][docker_upstart_issue].
|
17
|
+
* [Docker][docker_getting_started] server. This driver does not require the docker cli to be installed.
|
22
18
|
|
23
19
|
## Installation and Setup
|
24
20
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kitchen-docker-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2014-03-
|
13
|
+
date: 2014-03-25 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: test-kitchen
|