redis-textsearch 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/redis/text_search.rb +0 -1
  2. metadata +1 -1
@@ -65,7 +65,6 @@ class Redis
65
65
  if defined?(ActiveRecord::Base) and ancestors.include?(ActiveRecord::Base)
66
66
  instance_eval <<-EndMethod
67
67
  def text_search_find(ids, options)
68
- puts "IDS=\#{ids.inspect}"
69
68
  all(options.merge(:conditions => {:#{primary_key} => ids}))
70
69
  end
71
70
  EndMethod
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis-textsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nate Wiger