effective_addresses 1.8.0 → 1.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/effective_addresses/engine.rb +0 -7
- data/lib/effective_addresses/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8411ace27411e8225daa9896f4f02359d3936cd3
|
4
|
+
data.tar.gz: e9ed71ec3ac1cae913b2d7d9b2352e2e929924bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9429c25130870fe919828a43d3dd4c7bd3d2cd7c1c780f5fb6948f07d48c7998fb9c840c238ee11779b002f9cd8a4f10f525b9ffbe5ff317ae86a9a60fec69f
|
7
|
+
data.tar.gz: a30bc5674a684e8088cf6c4eb6200dd74a116b77a807019ded76782dc11e4762ecc0c049797510950f6902ea37bf5775183c9753d10a91b7b53924151174631a
|
@@ -5,13 +5,6 @@ module EffectiveAddresses
|
|
5
5
|
config.autoload_paths += Dir["#{config.root}/app/models/concerns"]
|
6
6
|
config.autoload_paths += Dir["#{config.root}/app/models/validators"]
|
7
7
|
|
8
|
-
# Include Helpers to base application
|
9
|
-
initializer 'effective_addresses.action_controller' do |app|
|
10
|
-
ActiveSupport.on_load :action_controller do
|
11
|
-
helper EffectiveAddressesHelper
|
12
|
-
end
|
13
|
-
end
|
14
|
-
|
15
8
|
# Include acts_as_addressable concern and allow any ActiveRecord object to call it
|
16
9
|
initializer 'effective_addresses.active_record' do |app|
|
17
10
|
ActiveSupport.on_load :active_record do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_addresses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.8.
|
4
|
+
version: 1.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|