middleman-roadie 0.1.2 → 0.1.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/README.md +5 -0
- data/lib/middleman-roadie/rack_inliner.rb +2 -1
- data/lib/middleman-roadie/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8772ea8da3a77483451b0999a351eda91de42c8b
|
|
4
|
+
data.tar.gz: 9d27e1b90c46d8b358ba6ead8e196f964821dc17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a84b132f64e7ccccb1c1be052aab31174c1ede4d9c7d287dbc36ea89d477756d4b7a85c6bafd98066c8ce59188dd83ae34afb82ca2249efa9fccd27ab6580f2
|
|
7
|
+
data.tar.gz: 8ddec24ca49da07022ad6825c0e399d1100a34fe4e838a88cc68c3a5bbde21aa9b9060387e8bad1721963dae7b4a998826a1ce92441dcc6955cc32d6298421f8
|
data/README.md
CHANGED
|
@@ -16,6 +16,11 @@ Use a custom layout for email rendering `page '/email/*', layout: :email` in con
|
|
|
16
16
|
|
|
17
17
|
If for some reason you need to include styles but don't want to be inlined on html, just include with `stylesheet_inline_tag your_styles, false`
|
|
18
18
|
|
|
19
|
+
## TODO
|
|
20
|
+
|
|
21
|
+
* Add layout setting for override default email layout
|
|
22
|
+
* Add possibility to pass options to roadie
|
|
23
|
+
|
|
19
24
|
## Contributing
|
|
20
25
|
|
|
21
26
|
1. Fork it
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: middleman-roadie
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Victor Ortiz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: middleman-core
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
version: '0'
|
|
76
76
|
requirements: []
|
|
77
77
|
rubyforge_project:
|
|
78
|
-
rubygems_version: 2.
|
|
78
|
+
rubygems_version: 2.5.1
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Roadie Middleman extension adaptor
|