kitchen-transport-docker 0.0.2 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c863044af03ce03ba44c822709482d97677a0ca
4
- data.tar.gz: 5cd54185f9119492dfbcc484b9dc4f3d3d1eda88
3
+ metadata.gz: 1307f268dcacfb83e29ca32a4ac8f375e9fe9872
4
+ data.tar.gz: 6b28106f4b0d6b7f1c1cb2d3bf0a513621f57c11
5
5
  SHA512:
6
- metadata.gz: 80c3a29e31e77bb6787aac634087963c138bf2aa713dae1957e2c4983eb2f805f715693f2278b24f5904709ed07062a3e1cc1e262104442d5c1f2b9e326d0977
7
- data.tar.gz: 959d4af052595fb1b26f2aab79dc8a0a14872c99c0c92229bcdb12b0644f410d65b708ad991e6316ab5cf6128543f48a0205d77a5e3c1ccf48cd087f7188b7f2
6
+ metadata.gz: b57d4949587c7e75e56f938fcd8c287b1a41b9325b9ddd56eda11a476b1b65098b7fd3870f1d47218507ffdac5a5f3d98a4590c4615f462c3cd0b8078a4523a8
7
+ data.tar.gz: 06b21f75d3636a547d5332c1bcce0158ce3c4fe74357745f45ae9d172f317052899b06d1ecd3ebf2a14695eb492030afbe89a8a21df192923cc9c3068fa10be5
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
1
  Gemfile.lock
2
2
  *.swp
3
3
  *.swo
4
+ pkg
@@ -1,3 +1,3 @@
1
1
  class KitchenTransportDocker
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
@@ -30,7 +30,6 @@ module Kitchen
30
30
  end
31
31
 
32
32
  def upload(locals, remote)
33
- puts "Upload"
34
33
  Array(locals).each do |local|
35
34
  full_remote = File.join(remote, File.basename(local))
36
35
  options = {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-transport-docker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Hamel