will_filter 3.0.2 → 3.0.3

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.
data/Gemfile.lock CHANGED
@@ -59,7 +59,6 @@ GEM
59
59
  rake (>= 0.8.7)
60
60
  thor (~> 0.14.4)
61
61
  rake (0.9.1)
62
- sqlite3 (1.3.3)
63
62
  thor (0.14.6)
64
63
  treetop (1.4.9)
65
64
  polyglot (>= 0.3.1)
@@ -71,5 +70,4 @@ PLATFORMS
71
70
 
72
71
  DEPENDENCIES
73
72
  rails (~> 3.0.0)
74
- sqlite3
75
73
  will_paginate (~> 3.0.pre2)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.2
1
+ 3.0.3
@@ -3,11 +3,6 @@ require "rails"
3
3
 
4
4
  module WillFilter
5
5
  class Engine < Rails::Engine
6
- config.autoload_paths << File.expand_path("../../lib", __FILE__)
7
- config.autoload_paths << File.expand_path("../../lib/core_ext/**", __FILE__)
8
- config.autoload_paths << File.expand_path("../../lib/will_filter", __FILE__)
9
- config.autoload_paths << File.expand_path("../../lib/will_filter/containers", __FILE__)
10
-
11
6
  [
12
7
  "../../lib/core_ext/**",
13
8
  "../../lib/will_filter",
@@ -17,7 +12,6 @@ module WillFilter
17
12
  require(file)
18
13
  end
19
14
  end
20
-
21
15
  require(File.expand_path("#{File.dirname(__FILE__)}/../../lib/application_helper.rb"))
22
16
 
23
17
  initializer "static assets" do |app|
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: will_filter
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 2
10
- version: 3.0.2
9
+ - 3
10
+ version: 3.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Berkovich