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.
- data/CREDITS +2 -0
- data/bin/rumai +20 -8
- data/doc/api/classes/IO.html +72 -0
- data/doc/api/classes/Integer.html +110 -0
- data/doc/api/classes/Object.html +60 -0
- data/doc/api/classes/Rumai.html +867 -0
- data/doc/api/classes/Rumai/Area.html +836 -0
- data/doc/api/classes/Rumai/Chain.html +197 -0
- data/doc/api/classes/Rumai/Client.html +865 -0
- data/doc/api/classes/Rumai/ClientContainer.html +191 -0
- data/doc/api/classes/Rumai/ExportInstanceMethods.html +69 -0
- data/doc/api/classes/Rumai/IXP.html +131 -0
- data/doc/api/classes/Rumai/IXP/Agent.html +836 -0
- data/doc/api/classes/Rumai/IXP/Agent/FidStream.html +456 -0
- data/doc/api/classes/Rumai/IXP/Agent/MODES.html +108 -0
- data/doc/api/classes/Rumai/IXP/Agent/RangedPool.html +241 -0
- data/doc/api/classes/Rumai/IXP/Error.html +67 -0
- data/doc/api/classes/Rumai/IXP/Fcall.html +323 -0
- data/doc/api/classes/Rumai/IXP/Qid.html +153 -0
- data/doc/api/classes/Rumai/IXP/Rattach.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rauth.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rclunk.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rcreate.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rerror.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rflush.html +67 -0
- data/doc/api/classes/Rumai/IXP/Ropen.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rread.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rremove.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rstat.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rversion.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rwalk.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rwrite.html +67 -0
- data/doc/api/classes/Rumai/IXP/Rwstat.html +67 -0
- data/doc/api/classes/Rumai/IXP/Stat.html +252 -0
- data/doc/api/classes/Rumai/IXP/Stream.html +131 -0
- data/doc/api/classes/Rumai/IXP/Struct.html +315 -0
- data/doc/api/classes/Rumai/IXP/Struct/Field.html +415 -0
- data/doc/api/classes/Rumai/IXP/Struct/Field/CounteeField.html +153 -0
- data/doc/api/classes/Rumai/IXP/Struct/Field/CounterField.html +104 -0
- data/doc/api/classes/Rumai/IXP/Tattach.html +68 -0
- data/doc/api/classes/Rumai/IXP/Tauth.html +67 -0
- data/doc/api/classes/Rumai/IXP/Tclunk.html +67 -0
- data/doc/api/classes/Rumai/IXP/Tcreate.html +68 -0
- data/doc/api/classes/Rumai/IXP/Terror.html +110 -0
- data/doc/api/classes/Rumai/IXP/Tflush.html +67 -0
- data/doc/api/classes/Rumai/IXP/Topen.html +165 -0
- data/doc/api/classes/Rumai/IXP/Tread.html +67 -0
- data/doc/api/classes/Rumai/IXP/Tremove.html +67 -0
- data/doc/api/classes/Rumai/IXP/Tstat.html +67 -0
- data/doc/api/classes/Rumai/IXP/Tversion.html +86 -0
- data/doc/api/classes/Rumai/IXP/Twalk.html +68 -0
- data/doc/api/classes/Rumai/IXP/Twrite.html +68 -0
- data/doc/api/classes/Rumai/IXP/Twstat.html +67 -0
- data/doc/api/classes/Rumai/Node.html +817 -0
- data/doc/api/classes/Rumai/View.html +818 -0
- data/doc/api/classes/Rumai/WidgetImpl.html +65 -0
- data/doc/api/classes/Rumai/WidgetNode.html +68 -0
- data/doc/api/classes/String.html +163 -0
- data/doc/api/classes/StringIO.html +72 -0
- data/doc/api/classes/Time.html +156 -0
- data/doc/api/created.rid +1 -0
- data/doc/api/css/main.css +263 -0
- data/doc/api/css/panel.css +383 -0
- data/doc/api/css/reset.css +53 -0
- data/doc/api/files/CREDITS.html +64 -0
- data/doc/api/files/LICENSE.html +76 -0
- data/doc/api/files/lib/rumai/fs_rb.html +75 -0
- data/doc/api/files/lib/rumai/ixp/message_rb.html +91 -0
- data/doc/api/files/lib/rumai/ixp/transport_rb.html +75 -0
- data/doc/api/files/lib/rumai/ixp_rb.html +69 -0
- data/doc/api/files/lib/rumai/wm_rb.html +77 -0
- data/doc/api/files/lib/rumai_rb.html +65 -0
- data/doc/api/i/arrows.png +0 -0
- data/doc/api/i/results_bg.png +0 -0
- data/doc/api/i/tree_bg.png +0 -0
- data/doc/api/index.html +14 -18
- data/doc/api/js/jquery-1.3.2.min.js +19 -0
- data/doc/api/js/jquery-effect.js +593 -0
- data/doc/api/js/main.js +22 -0
- data/doc/api/js/searchdoc.js +605 -0
- data/doc/api/panel/index.html +63 -0
- data/doc/api/panel/search_index.js +1 -0
- data/doc/api/panel/tree.js +1 -0
- data/doc/history.erb +41 -16
- data/doc/index.erb +14 -11
- data/doc/index.xhtml +519 -846
- data/doc/intro.erb +33 -32
- data/doc/setup.erb +14 -13
- data/doc/usage.erb +69 -35
- data/lib/rumai.rb +13 -5
- data/lib/rumai/fs.rb +71 -27
- data/lib/rumai/ixp.rb +4 -0
- data/lib/rumai/ixp/message.rb +178 -81
- data/lib/rumai/ixp/transport.rb +144 -91
- data/lib/rumai/wm.rb +717 -593
- data/rakefile +14 -0
- data/test/rumai/ixp/message.rb +42 -54
- metadata +110 -89
- data/Rakefile +0 -8
- data/doc/api/IO.html +0 -53
- data/doc/api/Integer.html +0 -102
- data/doc/api/Object.html +0 -23
- data/doc/api/Rumai.html +0 -1218
- data/doc/api/Rumai/Area.html +0 -1088
- data/doc/api/Rumai/Chain.html +0 -230
- data/doc/api/Rumai/Client.html +0 -1264
- data/doc/api/Rumai/ClientContainer.html +0 -227
- data/doc/api/Rumai/ExportInstMethods.html +0 -115
- data/doc/api/Rumai/IXP.html +0 -23
- data/doc/api/Rumai/IXP/Agent.html +0 -1222
- data/doc/api/Rumai/IXP/Agent/FidStream.html +0 -602
- data/doc/api/Rumai/IXP/Agent/RangedPool.html +0 -263
- data/doc/api/Rumai/IXP/Error.html +0 -32
- data/doc/api/Rumai/IXP/Fcall.html +0 -398
- data/doc/api/Rumai/IXP/Qid.html +0 -99
- data/doc/api/Rumai/IXP/Rattach.html +0 -71
- data/doc/api/Rumai/IXP/Rauth.html +0 -71
- data/doc/api/Rumai/IXP/Rclunk.html +0 -71
- data/doc/api/Rumai/IXP/Rcreate.html +0 -71
- data/doc/api/Rumai/IXP/Rerror.html +0 -71
- data/doc/api/Rumai/IXP/Rflush.html +0 -71
- data/doc/api/Rumai/IXP/Ropen.html +0 -71
- data/doc/api/Rumai/IXP/Rread.html +0 -71
- data/doc/api/Rumai/IXP/Rremove.html +0 -71
- data/doc/api/Rumai/IXP/Rstat.html +0 -71
- data/doc/api/Rumai/IXP/Rversion.html +0 -71
- data/doc/api/Rumai/IXP/Rwalk.html +0 -71
- data/doc/api/Rumai/IXP/Rwrite.html +0 -71
- data/doc/api/Rumai/IXP/Rwstat.html +0 -71
- data/doc/api/Rumai/IXP/Stat.html +0 -188
- data/doc/api/Rumai/IXP/Stream.html +0 -112
- data/doc/api/Rumai/IXP/Struct.html +0 -348
- data/doc/api/Rumai/IXP/Struct/ClassField.html +0 -177
- data/doc/api/Rumai/IXP/Struct/Field.html +0 -549
- data/doc/api/Rumai/IXP/Struct/Field/CounteeField.html +0 -175
- data/doc/api/Rumai/IXP/Struct/Field/CounterField.html +0 -95
- data/doc/api/Rumai/IXP/Struct/Integer8Field.html +0 -181
- data/doc/api/Rumai/IXP/Struct/StringField.html +0 -128
- data/doc/api/Rumai/IXP/Tattach.html +0 -71
- data/doc/api/Rumai/IXP/Tauth.html +0 -71
- data/doc/api/Rumai/IXP/Tclunk.html +0 -71
- data/doc/api/Rumai/IXP/Tcreate.html +0 -71
- data/doc/api/Rumai/IXP/Terror.html +0 -156
- data/doc/api/Rumai/IXP/Tflush.html +0 -71
- data/doc/api/Rumai/IXP/Topen.html +0 -113
- data/doc/api/Rumai/IXP/Tread.html +0 -71
- data/doc/api/Rumai/IXP/Tremove.html +0 -71
- data/doc/api/Rumai/IXP/Tstat.html +0 -71
- data/doc/api/Rumai/IXP/Tversion.html +0 -83
- data/doc/api/Rumai/IXP/Twalk.html +0 -71
- data/doc/api/Rumai/IXP/Twrite.html +0 -71
- data/doc/api/Rumai/IXP/Twstat.html +0 -71
- data/doc/api/Rumai/Node.html +0 -1139
- data/doc/api/Rumai/View.html +0 -1280
- data/doc/api/Rumai/WidgetImpl.html +0 -196
- data/doc/api/Rumai/WidgetNode.html +0 -184
- data/doc/api/String.html +0 -180
- data/doc/api/StringIO.html +0 -53
- data/doc/api/Time.html +0 -175
- data/doc/api/all-methods.html +0 -1436
- data/doc/api/all-namespaces.html +0 -140
- data/doc/api/app.js +0 -18
- data/doc/api/jquery.js +0 -11
- data/doc/api/readme.html +0 -38
- data/doc/api/style.css +0 -68
- data/doc/api/syntax_highlight.css +0 -21
- data/doc/theory.erb +0 -3
data/rakefile
ADDED
|
@@ -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
|
data/test/rumai/ixp/message.rb
CHANGED
|
@@ -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
|
-
|
|
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
|
|
40
|
-
rsp.version
|
|
30
|
+
T { rsp.type == Rversion.type }
|
|
31
|
+
T { rsp.version == req.version }
|
|
41
32
|
end
|
|
42
33
|
end
|
|
43
34
|
|
|
44
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
95
|
+
T { rsp.type == Rerror.type }
|
|
103
96
|
end
|
|
104
97
|
end
|
|
105
98
|
|
|
106
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
178
|
-
rsp.count
|
|
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
|
|
188
|
-
rsp.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
|
|
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
|
|
195
|
+
T { rsp.type == Rerror.type }
|
|
203
196
|
end
|
|
204
197
|
end
|
|
205
198
|
|
|
206
|
-
|
|
207
|
-
|
|
199
|
+
##
|
|
208
200
|
# Transmits the given request and returns the received response.
|
|
209
|
-
|
|
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.
|
|
222
|
+
T { response.kind_of? Rerror }
|
|
230
223
|
else
|
|
231
|
-
response.type
|
|
224
|
+
T { response.type == request.type + 1 }
|
|
232
225
|
end
|
|
233
226
|
|
|
234
|
-
response.tag
|
|
227
|
+
T { response.tag == request.tag }
|
|
235
228
|
|
|
236
229
|
response
|
|
237
230
|
end
|
|
238
231
|
|
|
239
|
-
def transaction description, request
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
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
|
|
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-
|
|
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: "
|
|
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
|
-
-
|
|
35
|
-
-
|
|
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/
|
|
58
|
-
- doc/api/
|
|
59
|
-
- doc/api/
|
|
60
|
-
- doc/api/Rumai
|
|
61
|
-
- doc/api/Rumai/
|
|
62
|
-
- doc/api/Rumai/
|
|
63
|
-
- doc/api/Rumai/
|
|
64
|
-
- doc/api/Rumai/
|
|
65
|
-
- doc/api/Rumai/
|
|
66
|
-
- doc/api/Rumai/
|
|
67
|
-
- doc/api/Rumai/
|
|
68
|
-
- doc/api/Rumai/IXP
|
|
69
|
-
- doc/api/Rumai/IXP/
|
|
70
|
-
- doc/api/Rumai/IXP/
|
|
71
|
-
- doc/api/Rumai/IXP/
|
|
72
|
-
- doc/api/Rumai/IXP/
|
|
73
|
-
- doc/api/Rumai/IXP/
|
|
74
|
-
- doc/api/Rumai/IXP/
|
|
75
|
-
- doc/api/Rumai/IXP/
|
|
76
|
-
- doc/api/Rumai/IXP/
|
|
77
|
-
- doc/api/Rumai/IXP/
|
|
78
|
-
- doc/api/Rumai/IXP/
|
|
79
|
-
- doc/api/Rumai/IXP/
|
|
80
|
-
- doc/api/Rumai/IXP/
|
|
81
|
-
- doc/api/Rumai/IXP/
|
|
82
|
-
- doc/api/Rumai/IXP/
|
|
83
|
-
- doc/api/Rumai/IXP/
|
|
84
|
-
- doc/api/Rumai/IXP/
|
|
85
|
-
- doc/api/Rumai/IXP/
|
|
86
|
-
- doc/api/Rumai/IXP/
|
|
87
|
-
- doc/api/Rumai/IXP/
|
|
88
|
-
- doc/api/Rumai/IXP/
|
|
89
|
-
- doc/api/Rumai/IXP/
|
|
90
|
-
- doc/api/Rumai/IXP/
|
|
91
|
-
- doc/api/Rumai/IXP/
|
|
92
|
-
- doc/api/Rumai/IXP/
|
|
93
|
-
- doc/api/Rumai/IXP/
|
|
94
|
-
- doc/api/Rumai/IXP/
|
|
95
|
-
- doc/api/Rumai/IXP/
|
|
96
|
-
- doc/api/Rumai/IXP/
|
|
97
|
-
- doc/api/Rumai/IXP/
|
|
98
|
-
- doc/api/Rumai/IXP/
|
|
99
|
-
- doc/api/Rumai/IXP/
|
|
100
|
-
- doc/api/Rumai/IXP/
|
|
101
|
-
- doc/api/Rumai/IXP/
|
|
102
|
-
- doc/api/Rumai/IXP/
|
|
103
|
-
- doc/api/Rumai/IXP/
|
|
104
|
-
- doc/api/Rumai/IXP/
|
|
105
|
-
- doc/api/Rumai/IXP/
|
|
106
|
-
- doc/api/Rumai/
|
|
107
|
-
- doc/api/Rumai/
|
|
108
|
-
- doc/api/Rumai/
|
|
109
|
-
- doc/api/
|
|
110
|
-
- doc/api/
|
|
111
|
-
- doc/api/
|
|
112
|
-
- doc/api/Rumai
|
|
113
|
-
- doc/api/
|
|
114
|
-
- doc/api/
|
|
115
|
-
- doc/api/
|
|
116
|
-
- doc/api/
|
|
117
|
-
- doc/api/
|
|
118
|
-
- doc/api/
|
|
119
|
-
- doc/api/jquery.js
|
|
120
|
-
- doc/api/
|
|
121
|
-
- doc/api/
|
|
122
|
-
- doc/api/
|
|
123
|
-
- doc/api/
|
|
124
|
-
- doc/api/
|
|
125
|
-
- doc/api/
|
|
126
|
-
- doc/api/
|
|
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.
|
|
176
|
+
rubygems_version: 1.3.3
|
|
156
177
|
signing_key:
|
|
157
|
-
specification_version:
|
|
178
|
+
specification_version: 3
|
|
158
179
|
summary: Ruby interface to the wmii window manager
|
|
159
180
|
test_files: []
|
|
160
181
|
|