maily 2.0.0 → 2.0.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +3 -3
- data/app/views/maily/shared/_sidebar.html.erb +2 -0
- data/lib/maily/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5d36fc2996857665c3ca2722d87efacccdd1a389e2ff2c96e00ce4f8a2d0de4
|
|
4
|
+
data.tar.gz: e48248be9469c2f524434855a48ccbe11743631456b4659c941cc7c6cb4c2e68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb0e6fac2533eaf67e2c946ca7a7a18faa8d3765114d33cc7ae82036c010812f8a5849f445da776047a07a9cdcf8359b84a0279bf77068b23e1b707a42a6d90e
|
|
7
|
+
data.tar.gz: ad9bce77b87ed40340f2a3c491f17d722dab9d0922e11d34f0d1ebf94b5d2aca9218c7d8ba22bdea2ebf3e30f13f14a650049d1548b4f7b989efebf986d27966
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.0.1]
|
|
6
|
+
|
|
7
|
+
- Don't show empty mailer classes in sidebar (#51)
|
|
8
|
+
|
|
5
9
|
## [2.0.0]
|
|
6
10
|
|
|
7
11
|
- Email versions (#49)
|
|
@@ -149,6 +153,7 @@ All notable changes to this project will be documented in this file.
|
|
|
149
153
|
|
|
150
154
|
- First real usable release :tada:
|
|
151
155
|
|
|
156
|
+
[2.0.1]: https://github.com/markets/maily/compare/v2.0.0...v2.0.1
|
|
152
157
|
[2.0.0]: https://github.com/markets/maily/compare/v1.0.0...v2.0.0
|
|
153
158
|
[1.0.0]: https://github.com/markets/maily/compare/v0.12.3...v1.0.0
|
|
154
159
|
[0.12.3]: https://github.com/markets/maily/compare/v0.12.2...v0.12.3
|
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
</p>
|
|
5
5
|
<p align="center">
|
|
6
6
|
<a href="https://rubygems.org/gems/maily"><img src="https://img.shields.io/gem/v/maily.svg?style=flat-square"></a>
|
|
7
|
-
<a href="https://travis-ci.
|
|
7
|
+
<a href="https://travis-ci.com/markets/maily"><img src="https://travis-ci.com/markets/maily.svg?branch=master"></a>
|
|
8
8
|
<a href="https://codeclimate.com/github/markets/maily/maintainability"><img src="https://api.codeclimate.com/v1/badges/fff01b2137fd73070b14/maintainability"></a>
|
|
9
9
|
<a href="https://github.com/markets/maily/blob/master/MIT-LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/markets/maily.svg?style=flat-square"></a>
|
|
10
10
|
</p>
|
|
@@ -20,10 +20,10 @@ Maily automatically picks up all your emails and make them accessible from a kin
|
|
|
20
20
|
* Visual preview in the browser (attachments as well)
|
|
21
21
|
* Template edition (only in development)
|
|
22
22
|
* Email delivery
|
|
23
|
-
*
|
|
23
|
+
* Easy way (aka `Hooks`) to define and customize data for emails
|
|
24
|
+
* Email versions
|
|
24
25
|
* Flexible authorization system
|
|
25
26
|
* Minimalistic and clean interface
|
|
26
|
-
* Easy way (aka `hooks`) to define and customize data for emails
|
|
27
27
|
* Generator to handle a comfortable installation
|
|
28
28
|
|
|
29
29
|

|
data/lib/maily/version.rb
CHANGED
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: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- markets
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-04-
|
|
11
|
+
date: 2021-04-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|