mjml-rails 2.1.4 → 2.1.4.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
  SHA1:
3
- metadata.gz: bf6eef06d74f2371d4fb2ea04df243440ad47df6
4
- data.tar.gz: 11a9f4de6b6e6bcc161578da22243fc5fe11e364
3
+ metadata.gz: 1e59e3e02f10d8a60bec4f24c6fbb0c54e17c97e
4
+ data.tar.gz: 2677fddd0a759e3e4ec3e4c2cb8bed1cf125d011
5
5
  SHA512:
6
- metadata.gz: 0549178dd254f105866c35dce89506efdc72d249275c780e1961fc196f6ce2ea617b270885bfe661db206a1447336d22168b4c7a35acd74d94c15a7d0010e39d
7
- data.tar.gz: 948508e87b46bf9732ae8aedf07e285cdbcf9cb1fb85b39a21b9fa7763c99f5caf75ad0127192803c61e1fa447cf7eca30d978256f2df28a19e71a2711da94ff
6
+ metadata.gz: abc6cfe1614a3e7fbdf7f24659d0230dcb1034594a7e45828c234e8ca859afe8f527eccc5b11f34fcc922a2d5754547a40abef34f77424f7f81b81959df06687
7
+ data.tar.gz: adf302aa4c460744935d39402734151980135f7bfc486df67f77269070f4c33be499b784e222226c6622c93184b23e49f614d69ca04a593b5bfb5b5b36d2ad41
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.md CHANGED
@@ -50,7 +50,7 @@ end
50
50
  Add it to your Gemfile.
51
51
 
52
52
  ```ruby
53
- gem 'mjml-rails', git: 'https://github.com/sighmon/mjml-rails.git', require: 'mjml'
53
+ gem 'mjml-rails'
54
54
  ```
55
55
 
56
56
  Run the following command to install it:
@@ -65,6 +65,10 @@ Install the MJML parser
65
65
  npm install -g mjml@2.1.4
66
66
  ```
67
67
 
68
+ ### How to guides
69
+
70
+ [Hugo Giraudel](https://twitter.com/hugogiraudel) wrote a post on [using MJML in Rails](http://dev.edenspiekermann.com/2016/06/02/using-mjml-in-rails/).
71
+
68
72
  ## Deploying with Heroku
69
73
 
70
74
  To deploy with [Heroku](https://heroku.com) you'll need to setup [multiple buildpacks](https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app) so that Heroku first builds Node for MJML and then the Ruby environment for your app.
@@ -0,0 +1 @@
1
+ require "mjml"
@@ -1,4 +1,4 @@
1
1
  module Mjml
2
2
  # Version number matches MJML.io version
3
- VERSION = "2.1.4"
3
+ VERSION = "2.1.4.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mjml-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Loffler
@@ -30,7 +30,7 @@ cert_chain:
30
30
  5hPZOkUdP3egZ1xAHeFIOhTIaOJezjUEDQVattPkgwl25+Q2EXJ+5ehDU86v+lxH
31
31
  E9hMwkxwQntg0fKVFbnVMOg2itaj8fJ7
32
32
  -----END CERTIFICATE-----
33
- date: 2016-06-02 00:00:00.000000000 Z
33
+ date: 2016-06-08 00:00:00.000000000 Z
34
34
  dependencies: []
35
35
  description: Render MJML + ERb template views in Rails
36
36
  email: sighmon@sighmon.com
@@ -43,6 +43,7 @@ files:
43
43
  - lib/generators/mjml/mailer/mailer_generator.rb
44
44
  - lib/generators/mjml/mailer/templates/layout.mjml
45
45
  - lib/generators/mjml/mailer/templates/view.mjml
46
+ - lib/mjml-rails.rb
46
47
  - lib/mjml.rb
47
48
  - lib/mjml/mjmltemplate.rb
48
49
  - lib/mjml/parser.rb
metadata.gz.sig CHANGED
Binary file