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.
- checksums.yaml +5 -5
- data/README.md +3 -3
- data/lib/mail_form/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 2a21d1043e50e04398ae1eaafa9d8d07293abda0fdaef6d05a1aa2d270c385ca
|
4
|
+
data.tar.gz: 633a1afcc6ceeee820f9989c48637a0b6b1bf8cff9b0ec08189b9d4c5c525b7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
4
|
-
[![Build Status](https://api.travis-ci.org/plataformatec/mail_form.
|
5
|
-
[![Code Climate](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
|
|
data/lib/mail_form/version.rb
CHANGED
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.
|
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:
|
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: '
|
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: '
|
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: '
|
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: '
|
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.
|
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
|