bullet_train 1.0.56 → 1.0.57

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: '050967e4734b7cf6e08bd50bc8d635f2e0ec1c8059e847efd1d9786b37ee86f1'
4
- data.tar.gz: 574a852fe00ff37d765bbd0c20ce536500898008157edcea1006628724d1a0a3
3
+ metadata.gz: 158a31cdb998888571d3660cbaefab697fa9fb65a2c2618789561cb4ea380447
4
+ data.tar.gz: ab67082be76233909febeb4983867889901e8666da49ac8a2fd02345c357fa34
5
5
  SHA512:
6
- metadata.gz: 409f086e28aaf12ec7747ec3491d7a46eef6164661f8ada07794a198a7e10b644ebe94bb2ef706900b36625a49b866a7a1df46effdaa5448ec279b08230673a1
7
- data.tar.gz: 9ad4bf37185884ef87a175427e1b3ca8af2006ea693e932874fd0d1d788afc80fb29f16cdba703e7daf3f1ad251366af58054611b861e3109d59c949a81b6248
6
+ metadata.gz: ea481e7dee5b19e6125004983182e725804f61e57a52d7d443112ff6bd518aaee93e4834f01cac2ee6300c2c8fcea49e51a313c619b298000361c74bd0545788
7
+ data.tar.gz: 7ffbd077df256ec62093ba7432256049c236aac3ba6b94b2374fd95ef4511161fa359f54d3f599cb123640fb72e397584aea97a9c0991e0480b079b6042062cd
@@ -376,7 +376,7 @@
376
376
  <tr>
377
377
  <td class="email-masthead">
378
378
  <a href="<%= root_url %>" class="email-masthead_name">
379
- <%= email_image_tag("logo/logo.png", width: image_width_for_height("logo/logo.png", BulletTrain::Themes.logo_height), height: BulletTrain::Themes.logo_height, style: "width: #{image_width_for_height('logo/logo.png', BulletTrain::Themes.logo_height)}px; height: <%= BulletTrain::Themes.logo_height %>px;") %>
379
+ <%= email_image_tag("logo/logo.png", width: image_width_for_height("logo/logo.png", BulletTrain::Themes.logo_height), height: BulletTrain::Themes.logo_height, style: "width: #{image_width_for_height('logo/logo.png', BulletTrain::Themes.logo_height)}px; height: #{BulletTrain::Themes.logo_height}px;") %>
380
380
  </a>
381
381
  </td>
382
382
  </tr>
@@ -1,3 +1,3 @@
1
1
  module BulletTrain
2
- VERSION = "1.0.56"
2
+ VERSION = "1.0.57"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.56
4
+ version: 1.0.57
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver