kitchen-docker_ssh 0.0.17 → 0.0.18
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/VERSION +1 -1
- data/circle.yml +2 -2
- metadata +1 -3
- data/test/foo +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ab22716405588231c3537a87b69a32e7a98ad0e
|
|
4
|
+
data.tar.gz: f8c5fb4991c35ebd6275e83ab336e03c7fa10e8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2dea1601a6e916e7da83021cd2c3a18164eae9a05ca62492acbb9097c6d3a9dbe27f0b0b7abb412b11a6370635e59035cc5d79778c1442e0c48d58c71d4f93af
|
|
7
|
+
data.tar.gz: d4d9580a4ed5204492b4c131138482158c2e7a58282a289d36d718ef734173bd7dbca0b470b2db92cd54e40a7b2be5377e42d6c073f65b753da40ba7d9fd9f1d
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.18
|
data/circle.yml
CHANGED
|
@@ -12,12 +12,12 @@ dependencies:
|
|
|
12
12
|
|
|
13
13
|
test:
|
|
14
14
|
override:
|
|
15
|
-
- bundle exec rake
|
|
15
|
+
- bundle exec rake test
|
|
16
16
|
|
|
17
17
|
deployment:
|
|
18
18
|
release:
|
|
19
19
|
branch: feature/versioning
|
|
20
20
|
commands:
|
|
21
21
|
- git config user.name "CircleCi"
|
|
22
|
-
- git config user.email "
|
|
22
|
+
- git config user.email "$CIRCLE_USERNAME@users.noreply.github.com"
|
|
23
23
|
- ./gemrelease.sh
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-docker_ssh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Abbott
|
|
@@ -133,7 +133,6 @@ files:
|
|
|
133
133
|
- spec/kitchen/driver/docker_spec.rb
|
|
134
134
|
- test/.kitchen.test.yml
|
|
135
135
|
- test/.kitchen.yml
|
|
136
|
-
- test/foo
|
|
137
136
|
- test/integration/capabilities/serverspec/capabilities_drop_spec.rb
|
|
138
137
|
- test/integration/default/serverspec/default_spec.rb
|
|
139
138
|
- test/integration/dockerfile/serverspec/default_spec.rb
|
|
@@ -165,7 +164,6 @@ test_files:
|
|
|
165
164
|
- spec/kitchen/driver/docker_spec.rb
|
|
166
165
|
- test/.kitchen.test.yml
|
|
167
166
|
- test/.kitchen.yml
|
|
168
|
-
- test/foo
|
|
169
167
|
- test/integration/capabilities/serverspec/capabilities_drop_spec.rb
|
|
170
168
|
- test/integration/default/serverspec/default_spec.rb
|
|
171
169
|
- test/integration/dockerfile/serverspec/default_spec.rb
|
data/test/foo
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|