rumai 3.2.3 → 3.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/CREDITS CHANGED
@@ -13,11 +13,13 @@ Simon Hafner,
13
13
  Michael Andrus,
14
14
  Nathan Neff,
15
15
  [Gigamo],
16
- [ghedamat]
16
+ [ghedamat],
17
+ [skirge]
17
18
 
18
19
  %# XXX: only link to these contributors because they do not have real names
19
20
  [Gigamo]: http://github.com/gigamo
20
21
  [ghedamat]: http://github.com/ghedamat
22
+ [skirge]: http://github.com/skirge
21
23
 
22
24
  %#----------------------------------------------------------------------------
23
25
  ## LICENSE
@@ -18,12 +18,12 @@ module Rumai
18
18
  ##
19
19
  # Number of this release of this project.
20
20
  #
21
- VERSION = "3.2.3"
21
+ VERSION = "3.2.4"
22
22
 
23
23
  ##
24
24
  # Date of this release of this project.
25
25
  #
26
- RELDATE = "2010-04-28"
26
+ RELDATE = "2010-06-06"
27
27
 
28
28
  ##
29
29
  # Description of this release of this project.
@@ -130,7 +130,7 @@ module Rumai
130
130
  @recv_buf.empty? || begin
131
131
  # check (in a non-blocking fashion) if
132
132
  # the stream has reply for us right now
133
- @stream.ungetc @stream.read_nonblock(1)
133
+ @stream.ungetc @stream.read_nonblock(1).unpack('C').first
134
134
  true
135
135
  rescue Errno::EAGAIN
136
136
  # the stream is empty
data/man.html CHANGED
@@ -2,88 +2,103 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv='content-type' value='text/html;charset=utf8'>
5
- <meta name='generator' value='Ronn/v0.5'>
5
+ <meta name='generator' value='Ronn/v0.5 (http://github.com/rtomayko/ronn)'>
6
6
  <title>rumai(1) - Ruby interface to the wmii window manager</title>
7
- <style type='text/css'>
8
- body {margin:0}
9
- #man, #man code, #man pre, #man tt, #man kbd, #man samp {
10
- font-family:consolas,monospace;
11
- font-size:16px;
12
- line-height:1.3;
13
- color:#343331;
14
- background:#fff; }
15
- #man { max-width:87ex; margin:0 3ex 1ex 1ex; text-align:justify; }
16
- #man div.man-navigation {
17
- position:fixed;
18
- top:0;
19
- left:91ex;
20
- height:100%;
21
- width:100%;
22
- padding:1ex 0 0 2ex;
23
- border-left:0.5ex solid #DCDCDC;
24
- background-color: #F5F5F5;
25
- }
26
- #man div.man-navigation a { display:block; margin-bottom:1.5ex }
27
- #man h1, #man h2, #man h3 { color:#232221;clear:left }
28
- #man h1 { font-size:28px; margin:15px 0 30px 0; text-align:center }
29
- #man h2 { font-size:18px; margin-bottom:0; margin-top:10px; line-height:1.3; }
30
- #man h3 { font-size:16px; margin:0 0 0 4ex; }
31
- #man p, #man ul, #man ol, #man dl, #man pre { margin:0 0 18px 0; }
32
- #man pre {
33
- color:#333231;
34
- background:#edeceb;
35
- padding:5px 7px;
36
- margin:0px 0 20px 0;
37
- border-left:2ex solid #ddd}
38
- #man pre + h2, #man pre + h3 {
39
- margin-top:22px;
40
- }
41
- #man h2 + pre, #man h3 + pre {
42
- margin-top:5px;
43
- }
44
- #man > p, #man > ul, #man > ol, #man > dl, #man > pre { margin-left:8ex; }
45
- #man dt { margin:0; clear:left }
46
- #man dt.flush { float:left; width:8ex }
47
- #man dd { margin:0 0 0 9ex }
48
- #man code, #man strong, #man b { font-weight:bold; color:#131211; }
49
- #man pre code { font-weight:normal; color:#232221; background:inherit }
50
- #man em, var, u {
51
- font-style:normal; color:#333231; border-bottom:1px solid #999; }
52
- #man h1.man-title { display:none; }
53
- #man ol.man, #man ol.man li { margin:2px 0 10px 0; padding:0;
54
- float:left; width:33%; list-style-type:none;
55
- text-transform:uppercase; font-size:18px; color:#999;
56
- letter-spacing:1px;}
57
- #man ol.man { width:100%; }
58
- #man ol.man li.tl { text-align:left }
59
- #man ol.man li.tc { text-align:center;letter-spacing:4px }
60
- #man ol.man li.tr { text-align:right; float: right }
61
- #man ol.man a { color:#999 }
62
- #man ol.man a:hover { color:#333231 }
63
- #man img { display:block; margin:auto }
7
+ <style type='text/css' media='all'>
8
+ /* STRUCTURE, INDENT, MARGINS */
9
+
10
+ body {margin:0}
11
+ #man {max-width:88ex;padding:0 2ex 1ex 2ex}
12
+
13
+ #man p, #man pre,
14
+ #man ul, #man ol, #man dl {margin:0 0 20px 0}
15
+ #man h2 {margin:10px 0 0 0}
16
+
17
+ #man > p, #man > pre,
18
+ #man > ul, #man > ol, #man > dl {margin-left:8ex}
19
+ #man h3 {margin:0 0 0 4ex}
20
+
21
+ #man dt {margin:0;clear:left}
22
+ #man dt.flush {float:left;width:8ex}
23
+ #man dd {margin:0 0 0 9ex}
24
+ #man h1, #man h2, #man h3, #man h4 {clear:left}
25
+
26
+ #man pre {margin-bottom:20px}
27
+ #man pre+h2, #man pre+h3 {margin-top:22px}
28
+ #man h2+pre, #man h3+pre {margin-top:5px}
29
+
30
+ #man img {display:block;margin:auto}
31
+ #man h1.man-title {display:none}
32
+
33
+ /* FONTS */
34
+
35
+ #man, #man code, #man pre,
36
+ #man tt, #man kbd, #man samp,
37
+ #man h3, #man h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
38
+ #man h2, #man ol.man {font-size:16px;line-height:1.25
39
+ }
40
+ #man h1 {font-size:20px;line-height:2}
41
+
42
+ /* TEXT STYLES */
43
+
44
+ #man {text-align:justify;background:#fff}
45
+ #man, #man code, #man pre, #man pre code,
46
+ #man tt, #man kbd, #man samp {color:#131211}
47
+ #man h1, #man h2, #man h3, #man h4 {color:#030201}
48
+ #man ol.man, #man ol.man li {color:#636261}
49
+
50
+ #man code, #man strong, #man b {font-weight:bold;color:#131211}
51
+
52
+ #man em, #man var, #man u {font-style:italic;color:#434241;text-decoration:none}
53
+
54
+ #man pre {background:#edeceb;padding:5px 1ex;border-left:1ex solid #ddd}
55
+ #man pre code {font-weight:normal;background:inherit}
56
+
57
+ /* DOCUMENT HEADER AND FOOTER AREAS */
58
+
59
+ #man ol.man, #man ol.man li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
60
+ #man ol.man {width:100%}
61
+ #man ol.man li.tl {text-align:left}
62
+ #man ol.man li.tc {text-align:center;letter-spacing:4px}
63
+ #man ol.man li.tr {text-align:right;float:right}
64
+
65
+ /* SECTION TOC NAVIGATION */
66
+
67
+ #man div.man-navigation {position:fixed;top:0;left:96ex;height:100%;width:100%;padding:1ex 0 0 2ex;border-left:0.25ex solid #DCDCDC;background-color: #F5F5F5}
68
+ #man div.man-navigation a {display:block;margin-bottom:1.5ex}
64
69
  </style>
65
70
  <style type='text/css' media='print'>
66
- #man { max-width:none }
67
- #man div.man-navigation { display:none }
68
- #man a[href]:not([href^="#"]):not([data-bare-link]):after {
69
- content:" " attr(href);
70
- }
71
+ #man {max-width:none}
72
+ #man div.man-navigation {display:none}
73
+ #man a[href]:not([href^="#"]):not([data-bare-link]):after {content:" " attr(href)}
71
74
  </style>
72
75
  </head>
73
- <body>
74
- <div id='man'>
75
-
76
- <div class='man-navigation'><a href='#NAME'>NAME</a> <a href='#SYNOPSIS'>SYNOPSIS</a> <a href='#DESCRIPTION'>DESCRIPTION</a> <a href='#OPTIONS'>OPTIONS</a> <a href='#EXAMPLES'>EXAMPLES</a> <a href='#HACKING'>HACKING</a> <a href='#VERSIONS'>VERSIONS</a> <a href='#AUTHORS'>AUTHORS</a> <a href='#CREDITS'>CREDITS</a> <a href='#LICENSE'>LICENSE</a> <a href='#SEE-ALSO'>SEE ALSO</a></div>
77
-
78
- <h1 class='man-title'>rumai(1)</h1>
79
-
80
- <ol class='head man'>
81
- <li class='tl'>rumai(1)</li>
82
- <li class='tc'>Version 3.2.3</li>
83
- <li class='tr'>rumai(1)</li>
84
- </ol>
85
-
86
- <h2 id='NAME'>NAME</h2>
76
+ <body id='manpage'>
77
+ <div id='man'>
78
+
79
+ <div class='man-navigation'>
80
+ <a href="#NAME">NAME</a>
81
+ <a href="#SYNOPSIS">SYNOPSIS</a>
82
+ <a href="#DESCRIPTION">DESCRIPTION</a>
83
+ <a href="#OPTIONS">OPTIONS</a>
84
+ <a href="#EXAMPLES">EXAMPLES</a>
85
+ <a href="#HACKING">HACKING</a>
86
+ <a href="#VERSIONS">VERSIONS</a>
87
+ <a href="#AUTHORS">AUTHORS</a>
88
+ <a href="#CREDITS">CREDITS</a>
89
+ <a href="#LICENSE">LICENSE</a>
90
+ <a href="#SEE-ALSO">SEE ALSO</a>
91
+ </div>
92
+
93
+ <h1 class='man-title'>rumai(1)</h1>
94
+
95
+ <ol class='man head'>
96
+ <li class='tl'>rumai(1)</li>
97
+ <li class='tc'>Version 3.2.4</li>
98
+ <li class='tr'>rumai(1)</li>
99
+ </ol>
100
+
101
+ <h2 id='NAME'>NAME</h2>
87
102
  <p><code>rumai</code> - Ruby interface to the wmii window manager</p>
