runssh 0.4.0 → 0.4.1
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.rdoc +7 -1
- data/lib/runsshlib/version.rb +2 -1
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -103,7 +103,10 @@ This program is distributed under the GPL v2 license.
|
|
103
103
|
* Enabled definition of (local) ssh tunneling. Currently only in the
|
104
104
|
+shell+ command.
|
105
105
|
|
106
|
-
=== 0.3
|
106
|
+
=== 0.4 (0.3)
|
107
|
+
(Originally this was meant to be 0.3 but I made a mistake in the version file
|
108
|
+
and there's no going back ...)
|
109
|
+
|
107
110
|
* The print subcommand now prints the local tunnel if defined.
|
108
111
|
* It's possible to bookmark (local) tunnels.
|
109
112
|
* Remote command are run with pseudo terminal (ssh -t) by default. Can be
|
@@ -126,6 +129,9 @@ This program is distributed under the GPL v2 license.
|
|
126
129
|
* Created cucumber features.
|
127
130
|
* Fixed tests to test features and not implementations.
|
128
131
|
|
132
|
+
=== 0.4.1
|
133
|
+
* Doc fixes regarding version skip.
|
134
|
+
|
129
135
|
== TODO
|
130
136
|
* Create a _proper_ zsh completion script.
|
131
137
|
* Add scp capabilities.
|
data/lib/runsshlib/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runssh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 0.4.
|
9
|
+
- 1
|
10
|
+
version: 0.4.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Haim Ashkenazi
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-05-
|
18
|
+
date: 2011-05-03 00:00:00 +03:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|