rumai 2.0.2 → 2.1.0

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.
Files changed (167) hide show
  1. data/CREDITS +2 -0
  2. data/bin/rumai +20 -8
  3. data/doc/api/classes/IO.html +72 -0
  4. data/doc/api/classes/Integer.html +110 -0
  5. data/doc/api/classes/Object.html +60 -0
  6. data/doc/api/classes/Rumai.html +867 -0
  7. data/doc/api/classes/Rumai/Area.html +836 -0
  8. data/doc/api/classes/Rumai/Chain.html +197 -0
  9. data/doc/api/classes/Rumai/Client.html +865 -0
  10. data/doc/api/classes/Rumai/ClientContainer.html +191 -0
  11. data/doc/api/classes/Rumai/ExportInstanceMethods.html +69 -0
  12. data/doc/api/classes/Rumai/IXP.html +131 -0
  13. data/doc/api/classes/Rumai/IXP/Agent.html +836 -0
  14. data/doc/api/classes/Rumai/IXP/Agent/FidStream.html +456 -0
  15. data/doc/api/classes/Rumai/IXP/Agent/MODES.html +108 -0
  16. data/doc/api/classes/Rumai/IXP/Agent/RangedPool.html +241 -0
  17. data/doc/api/classes/Rumai/IXP/Error.html +67 -0
  18. data/doc/api/classes/Rumai/IXP/Fcall.html +323 -0
  19. data/doc/api/classes/Rumai/IXP/Qid.html +153 -0
  20. data/doc/api/classes/Rumai/IXP/Rattach.html +67 -0
  21. data/doc/api/classes/Rumai/IXP/Rauth.html +67 -0
  22. data/doc/api/classes/Rumai/IXP/Rclunk.html +67 -0
  23. data/doc/api/classes/Rumai/IXP/Rcreate.html +67 -0
  24. data/doc/api/classes/Rumai/IXP/Rerror.html +67 -0
  25. data/doc/api/classes/Rumai/IXP/Rflush.html +67 -0
  26. data/doc/api/classes/Rumai/IXP/Ropen.html +67 -0
  27. data/doc/api/classes/Rumai/IXP/Rread.html +67 -0
  28. data/doc/api/classes/Rumai/IXP/Rremove.html +67 -0
  29. data/doc/api/classes/Rumai/IXP/Rstat.html +67 -0
  30. data/doc/api/classes/Rumai/IXP/Rversion.html +67 -0
  31. data/doc/api/classes/Rumai/IXP/Rwalk.html +67 -0
  32. data/doc/api/classes/Rumai/IXP/Rwrite.html +67 -0
  33. data/doc/api/classes/Rumai/IXP/Rwstat.html +67 -0
  34. data/doc/api/classes/Rumai/IXP/Stat.html +252 -0
  35. data/doc/api/classes/Rumai/IXP/Stream.html +131 -0
  36. data/doc/api/classes/Rumai/IXP/Struct.html +315 -0
  37. data/doc/api/classes/Rumai/IXP/Struct/Field.html +415 -0
  38. data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html +153 -0
  39. data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html +104 -0
  40. data/doc/api/classes/Rumai/IXP/Tattach.html +68 -0
  41. data/doc/api/classes/Rumai/IXP/Tauth.html +67 -0
  42. data/doc/api/classes/Rumai/IXP/Tclunk.html +67 -0
  43. data/doc/api/classes/Rumai/IXP/Tcreate.html +68 -0
  44. data/doc/api/classes/Rumai/IXP/Terror.html +110 -0
  45. data/doc/api/classes/Rumai/IXP/Tflush.html +67 -0
  46. data/doc/api/classes/Rumai/IXP/Topen.html +165 -0
  47. data/doc/api/classes/Rumai/IXP/Tread.html +67 -0
  48. data/doc/api/classes/Rumai/IXP/Tremove.html +67 -0
  49. data/doc/api/classes/Rumai/IXP/Tstat.html +67 -0
  50. data/doc/api/classes/Rumai/IXP/Tversion.html +86 -0
  51. data/doc/api/classes/Rumai/IXP/Twalk.html +68 -0
  52. data/doc/api/classes/Rumai/IXP/Twrite.html +68 -0
  53. data/doc/api/classes/Rumai/IXP/Twstat.html +67 -0
  54. data/doc/api/classes/Rumai/Node.html +817 -0
  55. data/doc/api/classes/Rumai/View.html +818 -0
  56. data/doc/api/classes/Rumai/WidgetImpl.html +65 -0
  57. data/doc/api/classes/Rumai/WidgetNode.html +68 -0
  58. data/doc/api/classes/String.html +163 -0
  59. data/doc/api/classes/StringIO.html +72 -0
  60. data/doc/api/classes/Time.html +156 -0
  61. data/doc/api/created.rid +1 -0
  62. data/doc/api/css/main.css +263 -0
  63. data/doc/api/css/panel.css +383 -0
  64. data/doc/api/css/reset.css +53 -0
  65. data/doc/api/files/CREDITS.html +64 -0
  66. data/doc/api/files/LICENSE.html +76 -0
  67. data/doc/api/files/lib/rumai/fs_rb.html +75 -0
  68. data/doc/api/files/lib/rumai/ixp/message_rb.html +91 -0
  69. data/doc/api/files/lib/rumai/ixp/transport_rb.html +75 -0
  70. data/doc/api/files/lib/rumai/ixp_rb.html +69 -0
  71. data/doc/api/files/lib/rumai/wm_rb.html +77 -0
  72. data/doc/api/files/lib/rumai_rb.html +65 -0
  73. data/doc/api/i/arrows.png +0 -0
  74. data/doc/api/i/results_bg.png +0 -0
  75. data/doc/api/i/tree_bg.png +0 -0
  76. data/doc/api/index.html +14 -18
  77. data/doc/api/js/jquery-1.3.2.min.js +19 -0
  78. data/doc/api/js/jquery-effect.js +593 -0
  79. data/doc/api/js/main.js +22 -0
  80. data/doc/api/js/searchdoc.js +605 -0
  81. data/doc/api/panel/index.html +63 -0
  82. data/doc/api/panel/search_index.js +1 -0
  83. data/doc/api/panel/tree.js +1 -0
  84. data/doc/history.erb +41 -16
  85. data/doc/index.erb +14 -11
  86. data/doc/index.xhtml +519 -846
  87. data/doc/intro.erb +33 -32
  88. data/doc/setup.erb +14 -13
  89. data/doc/usage.erb +69 -35
  90. data/lib/rumai.rb +13 -5
  91. data/lib/rumai/fs.rb +71 -27
  92. data/lib/rumai/ixp.rb +4 -0
  93. data/lib/rumai/ixp/message.rb +178 -81
  94. data/lib/rumai/ixp/transport.rb +144 -91
  95. data/lib/rumai/wm.rb +717 -593
  96. data/rakefile +14 -0
  97. data/test/rumai/ixp/message.rb +42 -54
  98. metadata +110 -89
  99. data/Rakefile +0 -8
  100. data/doc/api/IO.html +0 -53
  101. data/doc/api/Integer.html +0 -102
  102. data/doc/api/Object.html +0 -23
  103. data/doc/api/Rumai.html +0 -1218
  104. data/doc/api/Rumai/Area.html +0 -1088
  105. data/doc/api/Rumai/Chain.html +0 -230
  106. data/doc/api/Rumai/Client.html +0 -1264
  107. data/doc/api/Rumai/ClientContainer.html +0 -227
  108. data/doc/api/Rumai/ExportInstMethods.html +0 -115
  109. data/doc/api/Rumai/IXP.html +0 -23
  110. data/doc/api/Rumai/IXP/Agent.html +0 -1222
  111. data/doc/api/Rumai/IXP/Agent/FidStream.html +0 -602
  112. data/doc/api/Rumai/IXP/Agent/RangedPool.html +0 -263
  113. data/doc/api/Rumai/IXP/Error.html +0 -32
  114. data/doc/api/Rumai/IXP/Fcall.html +0 -398
  115. data/doc/api/Rumai/IXP/Qid.html +0 -99
  116. data/doc/api/Rumai/IXP/Rattach.html +0 -71
  117. data/doc/api/Rumai/IXP/Rauth.html +0 -71
  118. data/doc/api/Rumai/IXP/Rclunk.html +0 -71
  119. data/doc/api/Rumai/IXP/Rcreate.html +0 -71
  120. data/doc/api/Rumai/IXP/Rerror.html +0 -71
  121. data/doc/api/Rumai/IXP/Rflush.html +0 -71
  122. data/doc/api/Rumai/IXP/Ropen.html +0 -71
  123. data/doc/api/Rumai/IXP/Rread.html +0 -71
  124. data/doc/api/Rumai/IXP/Rremove.html +0 -71
  125. data/doc/api/Rumai/IXP/Rstat.html +0 -71
  126. data/doc/api/Rumai/IXP/Rversion.html +0 -71
  127. data/doc/api/Rumai/IXP/Rwalk.html +0 -71
  128. data/doc/api/Rumai/IXP/Rwrite.html +0 -71
  129. data/doc/api/Rumai/IXP/Rwstat.html +0 -71
  130. data/doc/api/Rumai/IXP/Stat.html +0 -188
  131. data/doc/api/Rumai/IXP/Stream.html +0 -112
  132. data/doc/api/Rumai/IXP/Struct.html +0 -348
  133. data/doc/api/Rumai/IXP/Struct/ClassField.html +0 -177
  134. data/doc/api/Rumai/IXP/Struct/Field.html +0 -549
  135. data/doc/api/Rumai/IXP/Struct/Field/CounteeField.html +0 -175
  136. data/doc/api/Rumai/IXP/Struct/Field/CounterField.html +0 -95
  137. data/doc/api/Rumai/IXP/Struct/Integer8Field.html +0 -181
  138. data/doc/api/Rumai/IXP/Struct/StringField.html +0 -128
  139. data/doc/api/Rumai/IXP/Tattach.html +0 -71
  140. data/doc/api/Rumai/IXP/Tauth.html +0 -71
  141. data/doc/api/Rumai/IXP/Tclunk.html +0 -71
  142. data/doc/api/Rumai/IXP/Tcreate.html +0 -71
  143. data/doc/api/Rumai/IXP/Terror.html +0 -156
  144. data/doc/api/Rumai/IXP/Tflush.html +0 -71
  145. data/doc/api/Rumai/IXP/Topen.html +0 -113
  146. data/doc/api/Rumai/IXP/Tread.html +0 -71
  147. data/doc/api/Rumai/IXP/Tremove.html +0 -71
  148. data/doc/api/Rumai/IXP/Tstat.html +0 -71
  149. data/doc/api/Rumai/IXP/Tversion.html +0 -83
  150. data/doc/api/Rumai/IXP/Twalk.html +0 -71
  151. data/doc/api/Rumai/IXP/Twrite.html +0 -71
  152. data/doc/api/Rumai/IXP/Twstat.html +0 -71
  153. data/doc/api/Rumai/Node.html +0 -1139
  154. data/doc/api/Rumai/View.html +0 -1280
  155. data/doc/api/Rumai/WidgetImpl.html +0 -196
  156. data/doc/api/Rumai/WidgetNode.html +0 -184
  157. data/doc/api/String.html +0 -180
  158. data/doc/api/StringIO.html +0 -53
  159. data/doc/api/Time.html +0 -175
  160. data/doc/api/all-methods.html +0 -1436
  161. data/doc/api/all-namespaces.html +0 -140
  162. data/doc/api/app.js +0 -18
  163. data/doc/api/jquery.js +0 -11
  164. data/doc/api/readme.html +0 -38
  165. data/doc/api/style.css +0 -68
  166. data/doc/api/syntax_highlight.css +0 -21
  167. data/doc/theory.erb +0 -3