88
103
 
89
104
  <p>Rumai is a pure <a href="http://ruby-lang.org">Ruby</a> interface to the <a href="http://wmii.suckless.org">wmii</a> window manager. Its name is a
@@ -522,6 +537,19 @@ in the <code>test/test_helper.rb</code> file.</p>
522
537
 
523
538
  <p>This section contains release notes of current and past releases.</p>
524
539
 
540
+ <h3 id="Version-3-2-4-2010-06-06-">Version 3.2.4 (2010-06-06)</h3>
541
+
542
+ <p>This release fixes an IXP transport layer bug under Ruby 1.8.7.</p>
543
+
544
+ <p>Bug fixes:</p>
545
+
546
+ <ul>
547
+ <li><p><code>IO#ungetc</code> does not accept a one-character string in Ruby 1.8.7.</p>
548
+
549
+ <p>Thanks to <a href="http://github.com/skirge">skirge</a> for reporting <a href="http://github.com/sunaku/rumai/issues/3">this issue</a>.</p></li>
550
+ </ul>
551
+
552
+
525
553
  <h3 id="Version-3-2-3-2010-04-28-">Version 3.2.3 (2010-04-28)</h3>
526
554
 
527
555
  <p>This release adds a UNIX manual page and requires wmii 3.9 or newer.</p>
@@ -876,13 +904,14 @@ Simon Hafner,
876
904
  Michael Andrus,
877
905
  Nathan Neff,
878
906
  <a href="http://github.com/gigamo">Gigamo</a>,
879
- <a href="http://github.com/ghedamat">ghedamat</a></p>
907
+ <a href="http://github.com/ghedamat">ghedamat</a>,
908
+ <a href="http://github.com/skirge">skirge</a></p>
880
909
 
881
910
  <h2 id="LICENSE">LICENSE</h2>
882
911
 
883
912
  <p>(the ISC license)</p>
884
913
 
885
- <p>Copyright 2006 Suraj N. Kurapati <a href="&#x6d;&#97;&#105;&#108;&#x74;&#x6f;&#58;&#x73;&#117;&#110;&#97;&#x6b;&#117;&#64;&#103;&#109;&#97;&#105;&#x6c;&#46;&#x63;&#x6f;&#109;" data-bare-link="true">&#115;&#x75;&#110;&#x61;&#107;&#117;&#x40;&#x67;&#x6d;&#x61;&#x69;&#x6c;&#46;&#x63;&#x6f;&#109;</a></p>
914
+ <p>Copyright 2006 Suraj N. Kurapati <a href="&#x6d;&#97;&#x69;&#108;&#116;&#111;&#58;&#115;&#117;&#x6e;&#x61;&#x6b;&#x75;&#64;&#x67;&#109;&#x61;&#105;&#x6c;&#46;&#x63;&#111;&#109;" data-bare-link="true">&#x73;&#x75;&#x6e;&#x61;&#x6b;&#x75;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;</a></p>
886
915
 
887
916
  <p>Permission to use, copy, modify, and/or distribute this software for any
888
917
  purpose with or without fee is hereby granted, provided that the above
@@ -903,12 +932,12 @@ wmiir(1),
903
932
  wmii(1)</p>
904
933
 
905
934
 
906
- <ol class='foot man'>
907
- <li class='tl'></li>
908
- <li class='tc'>April 2010</li>
909
- <li class='tr'>rumai(1)</li>
910
- </ol>
935
+ <ol class='man foot'>
936
+ <li class='tl'></li>
937
+ <li class='tc'>June 2010</li>
938
+ <li class='tr'>rumai(1)</li>
939
+ </ol>
911
940
 
912
- </div>
941
+ </div>
913
942
  </body>
914
943
  </html>
Binary file
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 2
8
- - 3
9
- version: 3.2.3
8
+ - 4
9
+ version: 3.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Suraj N. Kurapati
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-28 00:00:00 -07:00
17
+ date: 2010-06-06 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency