mail_form 1.8.1 → 1.9.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -1
  3. data/lib/mail_form/version.rb +1 -1
  4. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b953cb8f6f9b66bc2f50c2859dc7e0893bc303e886f843199fa20b84078343b
4
- data.tar.gz: cbf5ada685154e561f5274d5dec52155cfcaa07cdf29d32033a4d35002e8275e
3
+ metadata.gz: c29692d7133535b027bee364610e17dfa471a119d0970c327879ecf9c68a4196
4
+ data.tar.gz: 3305eaa30e4e23797a8f0f77cb1c8f429c23348be3c03cfdad22d22e744bea76
5
5
  SHA512:
6
- metadata.gz: dc1d9999ba9c420d17c325b2d8c0e5c813397bca394fe9ed0e97c12c1533df534be8b8df4617bc3519336f3f5644ee094e8c384e2250fac5ca1c2518bad8db54
7
- data.tar.gz: aae1d4ced488183e71150fc2c428a326ee752714f3aded441ec27eab53526ce3befb5f43328b76c41fe565d19e5f66cf6e422d8b7f7482cae871c5060dcfa5c6
6
+ metadata.gz: e9fd29a8f0e1718418d20432be4c79b6b26f4bf006c55dc6648bda4611d317f2908d28c9a9f3c1658a291c91c51cf53735bd197c0797eaf76a1670b0a889378b
7
+ data.tar.gz: b0d94c74629678aa29830abb2b5b15f4ecf47fc9f4d6446e0ec71e3624ade342b4ee1e0a0a9977ee4ef8eba9ab230eac0a078fcafc0c2f647ac04bc507e5837f
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  ## MailForm
2
2
 
3
3
  [![Gem Version](https://fury-badge.herokuapp.com/rb/mail_form.svg)](http://badge.fury.io/rb/mail_form)
4
- [![Build Status](https://travis-ci.org/heartcombo/mail_form.svg?branch=master)](https://travis-ci.org/heartcombo/mail_form)
5
4
  [![Code Climate](https://codeclimate.com/github/heartcombo/mail_form.svg)](https://codeclimate.com/github/heartcombo/mail_form)
6
5
 
7
6
  ### Rails 5
@@ -220,6 +219,13 @@ Take a look at `lib/mail_form/views/mail_form/contact.erb` in this repo to see h
220
219
 
221
220
  * Andrew Timberlake - http://github.com/andrewtimberlake
222
221
 
222
+ ## Supported Ruby / Rails versions
223
+
224
+ We intend to maintain support for all Ruby / Rails versions that haven't reached end-of-life.
225
+
226
+ For more information about specific versions please check [Ruby](https://www.ruby-lang.org/en/downloads/branches/)
227
+ and [Rails](https://guides.rubyonrails.org/maintenance_policy.html) maintenance policies, and our test matrix.
228
+
223
229
  ## Bugs and Feedback
224
230
 
225
231
  If you discover any bug, please use github issues tracker.
@@ -1,3 +1,3 @@
1
1
  module MailForm
2
- VERSION = "1.8.1".freeze
2
+ VERSION = "1.9.0".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mail_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Valim
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-09-24 00:00:00.000000000 Z
12
+ date: 2021-01-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionmailer
@@ -17,28 +17,28 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '5.0'
20
+ version: '5.2'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - ">="
26
26
  - !ruby/object:Gem::Version
27
- version: '5.0'
27
+ version: '5.2'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: activemodel
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
32
  - - ">="
33
33
  - !ruby/object:Gem::Version
34
- version: '5.0'
34
+ version: '5.2'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - ">="
40
40
  - !ruby/object:Gem::Version
41
- version: '5.0'
41
+ version: '5.2'
42
42
  description: Send e-mail straight from forms in Rails with I18n, validations, attachments
43
43
  and request information.
44
44
  email: contact@plataformatec.com.br
@@ -75,14 +75,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ">="
77
77
  - !ruby/object:Gem::Version
78
- version: 2.4.0
78
+ version: 2.5.0
79
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  requirements: []
85
- rubygems_version: 3.0.3
85
+ rubygems_version: 3.2.6
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: Send e-mail straight from forms in Rails with I18n, validations, attachments