mail_form 1.10.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 307522dc8d5fd4174ec71c9f4c26dea05e1483aa701c3eb5f0a23f0509eb532a
4
- data.tar.gz: 97d76bee24038cdb4e2348de76e3ebf5a9b0fc649ddb9152e29ebe100a92b428
3
+ metadata.gz: c922dcfcd93a08e262a1ca2a06758f3918795c065679b9b4a51648a2b47e51d9
4
+ data.tar.gz: 4a89317141866301f10480b5a0cc1b52e01f1922bc506a16b9bddd4a4eb51f9d
5
5
  SHA512:
6
- metadata.gz: 78139f234a229baed7ca68c7265efcfb84464d8b10e1b302e1408bf10fcc0dcc9f7703d5e04e57255bc3dda5a0324281edfa4a48d17df727aab1ff101de31b6b
7
- data.tar.gz: e455b3eabe1350b302e48810a857d86b28e7b4944af551271e163e12c75dfa0cb86f0fd15d22990ab4efe58168daa5fc5eb6c7406164d2c7cfa6cd0a506d61a8
6
+ metadata.gz: f89c0e71d484955d9f0913374e1274980235d9f71a746a649c043b1412dcf92c487348b5ce7f80b34a5a251eb06498c1044e1638593ab2676cc35c352b1683d2
7
+ data.tar.gz: 9e62480e3c3bf0e2eba731ae3663c92ed038cc2638faa319e962f9a941b34ca398468646b3cf9863e9a5d010a3758d9c1341ee2e8429971657eea629d590d8bc
data/MIT-LICENSE CHANGED
@@ -1,4 +1,5 @@
1
- Copyright (c) 2009-2019 Plataformatec http://plataformatec.com.br/
1
+ Copyright (c) 2020-2025 Rafael França, Carlos Antonio da Silva
2
+ Copyright (c) 2009-2019 Plataformatec
2
3
 
3
4
  Permission is hereby granted, free of charge, to any person obtaining
4
5
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  [![Gem Version](https://fury-badge.herokuapp.com/rb/mail_form.svg)](http://badge.fury.io/rb/mail_form)
4
4
 
5
- ### Rails 5
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 5+. For instructions
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.
@@ -231,4 +222,8 @@ and [Rails](https://guides.rubyonrails.org/maintenance_policy.html) maintenance
231
222
 
232
223
  If you discover any bug, please use github issues tracker.
233
224
 
234
- Copyright (c) 2009-2019 Plataformatec http://plataformatec.com.br/
225
+ ## License
226
+
227
+ MIT License.
228
+ Copyright 2009-2019 Plataformatec.
229
+ Copyright 2020-2025 Rafael França, Carlos Antonio da Silva.
@@ -1,3 +1,3 @@
1
1
  module MailForm
2
- VERSION = "1.10.0".freeze
2
+ VERSION = "1.11.0".freeze
3
3
  end
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.10.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Valim
8
- - Carlos Antônio
9
- autorequire:
8
+ - Carlos Antonio
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2023-02-04 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
- name: actionmailer
14
+ name: activemodel
16
15
  requirement: !ruby/object:Gem::Requirement
17
16
  requirements:
18
17
  - - ">="
19
18
  - !ruby/object:Gem::Version
20
- version: '5.2'
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: '5.2'
26
+ version: '7.0'
28
27
  - !ruby/object:Gem::Dependency
29
- name: activemodel
28
+ name: actionpack
30
29
  requirement: !ruby/object:Gem::Requirement
31
30
  requirements:
32
31
  - - ">="
33
32
  - !ruby/object:Gem::Version
34
- version: '5.2'
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: '5.2'
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: contact@plataformatec.com.br
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/plataformatec/mail_form
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.5.0
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.4.5
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.