@@ -0,0 +1,14 @@
1
+ #--
2
+ # Copyright 2009 Suraj N. Kurapati
3
+ # See the LICENSE file for details.
4
+ #++
5
+
6
+ require 'rubygems'
7
+ gem 'inochi', '~> 1'
8
+ require 'inochi'
9
+
10
+ Inochi.rake :Rumai,
11
+ :rubyforge_project => 'sunaku',
12
+ :upload_target => File.expand_path('~/www/lib/rumai/'),
13
+ :upload_delete => true,
14
+ :test_with => :dfect
@@ -1,23 +1,14 @@
1
+ #--
2
+ # Copyright 2007 Suraj N. Kurapati
3
+ # See the LICENSE file for details.
4
+ #++
5
+
1
6
  require 'pp' if $DEBUG
2
7
 
3
- ##
4
- # XXX: using an explicit class instead of Kernel#describe()
5
- # because, in Ruby 1.8, constants referenced in the blocks
6
- # are resolved in the scope where the block was defined, not
7
- # inside the class in which the block is being class_eval()ed.
8
- #
9
- # Thankfully, this bug is fixed in Ruby 1.9! :-)
10
- # See this article for examples and proof:
11
- # http://www.pgrs.net/2007/9/12/ruby-constants-have-weird-behavior-in-class_eval/
12
- #
13
- #
14
- # NOTE: this affects us because miniunit's Kernel#describe()
15
- # method evaluates its block using class_eval()
16
- #
17
- class The_IXP_library < MiniTest::Spec
8
+ class << Object.new
18
9
  include Rumai::IXP
