tvd-ssh 0.0.11 → 0.0.12

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/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.12
File without changes
@@ -0,0 +1,5 @@
1
+ module TVDinner
2
+ module Ssh
3
+ VERSION = File.read(File.dirname(__FILE__) + '/../../VERSION')
4
+ end
5
+ end
data/lib/tvd-ssh.rb ADDED
@@ -0,0 +1,7 @@
1
+ require "tvd-ssh/version"
2
+
3
+ module TVDinner
4
+ module Ssh
5
+ # Your code goes here...
6
+ end
7
+ end
data/spec/.gitignore ADDED
File without changes
data/test/.gitignore ADDED
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvd-ssh
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 11
10
- version: 0.0.11
9
+ - 12
10
+ version: 0.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-04-09 00:00:00 Z
18
+ date: 2012-05-16 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: microwave
@@ -31,7 +31,7 @@ dependencies:
31
31
  version: "0"
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
- description: "tvdinner: tvd-ssh to manage client side ssh"
34
+ description: "tvdinner: tvd-ssh"
35
35
  email: amanibhavam@destructuring.org
36
36
  executables: []
37
37
 
@@ -44,17 +44,24 @@ files:
44
44
  - cookbooks/ssh/templates/default/authorized_keys.erb
45
45
  - cookbooks/ssh/templates/default/client_config.erb
46
46
  - cookbooks/ssh/templates/default/known_hosts.erb
47
+ - lib/tvd-ssh.rb
48
+ - lib/tvd-ssh/version.rb
49
+ - features/.gitignore
50
+ - spec/.gitignore
51
+ - test/.gitignore
47
52
  - LICENSE
48
53
  - NOTICE
54
+ - VERSION
49
55
  - README.mkd
50
- homepage: https://github.com/HeSYINUvSBZfxqA/tvd-ssh
56
+ homepage: https://github.com/LYJlAigICVvPSVH/tvd-ssh
51
57
  licenses:
52
58
  - Apache 2.0
53
59
  post_install_message:
54
60
  rdoc_options: []
55
61
 
56
62
  require_paths:
57
- - cookbooks
63
+ - - lib
64
+ - cookbooks
58
65
  required_ruby_version: !ruby/object:Gem::Requirement
59
66
  none: false
60
67
  requirements:
@@ -79,6 +86,8 @@ rubyforge_project:
79
86
  rubygems_version: 1.8.21
80
87
  signing_key:
81
88
  specification_version: 3
82
- summary: "tvdinner: tvd-ssh to manage client side ssh"
83
- test_files: []
84
-
89
+ summary: "tvdinner: tvd-ssh"
90
+ test_files:
91
+ - features/.gitignore
92
+ - spec/.gitignore
93
+ - test/.gitignore