rsh2 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
@@ -2,9 +2,9 @@ require 'rake_ext'
|
|
2
2
|
|
3
3
|
project(
|
4
4
|
name: "rsh2",
|
5
|
-
version: "0.0.
|
5
|
+
version: "0.0.4",
|
6
6
|
summary: "Tiny wrapper over Net::SSH/SFTP + small rake addon for cluster configuration management",
|
7
7
|
|
8
8
|
author: "Alexey Petrushin",
|
9
|
-
homepage: "http://github.com/alexeypetrushin/
|
9
|
+
homepage: "http://github.com/alexeypetrushin/rsh2"
|
10
10
|
)
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 4
|
9
|
+
version: 0.0.4
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Alexey Petrushin
|
@@ -52,7 +52,7 @@ files:
|
|
52
52
|
- spec/spec_helper.rb
|
53
53
|
- spec/ssh_driver_spec.rb
|
54
54
|
has_rdoc: true
|
55
|
-
homepage: http://github.com/alexeypetrushin/
|
55
|
+
homepage: http://github.com/alexeypetrushin/rsh2
|
56
56
|
licenses: []
|
57
57
|
|
58
58
|
post_install_message:
|