will_filter 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/will_filter/engine.rb +2 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1
1
+ 3.0.2
@@ -9,7 +9,6 @@ module WillFilter
9
9
  config.autoload_paths << File.expand_path("../../lib/will_filter/containers", __FILE__)
10
10
 
11
11
  [
12
- "../../lib",
13
12
  "../../lib/core_ext/**",
14
13
  "../../lib/will_filter",
15
14
  "../../lib/will_filter/containers"
@@ -19,6 +18,8 @@ module WillFilter
19
18
  end
20
19
  end
21
20
 
21
+ require(File.expand_path("#{File.dirname(__FILE__)}/../../lib/application_helper.rb"))
22
+
22
23
  initializer "static assets" do |app|
23
24
  # app.middleware.use ActionDispatch::Static, "#{root}/public" # Old way, does not work in production
24
25
  app.middleware.insert_after ActionDispatch::Static, ActionDispatch::Static, "#{root}/public"
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: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 1
10
- version: 3.0.1
9
+ - 2
10
+ version: 3.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Berkovich