19
10
 
20
- before do
11
+ D .< do
21
12
  unless defined? @conn
22
13
  # connect to the wmii IXP server
23
14
  require 'socket'
@@ -36,12 +27,12 @@ class The_IXP_library < MiniTest::Spec
36
27
  :msize => Tversion::MSIZE,
37
28
  :version => Tversion::VERSION
38
29
  ) do |req, rsp|
39
- rsp.type.must_equal Rversion.type
40
- rsp.version.must_equal req.version
30
+ T { rsp.type == Rversion.type }
31
+ T { rsp.version == req.version }
41
32
  end
42
33
  end
43
34
 
44
- it 'can read a directory' do
35
+ D 'can read a directory' do
45
36
  transaction 'attach to FS root', Tattach.new(
46
37
  :tag => 0,
47
38
  :fid => 0,
@@ -49,14 +40,14 @@ class The_IXP_library < MiniTest::Spec
49
40
  :uname => ENV['USER'],
50
41
  :aname => ''
51
42
  ) do |req, rsp|
52
- rsp.type.must_equal Rattach.type
43
+ T { rsp.type == Rattach.type }
53
44
  end
54
45
 
55
46
  transaction 'stat FS root', Tstat.new(
56
47
  :tag => 0,
57
48
  :fid => 0
58
49
  ) do |req, rsp|
