rsh2 0.0.3 → 0.0.4

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 (2) hide show
  1. data/Rakefile +2 -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.3",
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/rssh"
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
- - 3
9
- version: 0.0.3
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/rssh
55
+ homepage: http://github.com/alexeypetrushin/rsh2
56
56
  licenses: []
57
57
 
58
58
  post_install_message: