will_filter 3.0.2 → 3.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +0 -2
- data/VERSION +1 -1
- data/lib/will_filter/engine.rb +0 -6
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.3
|
data/lib/will_filter/engine.rb
CHANGED
@@ -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:
|
4
|
+
hash: 1
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 3.0.
|
9
|
+
- 3
|
10
|
+
version: 3.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michael Berkovich
|