rroonga 1.2.8 → 1.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. data/ext/groonga/rb-grn.h +1 -1
  2. metadata +3 -44
  3. data/ext/groonga/groonga.so +0 -0
  4. data/ext/groonga/rb-grn-accessor.o +0 -0
  5. data/ext/groonga/rb-grn-array-cursor.o +0 -0
  6. data/ext/groonga/rb-grn-array.o +0 -0
  7. data/ext/groonga/rb-grn-column.o +0 -0
  8. data/ext/groonga/rb-grn-context.o +0 -0
  9. data/ext/groonga/rb-grn-database.o +0 -0
  10. data/ext/groonga/rb-grn-encoding-support.o +0 -0
  11. data/ext/groonga/rb-grn-encoding.o +0 -0
  12. data/ext/groonga/rb-grn-exception.o +0 -0
  13. data/ext/groonga/rb-grn-expression-builder.o +0 -0
  14. data/ext/groonga/rb-grn-expression.o +0 -0
  15. data/ext/groonga/rb-grn-fix-size-column.o +0 -0
  16. data/ext/groonga/rb-grn-hash-cursor.o +0 -0
  17. data/ext/groonga/rb-grn-hash.o +0 -0
  18. data/ext/groonga/rb-grn-index-column.o +0 -0
  19. data/ext/groonga/rb-grn-index-cursor.o +0 -0
  20. data/ext/groonga/rb-grn-logger.o +0 -0
  21. data/ext/groonga/rb-grn-object.o +0 -0
  22. data/ext/groonga/rb-grn-operator.o +0 -0
  23. data/ext/groonga/rb-grn-patricia-trie-cursor.o +0 -0
  24. data/ext/groonga/rb-grn-patricia-trie.o +0 -0
  25. data/ext/groonga/rb-grn-plugin.o +0 -0
  26. data/ext/groonga/rb-grn-posting.o +0 -0
  27. data/ext/groonga/rb-grn-procedure.o +0 -0
  28. data/ext/groonga/rb-grn-query.o +0 -0
  29. data/ext/groonga/rb-grn-record.o +0 -0
  30. data/ext/groonga/rb-grn-snippet.o +0 -0
  31. data/ext/groonga/rb-grn-table-cursor-key-support.o +0 -0
  32. data/ext/groonga/rb-grn-table-cursor.o +0 -0
  33. data/ext/groonga/rb-grn-table-key-support.o +0 -0
  34. data/ext/groonga/rb-grn-table.o +0 -0
  35. data/ext/groonga/rb-grn-type.o +0 -0
  36. data/ext/groonga/rb-grn-utils.o +0 -0
  37. data/ext/groonga/rb-grn-variable-size-column.o +0 -0
  38. data/ext/groonga/rb-grn-variable.o +0 -0
  39. data/ext/groonga/rb-grn-view-accessor.o +0 -0
  40. data/ext/groonga/rb-grn-view-cursor.o +0 -0
  41. data/ext/groonga/rb-grn-view-record.o +0 -0
  42. data/ext/groonga/rb-grn-view.o +0 -0
  43. data/ext/groonga/rb-groonga.o +0 -0
data/ext/groonga/rb-grn.h CHANGED
@@ -72,7 +72,7 @@ RB_GRN_BEGIN_DECLS
72
72
 
73
73
  #define RB_GRN_MAJOR_VERSION 1
74
74
  #define RB_GRN_MINOR_VERSION 2
75
- #define RB_GRN_MICRO_VERSION 8
75
+ #define RB_GRN_MICRO_VERSION 9
76
76
 
77
77
  #define RB_GRN_QUERY_DEFAULT_MAX_EXPRESSIONS 32
78
78
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rroonga
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 8
10
- version: 1.2.8
9
+ - 9
10
+ version: 1.2.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kouhei Sutou
@@ -164,88 +164,47 @@ files:
164
164
  - ext/groonga/Makefile
165
165
  - ext/groonga/extconf.rb
166
166
  - ext/groonga/groonga.def
167
- - ext/groonga/groonga.so
168
167
  - ext/groonga/rb-grn-accessor.c
169
- - ext/groonga/rb-grn-accessor.o
170
168
  - ext/groonga/rb-grn-array-cursor.c
171
- - ext/groonga/rb-grn-array-cursor.o
172
169
  - ext/groonga/rb-grn-array.c
173
- - ext/groonga/rb-grn-array.o
174
170
  - ext/groonga/rb-grn-column.c
175
- - ext/groonga/rb-grn-column.o
176
171
  - ext/groonga/rb-grn-context.c
