runssh 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +7 -1
  2. data/lib/runsshlib/version.rb +2 -1
  3. 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.
@@ -20,8 +20,9 @@ module RunSSHLib
20
20
  module Version
21
21
  MAJOR = 0
22
22
  MINOR = 4
23
- BUILD = 0
23
+ BUILD = 1
24
24
 
25
25
  STRING = [MAJOR, MINOR, BUILD].compact.join('.')
26
26
  end
27
27
  end
28
+
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: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 0
10
- version: 0.4.0
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-02 00:00:00 +03:00
18
+ date: 2011-05-03 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency