search_generator 0.5 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/templates/script/indexer +1 -1
  2. metadata +2 -2
@@ -66,7 +66,7 @@ def simple_index
66
66
 
67
67
  # only index non-nil content
68
68
  if not data.nil? then
69
- contents << Search::Simple::Content.new(ar.send(column), column_id, ts)
69
+ contents << Search::Simple::Content.new(ar.send(column).to_s, column_id, ts)
70
70
  end
71
71
  end
72
72
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: search_generator
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.5"
7
- date: 2005-04-24
6
+ version: 0.5.1
7
+ date: 2005-04-25
8
8
  summary: "[Rails] Search generator."
9
9
  require_paths:
10
10
  - "."