bootstrap-email 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62c6c5c793d4efc84cce78d500c28962ed044dcb2ee4cfa340ac366711d78275
4
- data.tar.gz: 591fe6126e0b9029ba96fa8d6c00ce99dae098a08a590d70f8aed75893dde83d
3
+ metadata.gz: 6b3959a73b4ef6acb7e11029e15cd44f801d7dbdbf0423cee2a28374d369771b
4
+ data.tar.gz: 0ed2e42216cf179bb5904dc81c9651ff92a3cb1874ea0b0821ccbcc85298e117
5
5
  SHA512:
6
- metadata.gz: '048c1bb0ed2d42b612e4fa052e6dc8f0872cb474aaa06664b6b3030f07f226d572213de43b459575ffca84d5ec75936c0341fbaa59a6fa47e9b490a47ff6c750'
7
- data.tar.gz: 14ab4f2fe71b5966e39dedc63283851b9d9650f7a2bbebe3cf2ac30e69e2ca59465101c4536935f1e77e08e285df70d1c94e9338bb1404dbce4545e40a3113c3
6
+ metadata.gz: fd9f7693c6ec24b2734c07748b78496895ca35882b4bd3bccf755fcd1f76709502ad0f833522c8009bc9758711458fa4b7645f36fccef78e4cb5de0017796406
7
+ data.tar.gz: c4794af7ae4dff89a25ed516cf01a99c0c89a59388b53cf1cd12ed70b126bb1e8bd89a54b00ed50f6f27ef168d75b068f6c656bb95e53124e87377e03147a1f2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
@@ -5,7 +5,6 @@ div.hr {
5
5
  & > table {
6
6
  width: 100%;
7
7
  & > tbody > tr > td {
8
- width: 100%;
9
8
  border-top: 1px solid #dddddd;
10
9
  height: 1px;
11
10
  width: 100%;
@@ -1,4 +1,4 @@
1
- class ActionMailer::Base
1
+ ActiveSupport.on_load(:action_mailer) do
2
2
  # sit in the middle and compile the html
3
3
  def bootstrap_mail(*args)
4
4
  bootstrap = BootstrapEmail::Compiler.new(mail(*args) { |format| format.html { render layout: 'layouts/bootstrap-mailer.html.erb' } })
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-email
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Yamartino
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-15 00:00:00.000000000 Z
11
+ date: 2021-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionmailer
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3'
69
- description:
69
+ description:
70
70
  email: stu@stuyam.com
71
71
  executables: []
72
72
  extensions: []
@@ -115,13 +115,13 @@ homepage: https://bootstrapemail.com
115
115
  licenses:
116
116
  - MIT
117
117
  metadata: {}
118
- post_install_message:
118
+ post_install_message:
119
119
  rdoc_options: []
120
120
  require_paths:
121
121
  - lib
122
122
  required_ruby_version: !ruby/object:Gem::Requirement
123
123
  requirements:
124
- - - "~>"
124
+ - - ">="
125
125
  - !ruby/object:Gem::Version
126
126
  version: '2.0'
127
127
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  version: '0'
132
132
  requirements: []
133
133
  rubygems_version: 3.0.3
134
- signing_key:
134
+ signing_key:
135
135
  specification_version: 4
136
136
  summary: Bootstrap 4 stylesheet, compiler, and inliner for responsive and consistent
137
137
  emails with the Bootstrap syntax you know and love.