searcher 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ end
11
11
  ActiveRecord::Base.extend(Searcher::ClassMethods)
12
12
 
13
13
  ActiveSupport.on_load(:after_initialize) do
14
+ Dir[Rails.root + "app/models/**/*.rb"].each { |f| require f } if Rails.env.development?
14
15
  Searcher.classes.each do |klass|
15
16
  table = klass.arel_table
16
17
  klass.searcher[:labels].each do |name, config|
@@ -1,3 +1,3 @@
1
1
  module Searcher
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: searcher
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors: []
13
13
 
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-29 00:00:00 +11:00
18
+ date: 2011-01-30 00:00:00 +11:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency