rroonga 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +71 -0
- data/Rakefile +213 -128
- data/TODO +0 -0
- data/example/bookmark.rb +12 -12
- data/ext/groonga/Makefile +233 -0
- data/ext/groonga/extconf.rb +1 -1
- data/ext/groonga/rb-grn-column.c +5 -5
- data/ext/groonga/rb-grn-index-column.c +31 -0
- data/ext/groonga/rb-grn-index-cursor.c +106 -0
- data/ext/groonga/rb-grn-logger.c +5 -5
- data/ext/groonga/rb-grn-object.c +48 -0
- data/ext/groonga/rb-grn-patricia-trie.c +1 -1
- data/ext/groonga/rb-grn-plugin.c +32 -0
- data/ext/groonga/rb-grn-posting.c +51 -0
- data/ext/groonga/rb-grn-table-cursor.c +6 -1
- data/ext/groonga/rb-grn-table.c +31 -13
- data/ext/groonga/rb-grn.h +21 -3
- data/ext/groonga/rb-groonga.c +3 -1
- data/lib/groonga.rb +1 -0
- data/lib/groonga/dumper.rb +25 -5
- data/lib/groonga/expression-builder.rb +2 -2
- data/lib/groonga/pagination.rb +99 -7
- data/lib/groonga/posting.rb +87 -0
- data/lib/groonga/record.rb +118 -11
- data/lib/groonga/schema.rb +18 -1
- data/test/groonga-test-utils.rb +1 -6
- data/test/run-test.rb +13 -28
- data/test/test-column.rb +4 -0
- data/test/test-database-dumper.rb +53 -10
- data/test/test-hash.rb +6 -6
- data/test/test-index-cursor.rb +93 -0
- data/test/test-plugin.rb +6 -0
- data/test/test-record.rb +162 -1
- data/test/test-schema-type.rb +6 -0
- data/test/test-schema.rb +17 -0
- data/test/test-table.rb +7 -2
- data/test/test-type.rb +9 -1
- metadata +135 -245
- data/AUTHORS +0 -5
- data/NEWS.ja.rdoc +0 -344
- data/NEWS.rdoc +0 -346
- data/README.ja.rdoc +0 -68
- data/README.rdoc +0 -68
- data/example/search/config.ru +0 -230
- data/example/search/public/css/groonga.css +0 -122
- data/ext/.gitignore +0 -2
- data/html/bar.svg +0 -153
- data/html/developer.html +0 -151
- data/html/developer.svg +0 -469
- data/html/download.svg +0 -253
- data/html/favicon.ico +0 -0
- data/html/favicon.svg +0 -591
- data/html/footer.html.erb +0 -33
- data/html/head.html.erb +0 -4
- data/html/header.html.erb +0 -17
- data/html/heading-mark.svg +0 -393
- data/html/index.html +0 -243
- data/html/install.svg +0 -636
- data/html/logo.svg +0 -612
- data/html/ranguba.css +0 -342
- data/html/readme.svg +0 -256
- data/html/tutorial.svg +0 -559
- data/license/LGPL +0 -504
- data/test-unit-notify/Rakefile +0 -47
- data/test-unit-notify/lib/test/unit/notify.rb +0 -104
- data/test-unit/COPYING +0 -56
- data/test-unit/GPL +0 -340
- data/test-unit/PSFL +0 -271
- data/test-unit/Rakefile +0 -53
- data/test-unit/TODO +0 -5
- data/test-unit/bin/testrb +0 -5
- data/test-unit/html/bar.svg +0 -153
- data/test-unit/html/developer.svg +0 -469
- data/test-unit/html/favicon.ico +0 -0
- data/test-unit/html/favicon.svg +0 -82
- data/test-unit/html/heading-mark.svg +0 -393
- data/test-unit/html/index.html +0 -247
- data/test-unit/html/index.html.ja +0 -270
- data/test-unit/html/install.svg +0 -636
- data/test-unit/html/logo.svg +0 -483
- data/test-unit/html/test-unit.css +0 -339
- data/test-unit/html/tutorial.svg +0 -559
- data/test-unit/lib/test/unit.rb +0 -328
- data/test-unit/lib/test/unit/assertionfailederror.rb +0 -25
- data/test-unit/lib/test/unit/assertions.rb +0 -1334
- data/test-unit/lib/test/unit/attribute.rb +0 -125
- data/test-unit/lib/test/unit/autorunner.rb +0 -363
- data/test-unit/lib/test/unit/collector.rb +0 -36
- data/test-unit/lib/test/unit/collector/descendant.rb +0 -23
- data/test-unit/lib/test/unit/collector/dir.rb +0 -108
- data/test-unit/lib/test/unit/collector/load.rb +0 -144
- data/test-unit/lib/test/unit/collector/objectspace.rb +0 -34
- data/test-unit/lib/test/unit/color-scheme.rb +0 -106
- data/test-unit/lib/test/unit/color.rb +0 -96
- data/test-unit/lib/test/unit/diff.rb +0 -740
- data/test-unit/lib/test/unit/error.rb +0 -130
- data/test-unit/lib/test/unit/exceptionhandler.rb +0 -39
- data/test-unit/lib/test/unit/failure.rb +0 -136
- data/test-unit/lib/test/unit/fixture.rb +0 -176
- data/test-unit/lib/test/unit/notification.rb +0 -129
- data/test-unit/lib/test/unit/omission.rb +0 -191
- data/test-unit/lib/test/unit/pending.rb +0 -150
- data/test-unit/lib/test/unit/priority.rb +0 -180
- data/test-unit/lib/test/unit/runner/console.rb +0 -52
- data/test-unit/lib/test/unit/runner/emacs.rb +0 -8
- data/test-unit/lib/test/unit/runner/tap.rb +0 -8
- data/test-unit/lib/test/unit/testcase.rb +0 -483
- data/test-unit/lib/test/unit/testresult.rb +0 -121
- data/test-unit/lib/test/unit/testsuite.rb +0 -110
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +0 -14
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +0 -430
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +0 -63
- data/test-unit/lib/test/unit/ui/tap/testrunner.rb +0 -82
- data/test-unit/lib/test/unit/ui/testrunner.rb +0 -53
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +0 -77
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +0 -41
- data/test-unit/lib/test/unit/util/backtracefilter.rb +0 -42
- data/test-unit/lib/test/unit/util/method-owner-finder.rb +0 -28
- data/test-unit/lib/test/unit/util/observable.rb +0 -90
- data/test-unit/lib/test/unit/util/output.rb +0 -31
- data/test-unit/lib/test/unit/util/procwrapper.rb +0 -48
- data/test-unit/lib/test/unit/version.rb +0 -7
- data/test-unit/sample/adder.rb +0 -13
- data/test-unit/sample/subtracter.rb +0 -12
- data/test-unit/sample/test_adder.rb +0 -20
- data/test-unit/sample/test_subtracter.rb +0 -20
- data/test-unit/sample/test_user.rb +0 -23
- data/test-unit/test/collector/test-descendant.rb +0 -133
- data/test-unit/test/collector/test-load.rb +0 -442
- data/test-unit/test/collector/test_dir.rb +0 -406
- data/test-unit/test/collector/test_objectspace.rb +0 -100
- data/test-unit/test/run-test.rb +0 -15
- data/test-unit/test/test-attribute.rb +0 -86
- data/test-unit/test/test-color-scheme.rb +0 -69
- data/test-unit/test/test-color.rb +0 -47
- data/test-unit/test/test-diff.rb +0 -518
- data/test-unit/test/test-emacs-runner.rb +0 -60
- data/test-unit/test/test-fixture.rb +0 -287
- data/test-unit/test/test-notification.rb +0 -33
- data/test-unit/test/test-omission.rb +0 -81
- data/test-unit/test/test-pending.rb +0 -70
- data/test-unit/test/test-priority.rb +0 -119
- data/test-unit/test/test-testcase.rb +0 -544
- data/test-unit/test/test_assertions.rb +0 -1197
- data/test-unit/test/test_error.rb +0 -26
- data/test-unit/test/test_failure.rb +0 -33
- data/test-unit/test/test_testresult.rb +0 -113
- data/test-unit/test/test_testsuite.rb +0 -129
- data/test-unit/test/testunit-test-util.rb +0 -14
- data/test-unit/test/ui/test_tap.rb +0 -33
- data/test-unit/test/ui/test_testrunmediator.rb +0 -20
- data/test-unit/test/util/test-method-owner-finder.rb +0 -38
- data/test-unit/test/util/test-output.rb +0 -11
- data/test-unit/test/util/test_backtracefilter.rb +0 -41
- data/test-unit/test/util/test_observable.rb +0 -102
- data/test-unit/test/util/test_procwrapper.rb +0 -36
- data/test/.gitignore +0 -1
- data/text/expression.rdoc +0 -285
- data/text/tutorial.ja.rdoc +0 -433
data/test/test-schema-type.rb
CHANGED
@@ -79,6 +79,12 @@ class SchemaTypeTest < Test::Unit::TestCase
|
|
79
79
|
assert_normalize_type("Bool", "Bool")
|
80
80
|
end
|
81
81
|
|
82
|
+
def test_normalize_delimit
|
83
|
+
assert_normalize_type("TokenDelimit", "delimit")
|
84
|
+
assert_normalize_type("TokenDelimit", "token_delimit")
|
85
|
+
assert_normalize_type("TokenDelimit", "TokenDelimit")
|
86
|
+
end
|
87
|
+
|
82
88
|
def test_normalize_unigram
|
83
89
|
assert_normalize_type("TokenUnigram", "unigram")
|
84
90
|
assert_normalize_type("TokenUnigram", "token_unigram")
|
data/test/test-schema.rb
CHANGED
@@ -31,6 +31,23 @@ class SchemaTest < Test::Unit::TestCase
|
|
31
31
|
end
|
32
32
|
end
|
33
33
|
|
34
|
+
def test_remove_not_existing_column
|
35
|
+
create_table = Proc.new do |&block|
|
36
|
+
Groonga::Schema.create_table("Posts", :type => :hash) do |table|
|
37
|
+
block.call(table)
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
create_table.call do |table|
|
42
|
+
end
|
43
|
+
|
44
|
+
assert_raise(Groonga::Schema::ColumnNotExists) do
|
45
|
+
create_table.call do |table|
|
46
|
+
table.remove_column("not_existing_column")
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
34
51
|
def test_path_canonicalization
|
35
52
|
directory = @tmp_dir.to_s
|
36
53
|
table_filename = "hash.groonga"
|
data/test/test-table.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2009-
|
1
|
+
# Copyright (C) 2009-2011 Kouhei Sutou <kou@clear-code.com>
|
2
2
|
#
|
3
3
|
# This library is free software; you can redistribute it and/or
|
4
4
|
# modify it under the terms of the GNU Lesser General Public
|
@@ -582,7 +582,7 @@ class TableTest < Test::Unit::TestCase
|
|
582
582
|
:key_type => "ShortText")
|
583
583
|
book = users.define_column("book", books)
|
584
584
|
users.add("morita", :book => "")
|
585
|
-
assert_equal({"
|
585
|
+
assert_equal({"_id" => 1, "_key" => "morita", "book" => nil},
|
586
586
|
users["morita"].attributes)
|
587
587
|
end
|
588
588
|
|
@@ -659,6 +659,11 @@ class TableTest < Test::Unit::TestCase
|
|
659
659
|
assert_false(users.exist?(morita.id + 1))
|
660
660
|
end
|
661
661
|
|
662
|
+
def test_builtin?
|
663
|
+
bookmarks = Groonga::PatriciaTrie.create(:name => "Bookmarks")
|
664
|
+
assert_not_predicate(bookmarks, :builtin?)
|
665
|
+
end
|
666
|
+
|
662
667
|
private
|
663
668
|
def create_bookmarks
|
664
669
|
bookmarks = Groonga::Array.create(:name => "Bookmarks")
|
data/test/test-type.rb
CHANGED
@@ -62,9 +62,17 @@ class TypeTest < Test::Unit::TestCase
|
|
62
62
|
context["<longtext>"].inspect)
|
63
63
|
end
|
64
64
|
|
65
|
+
data("builtin - Int32" => "Int32",
|
66
|
+
"builtin - ShortText" => "ShortText",
|
67
|
+
"builtin - Time" => "Time")
|
68
|
+
def test_builtin?(name)
|
69
|
+
type = Groonga[name]
|
70
|
+
assert_predicate(type, :builtin?)
|
71
|
+
end
|
72
|
+
|
65
73
|
private
|
66
74
|
def assert_equal_type(expected_name, id)
|
67
|
-
type = Groonga
|
75
|
+
type = Groonga[id]
|
68
76
|
assert_equal(expected_name,
|
69
77
|
type ? type.name : type)
|
70
78
|
end
|
metadata
CHANGED
@@ -1,84 +1,43 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: rroonga
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
segments:
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.2.1
|
5
|
+
segments:
|
7
6
|
- 1
|
8
7
|
- 2
|
9
|
-
-
|
10
|
-
|
8
|
+
- 1
|
9
|
+
prerelease: false
|
11
10
|
platform: ruby
|
12
|
-
authors:
|
11
|
+
authors:
|
13
12
|
- Kouhei Sutou
|
14
13
|
- Tasuku SUENAGA
|
15
14
|
- daijiro
|
16
15
|
- Yuto HAYAMIZU
|
17
16
|
- SHIDARA Yoji
|
18
|
-
autorequire:
|
17
|
+
autorequire: !!null
|
19
18
|
bindir: bin
|
20
19
|
cert_chain: []
|
20
|
+
date: 2011-06-07 00:00:00.000000000 +09:00
|
21
|
+
default_executable: grndump
|
22
|
+
dependencies: []
|
23
|
+
description: ! 'rroonga is an extension library to use groonga''s DB-API
|
21
24
|
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
29
|
-
none: false
|
30
|
-
requirements:
|
31
|
-
- - ">="
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
hash: 25
|
34
|
-
segments:
|
35
|
-
- 1
|
36
|
-
- 0
|
37
|
-
- 7
|
38
|
-
version: 1.0.7
|
39
|
-
type: :runtime
|
40
|
-
version_requirements: *id001
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: rubyforge
|
43
|
-
prerelease: false
|
44
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
45
|
-
none: false
|
46
|
-
requirements:
|
47
|
-
- - ">="
|
48
|
-
- !ruby/object:Gem::Version
|
49
|
-
hash: 7
|
50
|
-
segments:
|
51
|
-
- 2
|
52
|
-
- 0
|
53
|
-
- 4
|
54
|
-
version: 2.0.4
|
55
|
-
type: :development
|
56
|
-
version_requirements: *id002
|
57
|
-
description: |-
|
58
|
-
rroonga is a extension library to use groonga's DB-API
|
59
|
-
layer. rroonga provides Rubyish readable and writable
|
60
|
-
API. You can use groonga's first and highly functional
|
61
|
-
features from Ruby.
|
62
|
-
email:
|
25
|
+
layer. rroonga provides Rubyish readable and writable API
|
26
|
+
|
27
|
+
not C like API. You can use groonga''s fast and highly
|
28
|
+
|
29
|
+
functional features from Ruby with Rubyish form.'
|
30
|
+
email:
|
63
31
|
- groonga-users-en@rubyforge.org
|
64
32
|
- groonga-dev@lists.sourceforge.jp
|
65
|
-
executables:
|
66
|
-
|
67
|
-
extensions:
|
68
|
-
- extconf.rb
|
69
|
-
extra_rdoc_files:
|
70
|
-
-
|
71
|
-
-
|
72
|
-
|
73
|
-
- README.rdoc
|
74
|
-
- README.ja.rdoc
|
75
|
-
- NEWS.ja.rdoc
|
76
|
-
files:
|
77
|
-
- AUTHORS
|
78
|
-
- NEWS.ja.rdoc
|
79
|
-
- NEWS.rdoc
|
80
|
-
- README.ja.rdoc
|
81
|
-
- README.rdoc
|
33
|
+
executables:
|
34
|
+
- grndump
|
35
|
+
extensions:
|
36
|
+
- ext/groonga/extconf.rb
|
37
|
+
extra_rdoc_files:
|
38
|
+
- README.textile
|
39
|
+
- TODO
|
40
|
+
files:
|
82
41
|
- Rakefile
|
83
42
|
- benchmark/common.rb
|
84
43
|
- benchmark/create-wikipedia-database.rb
|
@@ -89,9 +48,7 @@ files:
|
|
89
48
|
- bin/grndump
|
90
49
|
- example/bookmark.rb
|
91
50
|
- example/index-html.rb
|
92
|
-
-
|
93
|
-
- example/search/public/css/groonga.css
|
94
|
-
- ext/.gitignore
|
51
|
+
- ext/groonga/Makefile
|
95
52
|
- ext/groonga/extconf.rb
|
96
53
|
- ext/groonga/groonga.def
|
97
54
|
- ext/groonga/rb-grn-accessor.c
|
@@ -109,12 +66,14 @@ files:
|
|
109
66
|
- ext/groonga/rb-grn-hash-cursor.c
|
110
67
|
- ext/groonga/rb-grn-hash.c
|
111
68
|
- ext/groonga/rb-grn-index-column.c
|
69
|
+
- ext/groonga/rb-grn-index-cursor.c
|
112
70
|
- ext/groonga/rb-grn-logger.c
|
113
71
|
- ext/groonga/rb-grn-object.c
|
114
72
|
- ext/groonga/rb-grn-operator.c
|
115
73
|
- ext/groonga/rb-grn-patricia-trie-cursor.c
|
116
74
|
- ext/groonga/rb-grn-patricia-trie.c
|
117
75
|
- ext/groonga/rb-grn-plugin.c
|
76
|
+
- ext/groonga/rb-grn-posting.c
|
118
77
|
- ext/groonga/rb-grn-procedure.c
|
119
78
|
- ext/groonga/rb-grn-query.c
|
120
79
|
- ext/groonga/rb-grn-record.c
|
@@ -134,210 +93,141 @@ files:
|
|
134
93
|
- ext/groonga/rb-grn.h
|
135
94
|
- ext/groonga/rb-groonga.c
|
136
95
|
- extconf.rb
|
137
|
-
- html/bar.svg
|
138
|
-
- html/developer.html
|
139
|
-
- html/developer.svg
|
140
|
-
- html/download.svg
|
141
|
-
- html/favicon.ico
|
142
|
-
- html/favicon.svg
|
143
|
-
- html/footer.html.erb
|
144
|
-
- html/head.html.erb
|
145
|
-
- html/header.html.erb
|
146
|
-
- html/heading-mark.svg
|
147
|
-
- html/index.html
|
148
|
-
- html/install.svg
|
149
|
-
- html/logo.svg
|
150
|
-
- html/ranguba.css
|
151
|
-
- html/readme.svg
|
152
|
-
- html/tutorial.svg
|
153
96
|
- lib/groonga.rb
|
154
97
|
- lib/groonga/context.rb
|
155
98
|
- lib/groonga/dumper.rb
|
156
99
|
- lib/groonga/expression-builder.rb
|
157
100
|
- lib/groonga/pagination.rb
|
158
101
|
- lib/groonga/patricia-trie.rb
|
102
|
+
- lib/groonga/posting.rb
|
159
103
|
- lib/groonga/record.rb
|
160
104
|
- lib/groonga/schema.rb
|
161
105
|
- lib/groonga/view-record.rb
|
162
|
-
- license/LGPL
|
163
106
|
- misc/grnop2ruby.rb
|
164
107
|
- rroonga-build.rb
|
165
|
-
-
|
166
|
-
-
|
167
|
-
- test-unit/COPYING
|
168
|
-
- test-unit/GPL
|
169
|
-
- test-unit/PSFL
|
170
|
-
- test-unit/Rakefile
|
171
|
-
- test-unit/TODO
|
172
|
-
- test-unit/bin/testrb
|
173
|
-
- test-unit/html/bar.svg
|
174
|
-
- test-unit/html/developer.svg
|
175
|
-
- test-unit/html/favicon.ico
|
176
|
-
- test-unit/html/favicon.svg
|
177
|
-
- test-unit/html/heading-mark.svg
|
178
|
-
- test-unit/html/index.html
|
179
|
-
- test-unit/html/index.html.ja
|
180
|
-
- test-unit/html/install.svg
|
181
|
-
- test-unit/html/logo.svg
|
182
|
-
- test-unit/html/test-unit.css
|
183
|
-
- test-unit/html/tutorial.svg
|
184
|
-
- test-unit/lib/test/unit.rb
|
185
|
-
- test-unit/lib/test/unit/assertionfailederror.rb
|
186
|
-
- test-unit/lib/test/unit/assertions.rb
|
187
|
-
- test-unit/lib/test/unit/attribute.rb
|
188
|
-
- test-unit/lib/test/unit/autorunner.rb
|
189
|
-
- test-unit/lib/test/unit/collector.rb
|
190
|
-
- test-unit/lib/test/unit/collector/descendant.rb
|
191
|
-
- test-unit/lib/test/unit/collector/dir.rb
|
192
|
-
- test-unit/lib/test/unit/collector/load.rb
|
193
|
-
- test-unit/lib/test/unit/collector/objectspace.rb
|
194
|
-
- test-unit/lib/test/unit/color-scheme.rb
|
195
|
-
- test-unit/lib/test/unit/color.rb
|
196
|
-
- test-unit/lib/test/unit/diff.rb
|
197
|
-
- test-unit/lib/test/unit/error.rb
|
198
|
-
- test-unit/lib/test/unit/exceptionhandler.rb
|
199
|
-
- test-unit/lib/test/unit/failure.rb
|
200
|
-
- test-unit/lib/test/unit/fixture.rb
|
201
|
-
- test-unit/lib/test/unit/notification.rb
|
202
|
-
- test-unit/lib/test/unit/omission.rb
|
203
|
-
- test-unit/lib/test/unit/pending.rb
|
204
|
-
- test-unit/lib/test/unit/priority.rb
|
205
|
-
- test-unit/lib/test/unit/runner/console.rb
|
206
|
-
- test-unit/lib/test/unit/runner/emacs.rb
|
207
|
-
- test-unit/lib/test/unit/runner/tap.rb
|
208
|
-
- test-unit/lib/test/unit/testcase.rb
|
209
|
-
- test-unit/lib/test/unit/testresult.rb
|
210
|
-
- test-unit/lib/test/unit/testsuite.rb
|
211
|
-
- test-unit/lib/test/unit/ui/console/outputlevel.rb
|
212
|
-
- test-unit/lib/test/unit/ui/console/testrunner.rb
|
213
|
-
- test-unit/lib/test/unit/ui/emacs/testrunner.rb
|
214
|
-
- test-unit/lib/test/unit/ui/tap/testrunner.rb
|
215
|
-
- test-unit/lib/test/unit/ui/testrunner.rb
|
216
|
-
- test-unit/lib/test/unit/ui/testrunnermediator.rb
|
217
|
-
- test-unit/lib/test/unit/ui/testrunnerutilities.rb
|
218
|
-
- test-unit/lib/test/unit/util/backtracefilter.rb
|
219
|
-
- test-unit/lib/test/unit/util/method-owner-finder.rb
|
220
|
-
- test-unit/lib/test/unit/util/observable.rb
|
221
|
-
- test-unit/lib/test/unit/util/output.rb
|
222
|
-
- test-unit/lib/test/unit/util/procwrapper.rb
|
223
|
-
- test-unit/lib/test/unit/version.rb
|
224
|
-
- test-unit/sample/adder.rb
|
225
|
-
- test-unit/sample/subtracter.rb
|
226
|
-
- test-unit/sample/test_adder.rb
|
227
|
-
- test-unit/sample/test_subtracter.rb
|
228
|
-
- test-unit/sample/test_user.rb
|
229
|
-
- test-unit/test/collector/test-descendant.rb
|
230
|
-
- test-unit/test/collector/test-load.rb
|
231
|
-
- test-unit/test/collector/test_dir.rb
|
232
|
-
- test-unit/test/collector/test_objectspace.rb
|
233
|
-
- test-unit/test/run-test.rb
|
234
|
-
- test-unit/test/test-attribute.rb
|
235
|
-
- test-unit/test/test-color-scheme.rb
|
236
|
-
- test-unit/test/test-color.rb
|
237
|
-
- test-unit/test/test-diff.rb
|
238
|
-
- test-unit/test/test-emacs-runner.rb
|
239
|
-
- test-unit/test/test-fixture.rb
|
240
|
-
- test-unit/test/test-notification.rb
|
241
|
-
- test-unit/test/test-omission.rb
|
242
|
-
- test-unit/test/test-pending.rb
|
243
|
-
- test-unit/test/test-priority.rb
|
244
|
-
- test-unit/test/test-testcase.rb
|
245
|
-
- test-unit/test/test_assertions.rb
|
246
|
-
- test-unit/test/test_error.rb
|
247
|
-
- test-unit/test/test_failure.rb
|
248
|
-
- test-unit/test/test_testresult.rb
|
249
|
-
- test-unit/test/test_testsuite.rb
|
250
|
-
- test-unit/test/testunit-test-util.rb
|
251
|
-
- test-unit/test/ui/test_tap.rb
|
252
|
-
- test-unit/test/ui/test_testrunmediator.rb
|
253
|
-
- test-unit/test/util/test-method-owner-finder.rb
|
254
|
-
- test-unit/test/util/test-output.rb
|
255
|
-
- test-unit/test/util/test_backtracefilter.rb
|
256
|
-
- test-unit/test/util/test_observable.rb
|
257
|
-
- test-unit/test/util/test_procwrapper.rb
|
258
|
-
- test/.gitignore
|
259
|
-
- test/groonga-test-utils.rb
|
260
|
-
- test/run-test.rb
|
261
|
-
- test/test-accessor.rb
|
262
|
-
- test/test-array.rb
|
263
|
-
- test/test-column.rb
|
264
|
-
- test/test-context-select.rb
|
265
|
-
- test/test-context.rb
|
266
|
-
- test/test-database-dumper.rb
|
108
|
+
- README.textile
|
109
|
+
- TODO
|
267
110
|
- test/test-database.rb
|
111
|
+
- test/test-array.rb
|
112
|
+
- test/test-table-offset-and-limit.rb
|
113
|
+
- test/run-test.rb
|
114
|
+
- test/test-schema-type.rb
|
115
|
+
- test/test-remote.rb
|
116
|
+
- test/test-table-cursor.rb
|
117
|
+
- test/test-table-select.rb
|
268
118
|
- test/test-encoding.rb
|
269
|
-
- test/test-
|
119
|
+
- test/test-type.rb
|
120
|
+
- test/test-table.rb
|
121
|
+
- test/test-query.rb
|
122
|
+
- test/test-table-select-weight.rb
|
270
123
|
- test/test-expression-builder.rb
|
271
|
-
- test/test-
|
272
|
-
- test/test-fix-size-column.rb
|
273
|
-
- test/test-gqtp.rb
|
274
|
-
- test/test-hash.rb
|
275
|
-
- test/test-index-column.rb
|
276
|
-
- test/test-logger.rb
|
277
|
-
- test/test-pagination.rb
|
278
|
-
- test/test-patricia-trie.rb
|
124
|
+
- test/test-exception.rb
|
279
125
|
- test/test-plugin.rb
|
280
|
-
- test/test-procedure.rb
|
281
|
-
- test/test-query.rb
|
282
|
-
- test/test-record.rb
|
283
|
-
- test/test-remote.rb
|
284
|
-
- test/test-schema-create-table.rb
|
285
|
-
- test/test-schema-dumper.rb
|
286
|
-
- test/test-schema-type.rb
|
287
126
|
- test/test-schema-view.rb
|
288
|
-
- test/test-
|
127
|
+
- test/test-procedure.rb
|
289
128
|
- test/test-snippet.rb
|
290
|
-
- test/test-
|
291
|
-
- test/test-table-dumper.rb
|
292
|
-
- test/test-table-offset-and-limit.rb
|
293
|
-
- test/test-table-select-mecab.rb
|
294
|
-
- test/test-table-select-normalize.rb
|
295
|
-
- test/test-table-select-weight.rb
|
296
|
-
- test/test-table-select.rb
|
297
|
-
- test/test-table.rb
|
298
|
-
- test/test-type.rb
|
129
|
+
- test/groonga-test-utils.rb
|
299
130
|
- test/test-variable-size-column.rb
|
131
|
+
- test/test-database-dumper.rb
|
132
|
+
- test/test-pagination.rb
|
300
133
|
- test/test-variable.rb
|
301
|
-
- test/test-vector-column.rb
|
302
134
|
- test/test-version.rb
|
135
|
+
- test/test-table-dumper.rb
|
136
|
+
- test/test-vector-column.rb
|
137
|
+
- test/test-schema-dumper.rb
|
138
|
+
- test/test-hash.rb
|
139
|
+
- test/test-logger.rb
|
303
140
|
- test/test-view.rb
|
304
|
-
-
|
305
|
-
-
|
141
|
+
- test/test-schema.rb
|
142
|
+
- test/test-accessor.rb
|
143
|
+
- test/test-table-select-mecab.rb
|
144
|
+
- test/test-table-select-normalize.rb
|
145
|
+
- test/test-index-cursor.rb
|
146
|
+
- test/test-fix-size-column.rb
|
147
|
+
- test/test-schema-create-table.rb
|
148
|
+
- test/test-context-select.rb
|
149
|
+
- test/test-expression.rb
|
150
|
+
- test/test-gqtp.rb
|
151
|
+
- test/test-context.rb
|
152
|
+
- test/test-record.rb
|
153
|
+
- test/test-column.rb
|
154
|
+
- test/test-index-column.rb
|
155
|
+
- test/test-patricia-trie.rb
|
306
156
|
has_rdoc: true
|
307
157
|
homepage: http://groonga.rubyforge.org/
|
308
|
-
licenses:
|
309
|
-
|
310
|
-
post_install_message:
|
311
|
-
rdoc_options:
|
312
|
-
|
313
|
-
- README.ja.rdoc
|
314
|
-
require_paths:
|
158
|
+
licenses:
|
159
|
+
- LGPLv2
|
160
|
+
post_install_message: !!null
|
161
|
+
rdoc_options: []
|
162
|
+
require_paths:
|
315
163
|
- lib
|
316
|
-
|
317
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
164
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
318
165
|
none: false
|
319
|
-
requirements:
|
320
|
-
- -
|
321
|
-
- !ruby/object:Gem::Version
|
322
|
-
|
323
|
-
segments:
|
166
|
+
requirements:
|
167
|
+
- - ! '>='
|
168
|
+
- !ruby/object:Gem::Version
|
169
|
+
version: '0'
|
170
|
+
segments:
|
324
171
|
- 0
|
325
|
-
|
326
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
172
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
327
173
|
none: false
|
328
|
-
requirements:
|
329
|
-
- -
|
330
|
-
- !ruby/object:Gem::Version
|
331
|
-
|
332
|
-
segments:
|
174
|
+
requirements:
|
175
|
+
- - ! '>='
|
176
|
+
- !ruby/object:Gem::Version
|
177
|
+
version: '0'
|
178
|
+
segments:
|
333
179
|
- 0
|
334
|
-
version: "0"
|
335
180
|
requirements: []
|
336
|
-
|
337
181
|
rubyforge_project: groonga
|
338
|
-
rubygems_version: 1.
|
339
|
-
signing_key:
|
182
|
+
rubygems_version: 1.3.7
|
183
|
+
signing_key: !!null
|
340
184
|
specification_version: 3
|
341
|
-
summary: Ruby bindings for groonga that
|
342
|
-
|
185
|
+
summary: Ruby bindings for groonga that provide full text search and column store
|
186
|
+
features.
|
187
|
+
test_files:
|
188
|
+
- test/test-database.rb
|
189
|
+
- test/test-array.rb
|
190
|
+
- test/test-table-offset-and-limit.rb
|
343
191
|
- test/run-test.rb
|
192
|
+
- test/test-schema-type.rb
|
193
|
+
- test/test-remote.rb
|
194
|
+
- test/test-table-cursor.rb
|
195
|
+
- test/test-table-select.rb
|
196
|
+
- test/test-encoding.rb
|
197
|
+
- test/test-type.rb
|
198
|
+
- test/test-table.rb
|
199
|
+
- test/test-query.rb
|
200
|
+
- test/test-table-select-weight.rb
|
201
|
+
- test/test-expression-builder.rb
|
202
|
+
- test/test-exception.rb
|
203
|
+
- test/test-plugin.rb
|
204
|
+
- test/test-schema-view.rb
|
205
|
+
- test/test-procedure.rb
|
206
|
+
- test/test-snippet.rb
|
207
|
+
- test/groonga-test-utils.rb
|
208
|
+
- test/test-variable-size-column.rb
|
209
|
+
- test/test-database-dumper.rb
|
210
|
+
- test/test-pagination.rb
|
211
|
+
- test/test-variable.rb
|
212
|
+
- test/test-version.rb
|
213
|
+
- test/test-table-dumper.rb
|
214
|
+
- test/test-vector-column.rb
|
215
|
+
- test/test-schema-dumper.rb
|
216
|
+
- test/test-hash.rb
|
217
|
+
- test/test-logger.rb
|
218
|
+
- test/test-view.rb
|
219
|
+
- test/test-schema.rb
|
220
|
+
- test/test-accessor.rb
|
221
|
+
- test/test-table-select-mecab.rb
|
222
|
+
- test/test-table-select-normalize.rb
|
223
|
+
- test/test-index-cursor.rb
|
224
|
+
- test/test-fix-size-column.rb
|
225
|
+
- test/test-schema-create-table.rb
|
226
|
+
- test/test-context-select.rb
|
227
|
+
- test/test-expression.rb
|
228
|
+
- test/test-gqtp.rb
|
229
|
+
- test/test-context.rb
|
230
|
+
- test/test-record.rb
|
231
|
+
- test/test-column.rb
|
232
|
+
- test/test-index-column.rb
|
233
|
+
- test/test-patricia-trie.rb
|