File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- === *unreleased*
1
+ === 1.0 Preview Release 2 (0.99.1) / 19 Apr 2008
2
2
3
3
* Don't try to select on closed IO streams [Jamis Buck]
4
4
Original file line number Diff line number Diff line change @@ -21,4 +21,3 @@ test/server_test.rb
21
21
test/session_actions_test.rb
22
22
test/session_test.rb
23
23
test/test_all.rb
24
- x.rb
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ class Version < Net::SSH::Version
10
10
MINOR = 99
11
11
12
12
# The tiny component of the library's version
13
- TINY = 0
13
+ TINY = 1
14
14
15
15
# The library's version as a Version instance
16
16
CURRENT = new ( MAJOR , MINOR , TINY )
17
17
18
18
# The library's version as a String instance
19
19
STRING = CURRENT . to_s
20
20
end
21
- end ; end ; end
21
+ end ; end ; end
You can’t perform that action at this time.
0 commit comments