177
- - ext/groonga/rb-grn-context.o
178
172
  - ext/groonga/rb-grn-database.c
179
- - ext/groonga/rb-grn-database.o
180
173
  - ext/groonga/rb-grn-encoding-support.c
181
- - ext/groonga/rb-grn-encoding-support.o
182
174
  - ext/groonga/rb-grn-encoding.c
183
- - ext/groonga/rb-grn-encoding.o
184
175
  - ext/groonga/rb-grn-exception.c
185
- - ext/groonga/rb-grn-exception.o
186
176
  - ext/groonga/rb-grn-expression-builder.c
187
- - ext/groonga/rb-grn-expression-builder.o
188
177
  - ext/groonga/rb-grn-expression.c
189
- - ext/groonga/rb-grn-expression.o
190
178
  - ext/groonga/rb-grn-fix-size-column.c
191
- - ext/groonga/rb-grn-fix-size-column.o
192
179
  - ext/groonga/rb-grn-hash-cursor.c
193
- - ext/groonga/rb-grn-hash-cursor.o
194
180
  - ext/groonga/rb-grn-hash.c
195
- - ext/groonga/rb-grn-hash.o
196
181
  - ext/groonga/rb-grn-index-column.c
197
- - ext/groonga/rb-grn-index-column.o
198
182
  - ext/groonga/rb-grn-index-cursor.c
199
- - ext/groonga/rb-grn-index-cursor.o
200
183
  - ext/groonga/rb-grn-logger.c
201
- - ext/groonga/rb-grn-logger.o
202
184
  - ext/groonga/rb-grn-object.c
203
- - ext/groonga/rb-grn-object.o
204
185
  - ext/groonga/rb-grn-operator.c
205
- - ext/groonga/rb-grn-operator.o
206
186
  - ext/groonga/rb-grn-patricia-trie-cursor.c
207
- - ext/groonga/rb-grn-patricia-trie-cursor.o
208
187
  - ext/groonga/rb-grn-patricia-trie.c
209
- - ext/groonga/rb-grn-patricia-trie.o
210
188
  - ext/groonga/rb-grn-plugin.c
211
- - ext/groonga/rb-grn-plugin.o
212
189
  - ext/groonga/rb-grn-posting.c
213
- - ext/groonga/rb-grn-posting.o
214
190
  - ext/groonga/rb-grn-procedure.c
215
- - ext/groonga/rb-grn-procedure.o
216
191
  - ext/groonga/rb-grn-query.c
217
- - ext/groonga/rb-grn-query.o
218
192
  - ext/groonga/rb-grn-record.c
219
- - ext/groonga/rb-grn-record.o
220
193
  - ext/groonga/rb-grn-snippet.c
221
- - ext/groonga/rb-grn-snippet.o
222
194
  - ext/groonga/rb-grn-table-cursor-key-support.c
223
- - ext/groonga/rb-grn-table-cursor-key-support.o
224
195
  - ext/groonga/rb-grn-table-cursor.c
225
- - ext/groonga/rb-grn-table-cursor.o
226
196
  - ext/groonga/rb-grn-table-key-support.c
227
- - ext/groonga/rb-grn-table-key-support.o
228
197
  - ext/groonga/rb-grn-table.c
229
- - ext/groonga/rb-grn-table.o
230
198
  - ext/groonga/rb-grn-type.c
231
- - ext/groonga/rb-grn-type.o
232
199
  - ext/groonga/rb-grn-utils.c
233
- - ext/groonga/rb-grn-utils.o
234
200
  - ext/groonga/rb-grn-variable-size-column.c
235
- - ext/groonga/rb-grn-variable-size-column.o
236
201
  - ext/groonga/rb-grn-variable.c
237
- - ext/groonga/rb-grn-variable.o
238
202
  - ext/groonga/rb-grn-view-accessor.c
239
- - ext/groonga/rb-grn-view-accessor.o
240
203
  - ext/groonga/rb-grn-view-cursor.c
241
- - ext/groonga/rb-grn-view-cursor.o
242
204
  - ext/groonga/rb-grn-view-record.c
243
- - ext/groonga/rb-grn-view-record.o
244
205
  - ext/groonga/rb-grn-view.c
245
- - ext/groonga/rb-grn-view.o
246
206
  - ext/groonga/rb-grn.h
247
207
  - ext/groonga/rb-groonga.c
248
- - ext/groonga/rb-groonga.o
249
208
  - extconf.rb
250
209
  - lib/groonga.rb
251
210
  - lib/groonga/context.rb
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file