59
- rsp.type.must_equal Rstat.type
50
+ T { rsp.type == Rstat.type }
60
51
  end
61
52
 
62
53
  transaction 'open the FS root for reading', Topen.new(
@@ -64,7 +55,7 @@ class The_IXP_library < MiniTest::Spec
64
55
  :fid => 0,
65
56
  :mode => Topen::OREAD
66
57
  ) do |req, rsp|
67
- rsp.type.must_equal Ropen.type
58
+ T { rsp.type == Ropen.type }
68
59
  end
69
60
 
70
61
  transaction 'fetch a Stat for every file in FS root', Tread.new(
@@ -73,15 +64,17 @@ class The_IXP_library < MiniTest::Spec
73
64
  :offset => 0,
74
65
  :count => Tversion::MSIZE
75
66
  ) do |req, rsp|
76
- rsp.type.must_equal Rread.type
67
+ T { rsp.type == Rread.type }
77
68
 
78
69
  if $DEBUG
79
70
  s = StringIO.new(rsp.data, 'r')
80
71
  a = []
72
+
81
73
  until s.eof?
82
74
  t = Stat.from_9p(s)
83
75
  a << t
84
76
  end
77
+
85
78
  pp a
86
79
  end
87
80
  end
@@ -90,7 +83,7 @@ class The_IXP_library < MiniTest::Spec
90
83
  :tag => 0,
91
84
  :fid => 0
92
85
  ) do |req, rsp|
93
- rsp.type.must_equal Rclunk.type
86
+ T { rsp.type == Rclunk.type }
94
87
  end
95
88
 
96
89
  transaction 'closed fid should not be readable', Tread.new(
@@ -99,11 +92,11 @@ class The_IXP_library < MiniTest::Spec
99
92
  :offset => 0,
100
93
  :count => Tversion::MSIZE
101
94
  ) do |req, rsp|
102
- rsp.type.must_equal Rerror.type
95
+ T { rsp.type == Rerror.type }
103
96
  end
104
97
  end
105
98
 
106
- it 'can read & write a file' do
99
+ D 'can read & write a file' do
107
100
  transaction 'attach to /', Tattach.new(
108
101
  :tag => 0,
109
102
  :fid => 0,
@@ -111,7 +104,7 @@ class The_IXP_library < MiniTest::Spec
111
104
  :uname => ENV['USER'],
112
105
  :aname => ''
113
106
  ) do |req, rsp|
