kitchen-ssh 0.0.6 → 0.0.7

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.
Files changed (3) hide show
  1. data/README.md +11 -0
  2. data/lib/kitchen/ssh/version.rb +1 -1
  3. metadata +2 -2
data/README.md CHANGED
@@ -34,3 +34,14 @@ Or install it yourself as:
34
34
 
35
35
  In your .kitchen.yml file set driver to be 'ssh' or 'ssh_gzip'.
36
36
 
37
+ ##Example
38
+
39
+ ```yaml
40
+ ---
41
+ driver:
42
+ name: ssh
43
+ hostname: your-ip
44
+ port: 22
45
+ username: username
46
+ ssh_key: /path/to/id_rsa
47
+ ```
@@ -1,5 +1,5 @@
1
1
  module Kitchen
2
2
  module Ssh
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-01-14 00:00:00.000000000 Z
12
+ date: 2015-01-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitar