actionmailer-localized_preview 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/action_mailer/localized_preview.rb +1 -1
- data/lib/action_mailer/localized_preview/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aabdfc9e2a1506a404e9fc37a520d6ff55f95593
|
4
|
+
data.tar.gz: be28db42db180bca822dd82abe035f89013d8064
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e33c413f991ef0189332ed58971272701e462706f4973629257411d91dac8e706e773387e994582de4d1482894f18156955cf8e338cd944e1ba6182f03fdab12
|
7
|
+
data.tar.gz: 4d45ad70783f5c66237b3dbeb7391b6d9cca2111abe85d40525902c49c9f6804ad19b016d0eac188024120a015ee88cdb8ee24a73506b35aa7aa0cca5da23c7b
|
data/README.md
CHANGED
@@ -65,7 +65,7 @@ Or install it yourself as:
|
|
65
65
|
|
66
66
|
## Contributing
|
67
67
|
|
68
|
-
1. Fork it ( https://github.com/
|
68
|
+
1. Fork it ( https://github.com/xavier/actionmailer-localized_preview/fork )
|
69
69
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
70
70
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
71
71
|
4. Push to the branch (`git push origin my-new-feature`)
|