mail_form 1.10.1 → 1.11.0
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/MIT-LICENSE +1 -1
- data/README.md +5 -12
- data/lib/mail_form/version.rb +1 -1
- metadata +13 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c922dcfcd93a08e262a1ca2a06758f3918795c065679b9b4a51648a2b47e51d9
|
4
|
+
data.tar.gz: 4a89317141866301f10480b5a0cc1b52e01f1922bc506a16b9bddd4a4eb51f9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f89c0e71d484955d9f0913374e1274980235d9f71a746a649c043b1412dcf92c487348b5ce7f80b34a5a251eb06498c1044e1638593ab2676cc35c352b1683d2
|
7
|
+
data.tar.gz: 9e62480e3c3bf0e2eba731ae3663c92ed038cc2638faa319e962f9a941b34ca398468646b3cf9863e9a5d010a3758d9c1341ee2e8429971657eea629d590d8bc
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
[](http://badge.fury.io/rb/mail_form)
|
4
4
|
|
5
|
-
### Rails
|
5
|
+
### Rails 7+
|
6
6
|
|
7
7
|
This gem was built on top of `ActiveModel` to showcase how you can pull in validations, naming
|
8
8
|
and `i18n` from Rails to your models without the need to implement it all by yourself.
|
9
9
|
|
10
|
-
This README refers to the **MailForm** gem to be used in Rails
|
10
|
+
This README refers to the **MailForm** gem to be used in Rails 7+. For instructions
|
11
11
|
on how to use MailForm in older versions of Rails, please refer to the available branches.
|
12
12
|
|
13
13
|
### Description
|
@@ -211,15 +211,6 @@ mail_form:
|
|
211
211
|
To customize the e-mail template that is used create a file called `contact.erb` in `app/views/mail_form`.
|
212
212
|
Take a look at `lib/mail_form/views/mail_form/contact.erb` in this repo to see how the default template works.
|
213
213
|
|
214
|
-
## Maintainers
|
215
|
-
|
216
|
-
* José Valim - http://github.com/josevalim
|
217
|
-
* Carlos Antonio - http://github.com/carlosantoniodasilva
|
218
|
-
|
219
|
-
## Contributors
|
220
|
-
|
221
|
-
* Andrew Timberlake - http://github.com/andrewtimberlake
|
222
|
-
|
223
214
|
## Supported Ruby / Rails versions
|
224
215
|
|
225
216
|
We intend to maintain support for all Ruby / Rails versions that haven't reached end-of-life.
|
@@ -233,4 +224,6 @@ If you discover any bug, please use github issues tracker.
|
|
233
224
|
|
234
225
|
## License
|
235
226
|
|
236
|
-
MIT License.
|
227
|
+
MIT License.
|
228
|
+
Copyright 2009-2019 Plataformatec.
|
229
|
+
Copyright 2020-2025 Rafael França, Carlos Antonio da Silva.
|
data/lib/mail_form/version.rb
CHANGED
metadata
CHANGED
@@ -1,47 +1,46 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mail_form
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- José Valim
|
8
|
-
- Carlos
|
9
|
-
autorequire:
|
8
|
+
- Carlos Antonio
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
|
-
name:
|
14
|
+
name: activemodel
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
16
|
requirements:
|
18
17
|
- - ">="
|
19
18
|
- !ruby/object:Gem::Version
|
20
|
-
version: '
|
19
|
+
version: '7.0'
|
21
20
|
type: :runtime
|
22
21
|
prerelease: false
|
23
22
|
version_requirements: !ruby/object:Gem::Requirement
|
24
23
|
requirements:
|
25
24
|
- - ">="
|
26
25
|
- !ruby/object:Gem::Version
|
27
|
-
version: '
|
26
|
+
version: '7.0'
|
28
27
|
- !ruby/object:Gem::Dependency
|
29
|
-
name:
|
28
|
+
name: actionpack
|
30
29
|
requirement: !ruby/object:Gem::Requirement
|
31
30
|
requirements:
|
32
31
|
- - ">="
|
33
32
|
- !ruby/object:Gem::Version
|
34
|
-
version: '
|
33
|
+
version: '7.0'
|
35
34
|
type: :runtime
|
36
35
|
prerelease: false
|
37
36
|
version_requirements: !ruby/object:Gem::Requirement
|
38
37
|
requirements:
|
39
38
|
- - ">="
|
40
39
|
- !ruby/object:Gem::Version
|
41
|
-
version: '
|
40
|
+
version: '7.0'
|
42
41
|
description: Send e-mail straight from forms in Rails with I18n, validations, attachments
|
43
42
|
and request information.
|
44
|
-
email:
|
43
|
+
email: heartcombo.oss@gmail.com
|
45
44
|
executables: []
|
46
45
|
extensions: []
|
47
46
|
extra_rdoc_files: []
|
@@ -57,7 +56,7 @@ files:
|
|
57
56
|
- lib/mail_form/shim.rb
|
58
57
|
- lib/mail_form/version.rb
|
59
58
|
- lib/mail_form/views/mail_form/contact.erb
|
60
|
-
homepage: https://github.com/
|
59
|
+
homepage: https://github.com/heartcombo/mail_form
|
61
60
|
licenses:
|
62
61
|
- MIT
|
63
62
|
metadata:
|
@@ -66,7 +65,6 @@ metadata:
|
|
66
65
|
source_code_uri: https://github.com/heartcombo/mail_form
|
67
66
|
bug_tracker_uri: https://github.com/heartcombo/mail_form/issues
|
68
67
|
wiki_uri: https://github.com/heartcombo/mail_form/wiki
|
69
|
-
post_install_message:
|
70
68
|
rdoc_options: []
|
71
69
|
require_paths:
|
72
70
|
- lib
|
@@ -74,15 +72,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
74
72
|
requirements:
|
75
73
|
- - ">="
|
76
74
|
- !ruby/object:Gem::Version
|
77
|
-
version: 2.
|
75
|
+
version: 2.7.0
|
78
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
79
77
|
requirements:
|
80
78
|
- - ">="
|
81
79
|
- !ruby/object:Gem::Version
|
82
80
|
version: '0'
|
83
81
|
requirements: []
|
84
|
-
rubygems_version: 3.
|
85
|
-
signing_key:
|
82
|
+
rubygems_version: 3.6.9
|
86
83
|
specification_version: 4
|
87
84
|
summary: Send e-mail straight from forms in Rails with I18n, validations, attachments
|
88
85
|
and request information.
|