effective_email_templates 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -0
- data/lib/effective_email_templates/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: 2cef9ef57f3bc842cb86ab338ae4d43ec936c7741e840188989879d108051ff2
|
4
|
+
data.tar.gz: d8875996f534e85e634571e5627416bd545dfa38bada3ef158df4da6c96eb5f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ed5a81a0e2a8ee3b081ad57ba27e8535d50b9a37369b96ce26aac1dff4b6190e6dfa2fbb05754e59dbd1fe6b79b721d9dfd5af55603245460bc3f0477ac38b0
|
7
|
+
data.tar.gz: afe612e4d1db10d7ba4a671668273c940ea3b0fe9eb4f47d2dff60386996b9255db7db1befa5edc0fb4bb7111b624ad471e465db50a0eb48394f878dfcafa54d
|
data/README.md
CHANGED
@@ -8,6 +8,14 @@ Effective Email Templates relies on [Liquid templates](http://liquidmarkup.org/)
|
|
8
8
|
|
9
9
|
Rails 3.2.x and Rails 4 Support
|
10
10
|
|
11
|
+
## Bootstrap3
|
12
|
+
|
13
|
+
This is the `bootstrap3` branch of effective_email_templates which supports Twitter Bootstrap 3.
|
14
|
+
|
15
|
+
All published effective_email_templates 0.x gems will support Twitter Bootstrap 3 and SimpleForm.
|
16
|
+
|
17
|
+
For Bootstrap 4 please see the master branch and/or effective_email_templates 1.x gems.
|
18
|
+
|
11
19
|
|
12
20
|
## Getting Started
|
13
21
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_email_templates
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|