maily 0.12.0 → 0.12.1

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: 1089b608a601adb322f549ed2801017a2b1c3d3431cc384353080a5a92c39d02
4
- data.tar.gz: b2764ddefc33668fe33bf416189ee4768e96e9df9037d8819be8e81b19bef292
3
+ metadata.gz: 9e2d3eb5fa12bff5214c0c3bf8279fa4ae87e1c2a1fa7e0d3ff15600576f836f
4
+ data.tar.gz: 5cb5fb89ad2e8a3c710f91e42c4ddaf7003a5673d96e71a5d23d9132a8036388
5
5
  SHA512:
6
- metadata.gz: ef3ecb6e741c94fd348926b49cb7a2c30452ff9e21280f560dcdbfacb5bae03a4ac087e08f38663bac28a41c9fba81541d4d5b37d6ea3396d6df86a4814969b3
7
- data.tar.gz: eb66fdba4c9f5cc8c4d3aa2c5e0a717074cf021e9d980da5c16c3e162f18a81fef92220d5cc9719ce3374c2de5ba65c7b3957161d82f9a8e6b5cf0c6842d71e3
6
+ metadata.gz: 3c4bcb08461590baedc7d0db69e49e9df161db4c79aa9339b1623147a89e66a0e1e4e9af4cf97b213b6370687c1ba9afef940640473af665f93fa10172536967
7
+ data.tar.gz: 50b5ad7a8155169dcda86df69b76fae8d30eed92d1634b9dfbec5aedfc1db07ba8b39129069b4b98efc786412fb115940820f8d409d8786c941549c73c8c5daf
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [0.12.1]
6
+
7
+ - Sprockets v4 fixes (#44)
8
+
5
9
  ## [0.12.0]
6
10
 
7
11
  - Support inline attachments (#30)
@@ -127,6 +131,7 @@ All notable changes to this project will be documented in this file.
127
131
 
128
132
  - First real usable release :tada:
129
133
 
134
+ [0.12.1]: https://github.com/markets/maily/compare/v0.12.0...v0.12.1
130
135
  [0.12.0]: https://github.com/markets/maily/compare/v0.11.0...v0.12.0
131
136
  [0.11.0]: https://github.com/markets/maily/compare/v0.10.1...v0.11.0
132
137
  [0.10.1]: https://github.com/markets/maily/compare/v0.10.0...v0.10.1
@@ -6,7 +6,8 @@ module Maily
6
6
  config.assets.precompile << %w(
7
7
  maily/application.css
8
8
  maily/logo.png
9
- maily/icons/*.svg
9
+ maily/icons/globe.svg
10
+ maily/icons/paperclip.svg
10
11
  )
11
12
  end
12
- end
13
+ end
@@ -1,3 +1,3 @@
1
1
  module Maily
2
- VERSION = "0.12.0"
2
+ VERSION = "0.12.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maily
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - markets
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-03 00:00:00.000000000 Z
11
+ date: 2020-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails