mail_form 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/lib/mail_form/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/lib/mail_form/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: mail_form
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.4.
|
5
|
+
version: 1.4.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- José Valim
|
@@ -28,8 +28,8 @@ dependencies:
|
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '3.0'
|
30
30
|
none: false
|
31
|
-
description:
|
32
|
-
|
31
|
+
description: Send e-mail straight from forms in Rails with I18n, validations, attachments
|
32
|
+
and request information.
|
33
33
|
email: contact@plataformatec.com.br
|
34
34
|
executables: []
|
35
35
|
extensions: []
|