grnline 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/doc/text/news.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # News
2
2
 
3
+ ## <a id="0-0-2">0.0.2</a>: 2013-05-31
4
+
5
+ ### Improvements
6
+
7
+ * tools: sorted groonga commands alphabetically before printing.
8
+
9
+ ### Fixes
10
+
11
+ * Added missing groonga commands ("tokenize" and "normalize").
12
+ * tools: fix a typo in the filename.
13
+
3
14
  ## <a id="0-0-1">0.0.1</a>: 2013-05-31
4
15
 
5
16
  The first release !
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  module GrnLine
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
@@ -13,8 +13,9 @@ module GrnLine
13
13
  "cache_limit", "check", "clearlock", "column_create", "column_list",
14
14
  "column_remove", "column_rename", "define_selector", "defrag",
15
15
  "delete", "dump", "load", "log_level", "log_put", "log_reopen",
16
- "quit", "register", "select", "shutdown", "status", "table_create",
17
- "table_list", "table_remove", "table_rename", "truncate"
16
+ "normalize", "quit", "register", "select", "shutdown", "status",
17
+ "table_create", "table_list", "table_remove", "table_rename",
18
+ "tokenize", "truncate"
18
19
  ]
19
20
  GROONGA_SHUTDOWN_COMMANDS = ["quit", "shutdown"]
20
21
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grnline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -167,7 +167,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
167
167
  version: '0'
168
168
  segments:
169
169
  - 0
170
- hash: 1192488674147790038
170
+ hash: 855349197423195369
171
171
  required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  none: false
173
173
  requirements:
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  version: '0'
177
177
  segments:
178
178
  - 0
179
- hash: 1192488674147790038
179
+ hash: 855349197423195369
180
180
  requirements: []
181
181
  rubyforge_project:
182
182
  rubygems_version: 1.8.23