ferret 0.10.12 → 0.10.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +5 -0
  2. data/lib/ferret_version.rb +1 -1
  3. metadata +1 -1
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ Fri Oct 20 22:25:37 JST 2006
2
+ * Added Filter#bits method to built-in Filters.
3
+ * Added MappingFilter < TokenFilter that can be used to map strings to other
4
+ strings during analysis. A possible use of this is it to Filter utf-8
5
+ characters to ascii characters.
1
6
 
2
7
  Fri Oct 13 09:18:31 JST 2006
3
8
  * Changed documentation to state truthfully that FULL_ENGLISH_STOP_WORDS is
@@ -1,3 +1,3 @@
1
1
  module Ferret
2
- VERSION = '0.10.12'
2
+ VERSION = '0.10.13'
3
3
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: ferret
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.10.12
6
+ version: 0.10.13
7
7
  date: 2006-10-20 00:00:00 +09:00
8
8
  summary: Ruby indexing library.
9
9
  require_paths: