remoting 0.2.8 → 0.2.10
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/README.md +1 -1
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/remoting.gemspec +2 -2
- metadata +4 -4
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Remoting
|
|
2
2
|
|
|
3
|
-
*Remoting* is a great way to turn plain rake tasks in scripts to administer the server
|
|
3
|
+
*Remoting* is a great way to turn plain rake tasks in scripts to administer the server remote. It provides a little framework to run remote commands over SSH along with a DSL to define remote scripts.
|
|
4
4
|
|
|
5
5
|
Install
|
|
6
6
|
|
data/Rakefile
CHANGED
|
@@ -18,7 +18,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
18
18
|
gem.homepage = "http://github.com/mcasimir/remoting"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Turn plain rake tasks in scripts to administer the server remote.}
|
|
21
|
-
gem.description = %Q{Remoting is a great way to turn plain rake tasks in scripts to administer the server remote. It provides a little framework to run
|
|
21
|
+
gem.description = %Q{Remoting is a great way to turn plain rake tasks in scripts to administer the server remote. It provides a little framework to run remote commands over SSH along with a DSL to define remote scripts.}
|
|
22
22
|
gem.email = "maurizio.cas@gmail.com"
|
|
23
23
|
gem.authors = ["mcasimir"]
|
|
24
24
|
# dependencies defined in Gemfile
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.10
|
data/remoting.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "remoting"
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.10"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["mcasimir"]
|
|
12
12
|
s.date = "2012-05-08"
|
|
13
|
-
s.description = "Remoting is a great way to turn plain rake tasks in scripts to administer the server remote. It provides a little framework to run
|
|
13
|
+
s.description = "Remoting is a great way to turn plain rake tasks in scripts to administer the server remote. It provides a little framework to run remote commands over SSH along with a DSL to define remote scripts."
|
|
14
14
|
s.email = "maurizio.cas@gmail.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: remoting
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.10
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -60,8 +60,8 @@ dependencies:
|
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: 1.8.3
|
|
62
62
|
description: Remoting is a great way to turn plain rake tasks in scripts to administer
|
|
63
|
-
the server remote. It provides a little framework to run
|
|
64
|
-
|
|
63
|
+
the server remote. It provides a little framework to run remote commands over SSH
|
|
64
|
+
along with a DSL to define remote scripts.
|
|
65
65
|
email: maurizio.cas@gmail.com
|
|
66
66
|
executables: []
|
|
67
67
|
extensions: []
|
|
@@ -105,7 +105,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
105
105
|
version: '0'
|
|
106
106
|
segments:
|
|
107
107
|
- 0
|
|
108
|
-
hash:
|
|
108
|
+
hash: 972379789793718090
|
|
109
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
none: false
|
|
111
111
|
requirements:
|