114
- rsp.type.must_equal Rattach.type
107
+ T { rsp.type == Rattach.type }
115
108
  end
116
109
 
117
110
  file = %W[rbar temp#{$$}]
@@ -124,7 +117,7 @@ class The_IXP_library < MiniTest::Spec
124
117
  :newfid => 1,
125
118
  :wname => root
126
119
  ) do |req, rsp|
127
- rsp.type.must_equal Rwalk.type
120
+ T { rsp.type == Rwalk.type }
128
121
  end
129
122
 
130
123
  transaction "create #{leaf.inspect}", Tcreate.new(
@@ -134,14 +127,14 @@ class The_IXP_library < MiniTest::Spec
134
127
  :perm => 0644,
135
128
  :mode => Topen::ORDWR
136
129
  ) do |req, rsp|
137
- rsp.type.must_equal Rcreate.type
130
+ T { rsp.type == Rcreate.type }
138
131
  end
139
132
 
140
133
  transaction "close the fid for #{root.inspect}", Tclunk.new(
141
134
  :tag => 0,
142
135
  :fid => 1
143
136
  ) do |req, rsp|
144
- rsp.type.must_equal Rclunk.type
137
+ T { rsp.type == Rclunk.type }
145
138
  end
146
139
 
147
140
  transaction "walk to #{file.inspect} from /", Twalk.new(
@@ -150,14 +143,14 @@ class The_IXP_library < MiniTest::Spec
150
143
  :newfid => 1,
151
144
  :wname => file
152
145
  ) do |req, rsp|
153
- rsp.type.must_equal Rwalk.type
146
+ T { rsp.type == Rwalk.type }
154
147
  end
155
148
 
156
149
  transaction 'close the fid for /', Tclunk.new(
157
150
  :tag => 0,
158
151
  :fid => 0
159
152
  ) do |req, rsp|
160
- rsp.type.must_equal Rclunk.type
153
+ T { rsp.type == Rclunk.type }
161
154
  end
162
155
 
163
156
  transaction "open #{file.inspect} for writing", Topen.new(
@@ -165,7 +158,7 @@ class The_IXP_library < MiniTest::Spec
165
158
  :fid => 1,
166
159
  :mode => Topen::ORDWR
167
160
  ) do |req, rsp|
168
- rsp.type.must_equal Ropen.type
161
+ T { rsp.type == Ropen.type }
169
162
  end
170
163
 
171
164
  write_req, write_rsp = transaction "write to #{file.inspect}", Twrite.new(
@@ -174,8 +167,8 @@ class The_IXP_library < MiniTest::Spec
174
167
  :offset => 0,
175
168
  :data => "hello world!!!"
176
169
  ) do |req, rsp|
177
- rsp.type.must_equal Rwrite.type
178
- rsp.count.must_equal req.data.length, 'count man?'
170
+ T { rsp.type == Rwrite.type }
171
+ T { rsp.count == req.data.length }
179
172
  end
180
173
 
181
174
  transaction "verify stuff was written to #{file.inspect}", Tread.new(
@@ -184,29 +177,29 @@ class The_IXP_library < MiniTest::Spec
184
177
  :offset => 0,
185
178
  :count => write_rsp.count
186
179
  ) do |req, rsp|
187
- rsp.type.must_equal Rread.type
188
- rsp.data.must_equal write_req.data
180
+ T { rsp.type == Rread.type }
181
+ T { rsp.data == write_req.data }
189
182
  end
190
183
 
191
184
  transaction "remove #{file.inspect}", Tremove.new(
192
185
  :tag => 0,
193
186
  :fid => 1
194
187
  ) do |req, rsp|
195
- rsp.type.must_equal Rremove.type
188
+ T { rsp.type == Rremove.type }
196
189
  end
197
190
 
198
191
  transaction "fid for #{file.inspect} should have been closed by Tremove", Tclunk.new(
199
192
  :tag => 0,
200
193
  :fid => 1
201
194
  ) do |req, rsp|
202
- rsp.type.must_equal Rerror.type
195
+ T { rsp.type == Rerror.type }
203
196
  end
204
197
  end
205
198
 
