effective_email_templates 0.4.5 → 0.4.6

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: ac2287e1ec548713c501e38e81ed0b8fc66af895
4
- data.tar.gz: 566120346fa51372eba86699776cd2127aae5bb8
3
+ metadata.gz: aee89bfc9879399e8fbcff81a53cbae2adc5224f
4
+ data.tar.gz: 4f95b545f8c0c12637d34b985e7c8e31e31ad5b2
5
5
  SHA512:
6
- metadata.gz: 7c99e05a76946141c79c4152f4cfb19454cdca327df63ff30ff612dfae5908a7ef7d43657354dea08148843a841a45392bb38ca7eb7c72f04a1ce2992df3f526
7
- data.tar.gz: acb684eee2d2421c28747797f8c66be8e2078cca451aa0956ced2623520ea1283930f7b6a2f911cc7e02af23787b77f473fafb1549f8226d4e16885a7c9acf8e
6
+ metadata.gz: 3003858b22f22072c835e49c84cc9576f35442efc6a325dcd75a756723a058753ad353a74d6aa29c1363f35b0163db47c853747d2b4f5eb39816440f62df7efe
7
+ data.tar.gz: b9afe74800afde5426f46073d3218d1baf0a236d2d9f941d5133c22ad4c265fc0fd7184604bafee67253a1bbbdf42dae631241f241c8931a71faaf3f5eabedf6
@@ -2,21 +2,6 @@ module EffectiveEmailTemplates
2
2
  class Engine < ::Rails::Engine
3
3
  engine_name 'effective_email_templates'
4
4
 
5
- # Include Helpers to base application
6
- initializer 'effective_email_templates.action_controller' do |app|
7
- ActiveSupport.on_load :action_controller do
8
- helper EffectiveEmailTemplatesHelper
9
- end
10
- end
11
-
12
- # Include acts_as_email_templatable concern and allow any ActiveRecord object to call it
13
- initializer 'effective_email_templates.active_record' do |app|
14
- ActiveSupport.on_load :active_record do
15
- # If you write a concern at all, it should be registered here
16
- #ActiveRecord::Base.extend(ActsAsAddressable::ActiveRecord)
17
- end
18
- end
19
-
20
5
  # Set up our default configuration options.
21
6
  initializer "effective_email_templates.defaults", :before => :load_config_initializers do |app|
22
7
  eval File.read("#{config.root}/config/effective_email_templates.rb")
@@ -1,3 +1,3 @@
1
1
  module EffectiveEmailTemplates
2
- VERSION = '0.4.5'.freeze
2
+ VERSION = '0.4.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_email_templates
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
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: 2017-06-19 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