actionmailer-markdown 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
  SHA256:
3
- metadata.gz: a044ca81f7b847e07a7f2287837a5ee6fb7b077a7ea4b3c91fa06234380b1188
4
- data.tar.gz: fcedeba702d82d424fd45a23c0c7cc8a83efe4df13f93238968fb277e393fae3
3
+ metadata.gz: 3ebe1db37d8bd6b28e2831cb9d82b40588c8e941017b5f760bd2e2f05c8b89ce
4
+ data.tar.gz: 24f0b8c284ecbd0709914ad1b682fb2b24d5736f4e718a8bd9c4e1595faf47a5
5
5
  SHA512:
6
- metadata.gz: fc09a724f76c74741e55d43247491d61dcf7738564c58d6b939ca815935bb75057adb9560b3b74b018734ed8d099f546111c6369ace5cf74b1ecf5faa6d06a6d
7
- data.tar.gz: 97bd392bca74d202d65cab66260704ba18206adb880d637ba20998cda0093d16ade2d0a1b604756f53a2423fe1b657bb33adabe9369b4b1d393c8e5d36fcfeda
6
+ metadata.gz: abb1f8588b16bcce4f51a63a51f24e91dc21d451e888791a1baa8c728c2a7ec0293359ac1c41731ce6aa0cef7eb618d73326252174ed0194f6285d26e833fdd5
7
+ data.tar.gz: 3a9a020648059ef34ac7be7f5add29efd8d9b4a95484ca6b8ffdbc868e37251850ebc4b58c141958e0f4eca441709436a01652642394e2f26c305f2f48677049
data/README.md CHANGED
@@ -1,8 +1,5 @@
1
1
  # ActionMailer::Markdown
2
2
 
3
- [![Travis-CI](https://travis-ci.org/fnando/actionmailer-markdown.svg)](https://travis-ci.org/fnando/actionmailer-markdown)
4
- [![Code Climate](https://codeclimate.com/github/fnando/actionmailer-markdown/badges/gpa.svg)](https://codeclimate.com/github/fnando/actionmailer-markdown)
5
- [![Test Coverage](https://codeclimate.com/github/fnando/actionmailer-markdown/badges/coverage.svg)](https://codeclimate.com/github/fnando/actionmailer-markdown/coverage)
6
3
  [![Gem](https://img.shields.io/gem/v/actionmailer-markdown.svg)](https://rubygems.org/gems/actionmailer-markdown)
7
4
  [![Gem](https://img.shields.io/gem/dt/actionmailer-markdown.svg)](https://rubygems.org/gems/actionmailer-markdown)
8
5
 
@@ -7,7 +7,6 @@ ActionMailer::Base.class_eval do
7
7
  options = variables_set_by_user
8
8
  subject = get_translation_for("subject", options)
9
9
  headers[:subject] ||= subject
10
- headers[:locals] = {a: 1}
11
10
  mail_method.bind_call(self, headers, &block)
12
11
  end
13
12
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActionMailer
4
4
  module Markdown
5
- VERSION = "0.4.2"
5
+ VERSION = "0.4.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionmailer-markdown
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
  - Nando Vieira
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-23 00:00:00.000000000 Z
11
+ date: 2023-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionmailer
@@ -238,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
238
238
  - !ruby/object:Gem::Version
239
239
  version: '0'
240
240
  requirements: []
241
- rubygems_version: 3.2.32
241
+ rubygems_version: 3.4.1
242
242
  signing_key:
243
243
  specification_version: 4
244
244
  summary: A different take on using ActionMailer, Markdown and I18n.