206
- private
207
-
199
+ ##
208
200
  # Transmits the given request and returns the received response.
209
- def send_and_recv request
201
+ #
202
+ def self.send_and_recv request
210
203
  # send the request
211
204
  if $DEBUG
212
205
  puts
@@ -226,24 +219,19 @@ class The_IXP_library < MiniTest::Spec
226
219
  end
227
220
 
228
221
  if response.type == Rerror.type
229
- response.must_be_kind_of Rerror
222
+ T { response.kind_of? Rerror }
230
223
  else
231
- response.type.must_equal request.type + 1
224
+ T { response.type == request.type + 1 }
232
225
  end
233
226
 
234
- response.tag.must_equal request.tag
227
+ T { response.tag == request.tag }
235
228
 
236
229
  response
237
230
  end
238
231
 
239
- def transaction description, request
240
- begin
241
- response = send_and_recv(request)
242
- yield request, response if block_given?
243
- [request, response]
244
- rescue MiniTest::Assertion => e
245
- e.message << "\n\n\t task: #{description}\n\n\t with: #{request.class}"
246
- raise e
247
- end
232
+ def self.transaction description, request
233
+ response = send_and_recv(request)
234
+ yield request, response if block_given?
235
+ [request, response]
248
236
  end
249
237
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumai
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suraj N. Kurapati
@@ -9,9 +9,29 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-26 00:00:00 -08:00
12
+ date: 2009-05-09 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: :dfect
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: inochi
27
+ type: :development
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: "1"
34
+ version:
15
35
  - !ruby/object:Gem::Dependency
16
36
  name: inochi
17
37
  type: :runtime
@@ -20,7 +40,7 @@ dependencies:
20
40
  requirements:
21
41
  - - ~>
22
42
  - !ruby/object:Gem::Version
23
- version: "0"
43
+ version: "1"
24
44
  version:
25
45
  description: Ruby interface to the wmii window manager
26
46
  email: sunaku@gmail.com
@@ -31,107 +51,108 @@ extensions: []
31
51
  extra_rdoc_files: []
32
52
 
33
53
  files:
34
- - test
35
- - test/rumai
36
- - test/rumai/ixp
54
+ - CREDITS
55
+ - rakefile
37
56
  - test/rumai/ixp/message.rb
38
- - lib
39
57
  - lib/rumai.rb
40
- - lib/rumai
41
58
  - lib/rumai/fs.rb
42
59
  - lib/rumai/wm.rb
43
60
  - lib/rumai/ixp.rb
44
- - lib/rumai/ixp
45
61
  - lib/rumai/ixp/transport.rb
46
62
  - lib/rumai/ixp/message.rb
47
- - Rakefile
48
- - bin
49
63
  - bin/rumai
50
64
  - LICENSE
51
- - doc
52
65
  - doc/intro.erb
53
66
  - doc/setup.erb
54
- - doc/theory.erb
55
67
  - doc/index.xhtml
56
- - doc/api
57
- - doc/api/Time.html
58
- - doc/api/syntax_highlight.css
59
- - doc/api/Integer.html
60
- - doc/api/Rumai
61
- - doc/api/Rumai/IXP.html
62
- - doc/api/Rumai/Client.html
63
- - doc/api/Rumai/ExportInstMethods.html
64
- - doc/api/Rumai/ClientContainer.html
65
- - doc/api/Rumai/WidgetNode.html
66
- - doc/api/Rumai/Chain.html
67
- - doc/api/Rumai/Area.html
68
- - doc/api/Rumai/IXP
69
- - doc/api/Rumai/IXP/Rclunk.html
70
- - doc/api/Rumai/IXP/Rflush.html
71
- - doc/api/Rumai/IXP/Tauth.html
72
- - doc/api/Rumai/IXP/Fcall.html
73
- - doc/api/Rumai/IXP/Tcreate.html
74
- - doc/api/Rumai/IXP/Rauth.html
75
- - doc/api/Rumai/IXP/Qid.html
76
- - doc/api/Rumai/IXP/Tread.html
77
- - doc/api/Rumai/IXP/Rcreate.html
78
- - doc/api/Rumai/IXP/Tattach.html
79
- - doc/api/Rumai/IXP/Rremove.html
80
- - doc/api/Rumai/IXP/Rerror.html
81
- - doc/api/Rumai/IXP/Struct.html
82
- - doc/api/Rumai/IXP/Struct
83
- - doc/api/Rumai/IXP/Struct/Integer8Field.html
84
- - doc/api/Rumai/IXP/Struct/Field
85
- - doc/api/Rumai/IXP/Struct/Field/CounteeField.html
86
- - doc/api/Rumai/IXP/Struct/Field/CounterField.html
87
- - doc/api/Rumai/IXP/Struct/ClassField.html
88
- - doc/api/Rumai/IXP/Struct/Field.html
89
- - doc/api/Rumai/IXP/Struct/StringField.html
90
- - doc/api/Rumai/IXP/Tstat.html
91
- - doc/api/Rumai/IXP/Rstat.html
92
- - doc/api/Rumai/IXP/Stream.html
93
- - doc/api/Rumai/IXP/Stat.html
94
- - doc/api/Rumai/IXP/Rwstat.html
95
- - doc/api/Rumai/IXP/Terror.html
96
- - doc/api/Rumai/IXP/Rwrite.html
97
- - doc/api/Rumai/IXP/Twstat.html
98
- - doc/api/Rumai/IXP/Twrite.html
99
- - doc/api/Rumai/IXP/Topen.html
100
- - doc/api/Rumai/IXP/Twalk.html
101
- - doc/api/Rumai/IXP/Tversion.html
102
- - doc/api/Rumai/IXP/Tflush.html
103
- - doc/api/Rumai/IXP/Rread.html
104
- - doc/api/Rumai/IXP/Tremove.html
105
- - doc/api/Rumai/IXP/Agent
106
- - doc/api/Rumai/IXP/Agent/FidStream.html
107
- - doc/api/Rumai/IXP/Agent/RangedPool.html
108
- - doc/api/Rumai/IXP/Rwalk.html
109
- - doc/api/Rumai/IXP/Agent.html
110
- - doc/api/Rumai/IXP/Error.html
111
- - doc/api/Rumai/IXP/Tclunk.html
112
- - doc/api/Rumai/IXP/Ropen.html
113
- - doc/api/Rumai/IXP/Rversion.html
114
- - doc/api/Rumai/IXP/Rattach.html
115
- - doc/api/Rumai/Node.html
116
- - doc/api/Rumai/WidgetImpl.html
117
- - doc/api/Rumai/View.html
118
- - doc/api/style.css
119
- - doc/api/jquery.js
120
- - doc/api/all-methods.html
121
- - doc/api/Object.html
122
- - doc/api/app.js
123
- - doc/api/String.html
124
- - doc/api/readme.html
125
- - doc/api/StringIO.html
126
- - doc/api/all-namespaces.html
68
+ - doc/api/classes/Time.html
69
+ - doc/api/classes/Integer.html
70
+ - doc/api/classes/Rumai/ExportInstanceMethods.html
71
+ - doc/api/classes/Rumai/IXP.html
72
+ - doc/api/classes/Rumai/Client.html
73
+ - doc/api/classes/Rumai/ClientContainer.html
74
+ - doc/api/classes/Rumai/WidgetNode.html
75
+ - doc/api/classes/Rumai/Chain.html
76
+ - doc/api/classes/Rumai/Area.html
77
+ - doc/api/classes/Rumai/IXP/Rclunk.html
78
+ - doc/api/classes/Rumai/IXP/Rflush.html
79
+ - doc/api/classes/Rumai/IXP/Tauth.html
80
+ - doc/api/classes/Rumai/IXP/Fcall.html
81
+ - doc/api/classes/Rumai/IXP/Tcreate.html
82
+ - doc/api/classes/Rumai/IXP/Rauth.html
83
+ - doc/api/classes/Rumai/IXP/Qid.html
84
+ - doc/api/classes/Rumai/IXP/Tread.html
85
+ - doc/api/classes/Rumai/IXP/Rcreate.html
86
+ - doc/api/classes/Rumai/IXP/Tattach.html
87
+ - doc/api/classes/Rumai/IXP/Rremove.html
88
+ - doc/api/classes/Rumai/IXP/Rerror.html
89
+ - doc/api/classes/Rumai/IXP/Struct.html
90
+ - doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html
91
+ - doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html
92
+ - doc/api/classes/Rumai/IXP/Struct/Field.html
93
+ - doc/api/classes/Rumai/IXP/Tstat.html
94
+ - doc/api/classes/Rumai/IXP/Rstat.html
95
+ - doc/api/classes/Rumai/IXP/Stream.html
96
+ - doc/api/classes/Rumai/IXP/Stat.html
97
+ - doc/api/classes/Rumai/IXP/Rwstat.html
98
+ - doc/api/classes/Rumai/IXP/Terror.html
99
+ - doc/api/classes/Rumai/IXP/Rwrite.html
100
+ - doc/api/classes/Rumai/IXP/Twstat.html
101
+ - doc/api/classes/Rumai/IXP/Twrite.html
102
+ - doc/api/classes/Rumai/IXP/Topen.html
103
+ - doc/api/classes/Rumai/IXP/Twalk.html
104
+ - doc/api/classes/Rumai/IXP/Tversion.html
105
+ - doc/api/classes/Rumai/IXP/Tflush.html
106
+ - doc/api/classes/Rumai/IXP/Rread.html
107
+ - doc/api/classes/Rumai/IXP/Tremove.html
108
+ - doc/api/classes/Rumai/IXP/Agent/FidStream.html
109
+ - doc/api/classes/Rumai/IXP/Agent/MODES.html
110
+ - doc/api/classes/Rumai/IXP/Agent/RangedPool.html
111
+ - doc/api/classes/Rumai/IXP/Rwalk.html
112
+ - doc/api/classes/Rumai/IXP/Agent.html
113
+ - doc/api/classes/Rumai/IXP/Error.html
114
+ - doc/api/classes/Rumai/IXP/Tclunk.html
115
+ - doc/api/classes/Rumai/IXP/Ropen.html
116
+ - doc/api/classes/Rumai/IXP/Rversion.html
117
+ - doc/api/classes/Rumai/IXP/Rattach.html
118
+ - doc/api/classes/Rumai/Node.html
119
+ - doc/api/classes/Rumai/WidgetImpl.html
120
+ - doc/api/classes/Rumai/View.html
121
+ - doc/api/classes/Object.html
122
+ - doc/api/classes/String.html
123
+ - doc/api/classes/StringIO.html
124
+ - doc/api/classes/Rumai.html
125
+ - doc/api/classes/IO.html
126
+ - doc/api/panel/search_index.js
127
+ - doc/api/panel/tree.js
128
+ - doc/api/panel/index.html
129
+ - doc/api/js/searchdoc.js
130
+ - doc/api/js/jquery-effect.js
131
+ - doc/api/js/jquery-1.3.2.min.js
132
+ - doc/api/js/main.js
133
+ - doc/api/files/CREDITS.html
134
+ - doc/api/files/LICENSE.html
135
+ - doc/api/files/lib/rumai/ixp_rb.html
136
+ - doc/api/files/lib/rumai/ixp/message_rb.html
137
+ - doc/api/files/lib/rumai/ixp/transport_rb.html
138
+ - doc/api/files/lib/rumai/fs_rb.html
139
+ - doc/api/files/lib/rumai/wm_rb.html
140
+ - doc/api/files/lib/rumai_rb.html
141
+ - doc/api/css/main.css
142
+ - doc/api/css/reset.css
143
+ - doc/api/css/panel.css
144
+ - doc/api/i/arrows.png
145
+ - doc/api/i/tree_bg.png
146
+ - doc/api/i/results_bg.png
147
+ - doc/api/created.rid
127
148
  - doc/api/index.html
128
- - doc/api/Rumai.html
129
- - doc/api/IO.html
130
149
  - doc/usage.erb
131
150
  - doc/history.erb
132
151
  - doc/index.erb
133
152
  has_rdoc: true
134
- homepage: http://snk.tuxfamily.org/lib/rumai
153
+ homepage: http://snk.tuxfamily.org/lib/rumai/
154
+ licenses: []
155
+
135
156
  post_install_message:
136
157
  rdoc_options: []
137
158
 
@@ -152,9 +173,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
173
  requirements: []
153
174
 
154
175
  rubyforge_project: sunaku
155
- rubygems_version: 1.3.1
176
+ rubygems_version: 1.3.3
156
177
  signing_key:
157
- specification_version: 2
178
+ specification_version: 3
158
179
  summary: Ruby interface to the wmii window manager
159
180
  test_files: []
160
181