roda-mailer_preview 0.1.1 → 0.1.2
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/README.md +5 -0
- metadata +11 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 627ba24da5309ce6413f6bda6c3586eee75e9d6f
|
|
4
|
+
data.tar.gz: ce6c8ef4a802f21611ed47e147ba1f83f2637a14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 046c89f667cadb180bae7ec18dcef6bd296c8a01d03b2286fbdf69a375d3a830aefd009be35c14d15a41d8c1cf72e8e87ea7079f2153ff63d87ad03ea68ece4e
|
|
7
|
+
data.tar.gz: f48ead4ff469da79b61ea1dc526a4eb2263d82148aec38306bc8ca38520b155a7409720c67ba89ac6465312612a63b12cf0af280bf4e8e1a653fdfd5c21cca2f
|
data/README.md
CHANGED
|
@@ -49,6 +49,11 @@ class App < Roda
|
|
|
49
49
|
end
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
+
## Gotchas
|
|
53
|
+
|
|
54
|
+
This library doesn't currently support HTML views. I'd likely accept a pull request if you wanted to
|
|
55
|
+
submit one.
|
|
56
|
+
|
|
52
57
|
## Contributing
|
|
53
58
|
|
|
54
59
|
Bug reports and pull requests are welcome on GitHub at https://github.com/adam12/roda-mailer_preview.
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: roda-mailer_preview
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Daniels
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: roda
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '2.0'
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: '5.0'
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: '2.0'
|
|
30
|
+
- - "<"
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '5.0'
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: rake
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -143,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
143
149
|
version: '0'
|
|
144
150
|
requirements: []
|
|
145
151
|
rubyforge_project:
|
|
146
|
-
rubygems_version: 2.
|
|
152
|
+
rubygems_version: 2.5.2
|
|
147
153
|
signing_key:
|
|
148
154
|
specification_version: 4
|
|
149
155
|
summary: Preview your Roda mailer plugin emails
|