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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 742ed0f8a13e8cd868c30a9ea21bcc5127ce1d83
4
- data.tar.gz: 906cbb169041cecb056b26dad96ca16987377a8c
3
+ metadata.gz: 8411ace27411e8225daa9896f4f02359d3936cd3
4
+ data.tar.gz: e9ed71ec3ac1cae913b2d7d9b2352e2e929924bb
5
5
  SHA512:
6
- metadata.gz: 9c8cc534ac07028ef8ff23c14ef7f4412e0b6f3864f89b20d262cee16c5e53598a518f7f5853a98d011637ea4d6aa271727a0b111be026baf571e888d6ef40d1
7
- data.tar.gz: 966f184e10f6d77dbd88daa0ef11d02830ed2ef834b0e71a6ea025cf806df85c05068a0f208406d09233e55e3bba30630cc53fe56d239575050c3f3328d27fad
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
@@ -1,3 +1,3 @@
1
1
  module EffectiveAddresses
2
- VERSION = '1.8.0'.freeze
2
+ VERSION = '1.8.1'.freeze
3
3
  end
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.0
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-02-16 00:00:00.000000000 Z
11
+ date: 2018-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails