kitchen-transport-express 1.0.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7eaabe4263ef01558a60d4e50ded08beb48bfa5ffae332ed529e37c766e829dd
4
- data.tar.gz: e9f4c574a1feacffd6a25267e4e347c1003f93f8cc24714afd0d9ea849790e4d
3
+ metadata.gz: 9b89707a72ba0d8afb26ec6cea9b18ea49cb22aee40c0291a1ceb01a1d2ea4fd
4
+ data.tar.gz: 14d5a4f4d22221053960bd9351c96bbc9d95231af2bb0590c517b559746f120f
5
5
  SHA512:
6
- metadata.gz: 18efa1a554ee66e71f00ad612755cc1a214cc84cc496b486d437a4d617659e403fe79c3228188a8e9544e32b78170dc807174d265f9cb01da67e385270fb2e1f
7
- data.tar.gz: b090fb3c75e893596947f406b9425b10f30288b86f81c4f918516838fed9890082ca5227e2cb428dd205a35df45f66ba09d827727eab75f1013c2a2e30e2d562
6
+ metadata.gz: ef0f2ba583d76b6c4bf2997f4e039374b7b79801eba8b5b678104d7a6e40db08a4433bc97c3b1845ee0b33b9bdab59232cdf593dc1c3e5767ee5be1016782858
7
+ data.tar.gz: 75b55d9dc967c84e981eb3b1bf1a6c92a88b304812909f32bf66a70d75aa6e28f528b22e839efc15a412dd355a71eb84860dabb89225f6e5a87dc6c4645ce040
@@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.description = %q{A Test Kitchen Transport plugin that streamlines the file transfer phase to Linux hosts.}
28
28
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
29
29
  spec.homepage = "https://github.com/justintsteele/kitchen-transport-express.git"
30
+ spec.metadata["github_repo"] = "https://github.com/justintsteele/kitchen-transport-express"
30
31
  spec.license = "Apache-2.0"
31
32
  spec.require_paths = ["lib"]
32
33
  spec.add_dependency "test-kitchen"
@@ -17,7 +17,7 @@
17
17
  module Kitchen
18
18
  module Transport
19
19
  class Express
20
- VERSION = "1.0.0"
20
+ VERSION = "1.0.1"
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-transport-express
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Steele
@@ -102,7 +102,8 @@ files:
102
102
  homepage: https://github.com/justintsteele/kitchen-transport-express.git
103
103
  licenses:
104
104
  - Apache-2.0
105
- metadata: {}
105
+ metadata:
106
+ github_repo: https://github.com/justintsteele/kitchen-transport-express
106
107
  post_install_message:
107
108
  rdoc_options: []
108
109
  require_paths: