mail_form 1.7.0 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +3 -3
  3. data/lib/mail_form/version.rb +1 -1
  4. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b6518ae2061974f6752fb23da63807e6977b0f3c
4
- data.tar.gz: 8ed10502f0cc6ba1a2fb546ff2032f88be2dec72
2
+ SHA256:
3
+ metadata.gz: 2a21d1043e50e04398ae1eaafa9d8d07293abda0fdaef6d05a1aa2d270c385ca
4
+ data.tar.gz: 633a1afcc6ceeee820f9989c48637a0b6b1bf8cff9b0ec08189b9d4c5c525b7a
5
5
  SHA512:
6
- metadata.gz: f6e331507e760518207fbf072d43a6dbadde4d3bff14cc9eac32e314d54772a737023ff2e3dba6b9b73bef350b8da9484a55828db2b1c12e750d79167543ee3d
7
- data.tar.gz: 4746bdd0ab9f965af5a220ad6fa962ab501269bbbccdafdf8a20e0e781a4719f78230aa5e32a96952aecd277367b03e9c9da086c42cf9d0dfd2132b88c9f30dc
6
+ metadata.gz: b8ec2e855b47a401eafb56ea39a0f474a6f9fa5530cdaa2a70ec35e49940e36ba52bdd7448f1a80e89806408db3881216d21c1e66fe4c8b04d785446b9d43872
7
+ data.tar.gz: f02a1213af0f4cef95c7ca79c6b875bc1d2e109ba766c4940c83b038dab4ff6684f95735f08751ef649d37fb51c4f70015b2e3c068cc050cfe9e591ca8cd6b95
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  ## MailForm
2
2
 
3
- [![Gem Version](https://fury-badge.herokuapp.com/rb/mail_form.png)](http://badge.fury.io/rb/mail_form)
4
- [![Build Status](https://api.travis-ci.org/plataformatec/mail_form.png?branch=master)](http://travis-ci.org/plataformatec/mail_form)
5
- [![Code Climate](https://codeclimate.com/github/plataformatec/mail_form.png)](https://codeclimate.com/github/plataformatec/mail_form)
3
+ [![Gem Version](https://fury-badge.herokuapp.com/rb/mail_form.svg)](http://badge.fury.io/rb/mail_form)
4
+ [![Build Status](https://api.travis-ci.org/plataformatec/mail_form.svg?branch=master)](http://travis-ci.org/plataformatec/mail_form)
5
+ [![Code Climate](https://codeclimate.com/github/plataformatec/mail_form.svg)](https://codeclimate.com/github/plataformatec/mail_form)
6
6
 
7
7
  ### Rails 3
8
8
 
@@ -1,3 +1,3 @@
1
1
  module MailForm
2
- VERSION = "1.7.0".freeze
2
+ VERSION = "1.7.1".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.7.0
4
+ version: 1.7.1
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: 2017-06-26 00:00:00.000000000 Z
12
+ date: 2018-04-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionmailer
@@ -20,7 +20,7 @@ dependencies:
20
20
  version: '3.2'
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
- version: '5.2'
23
+ version: '6'
24
24
  type: :runtime
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
@@ -30,7 +30,7 @@ dependencies:
30
30
  version: '3.2'
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
- version: '5.2'
33
+ version: '6'
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: activemodel
36
36
  requirement: !ruby/object:Gem::Requirement
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: '3.2'
41
41
  - - "<"
42
42
  - !ruby/object:Gem::Version
43
- version: '5.2'
43
+ version: '6'
44
44
  type: :runtime
45
45
  prerelease: false
46
46
  version_requirements: !ruby/object:Gem::Requirement
@@ -50,7 +50,7 @@ dependencies:
50
50
  version: '3.2'
51
51
  - - "<"
52
52
  - !ruby/object:Gem::Version
53
- version: '5.2'
53
+ version: '6'
54
54
  description: Send e-mail straight from forms in Rails with I18n, validations, attachments
55
55
  and request information.
56
56
  email: contact@plataformatec.com.br
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  version: '0'
95
95
  requirements: []
96
96
  rubyforge_project: mail_form
97
- rubygems_version: 2.6.10
97
+ rubygems_version: 2.7.4
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Send e-mail straight from forms in Rails with I18n, validations, attachments