effective_email_templates 0.4.2 → 0.4.3

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: 0cdea829a164a92ea456cdc26d70f5e1f1977d21
4
- data.tar.gz: 6ccca7671eb6792a688874f692a21e57145a50eb
3
+ metadata.gz: 3ecb0d1679a64c00067f1fe48ddc67e8cbf735e8
4
+ data.tar.gz: fb8f0f33f47b6f6fd714e53bdee97f1bfa10dece
5
5
  SHA512:
6
- metadata.gz: d27dd4cea5657baee5642bf4e56589c91324dc39a451c76352e409787352f1eaa12d45da6a2924b1fff2c9304b6e9fa1983ee3cf72e9c642a1a1958e61a4c2b2
7
- data.tar.gz: 5b1df15f74119ba3875534d825257bc48d0b56545eb2b63e3462e7f791a4449bfc5d057d909586a7c8bdfd43f8c3514cc8448add1f91026df3a54e9b311710e1
6
+ metadata.gz: 43303d4ff841ee86a2aaea65547380e7fadcd71147027a26978613db676d0e2d3d81f3d738e1b0c64d7062c71fb5e248f25725ed319ad1a003e9dd597943467e
7
+ data.tar.gz: 74b126727e44a60bcc6f6f0c9d09d13b12852301b52971cd0658ece94d5a68e37a2630aa49868c869334e2588597742e9a66dfba461312b02d44e5ab8e861e6f
@@ -11,7 +11,7 @@ unless Gem::Version.new(EffectiveDatatables::VERSION) < Gem::Version.new('3.0')
11
11
  col :bcc, visible: false, label: 'BCC'
12
12
  col :body, visible: false
13
13
 
14
- actions_col :actions, partial: '/admin/email_templates/actions', partial_as: 'email_template'
14
+ actions_col partial: '/admin/email_templates/actions', partial_as: 'email_template'
15
15
  end
16
16
 
17
17
  collection do
@@ -1,4 +1,4 @@
1
- class CreateEffectiveEmailTemplates < ActiveRecord::Migration
1
+ class CreateEffectiveEmailTemplates < ActiveRecord::Migration[4.2]
2
2
  def self.up
3
3
  create_table <%= @email_templates_table_name %> do |t|
4
4
  t.string :subject
@@ -1,3 +1,3 @@
1
1
  module EffectiveEmailTemplates
2
- VERSION = '0.4.2'.freeze
2
+ VERSION = '0.4.3'.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.2
4
+ version: 0.4.3
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-05-23 00:00:00.000000000 Z
11
+ date: 2017-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails