maily 0.12.2 → 0.12.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/app/assets/stylesheets/maily/application.scss +1 -1
- 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: cfc2eedacb505c46dcd6dbc2d7a3adc0f18605453b2850223c33f72b869df960
|
|
4
|
+
data.tar.gz: 386a9ed29e434baae292f7d60a1e4c16d1396fa759cb34fe78b9b292adece2d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b420c74f8a2acba9875aa2dfc82524338b73f2f8b24dd161b72d8555bdd12af174d8cbef9e9ee8b52f73bf1ce56f4dfe60c2d4e4f61c6cd63e95a3c4a24725b
|
|
7
|
+
data.tar.gz: 58b51be5159cb954b3c5b21a36070903734f08c12cc7ddff94c7987cdf74953803e3afa199284f6eebb50d0434f6c2675c027860c275dcf24684fb95a2061cdd
|
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
|
+
## [0.12.3]
|
|
6
|
+
|
|
7
|
+
- Styles: fix input placeholder color in Firefox
|
|
8
|
+
|
|
5
9
|
## [0.12.2]
|
|
6
10
|
|
|
7
11
|
- Refine logo and UI (#45)
|
|
@@ -135,6 +139,7 @@ All notable changes to this project will be documented in this file.
|
|
|
135
139
|
|
|
136
140
|
- First real usable release :tada:
|
|
137
141
|
|
|
142
|
+
[0.12.3]: https://github.com/markets/maily/compare/v0.12.2...v0.12.3
|
|
138
143
|
[0.12.2]: https://github.com/markets/maily/compare/v0.12.1...v0.12.2
|
|
139
144
|
[0.12.1]: https://github.com/markets/maily/compare/v0.12.0...v0.12.1
|
|
140
145
|
[0.12.0]: https://github.com/markets/maily/compare/v0.11.0...v0.12.0
|
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: 0.12.
|
|
4
|
+
version: 0.12.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- markets
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|