rsh 0.1.1 → 0.1.2
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/Rakefile +0 -1
- data/VERSION +1 -1
- data/rsh.gemspec +2 -3
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -11,7 +11,6 @@ begin
|
|
|
11
11
|
gem.email = "argentoff@gmail.com"
|
|
12
12
|
gem.homepage = "http://github.com/argent-smith/rsh"
|
|
13
13
|
gem.authors = ["Pavel Argentov"]
|
|
14
|
-
gem.rubyforge_project = "rsh"
|
|
15
14
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
|
16
15
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
17
16
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/rsh.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{rsh}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Pavel Argentov"]
|
|
12
|
-
s.date = %q{2010-10-
|
|
12
|
+
s.date = %q{2010-10-27}
|
|
13
13
|
s.description = %q{All freenixes (e.g. Linux, *BSD, etc.) have 'rsh' command.
|
|
14
14
|
Here's the gem wrapping call to this command and handling the command's result/output.}
|
|
15
15
|
s.email = %q{argentoff@gmail.com}
|
|
@@ -33,7 +33,6 @@ Gem::Specification.new do |s|
|
|
|
33
33
|
s.homepage = %q{http://github.com/argent-smith/rsh}
|
|
34
34
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
35
35
|
s.require_paths = ["lib"]
|
|
36
|
-
s.rubyforge_project = %q{rsh}
|
|
37
36
|
s.rubygems_version = %q{1.3.7}
|
|
38
37
|
s.summary = %q{Simple wrapper for rsh cli command.}
|
|
39
38
|
s.test_files = [
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rsh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.1.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Pavel Argentov
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-10-
|
|
18
|
+
date: 2010-10-27 00:00:00 +04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
86
86
|
version: "0"
|
|
87
87
|
requirements: []
|
|
88
88
|
|
|
89
|
-
rubyforge_project:
|
|
89
|
+
rubyforge_project:
|
|
90
90
|
rubygems_version: 1.3.7
|
|
91
91
|
signing_key:
|
|
92
92
|
specification_version: 3
|