mail_form 1.5.0.rc → 1.5.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
  SHA1:
3
- metadata.gz: 1e43a7bd00fd48dc2e356aeb98d5da979364ee60
4
- data.tar.gz: 3930210f8e38f9094636e2ba03bd322145da8afb
3
+ metadata.gz: e0b14d8f2ac59f46da4bbb23169d7b5ddb1ef9b3
4
+ data.tar.gz: 9a9d445b691155afe94210e92c8d4d439724701c
5
5
  SHA512:
6
- metadata.gz: 40991cee4224b6214686b7b1d6a739f7a99b9392f8308693c30b8a616cacdc8d51fb33d61b368142cf94fb0587a02f3b7259dc4b6fd3e16a4cce684ed118a184
7
- data.tar.gz: c8bec8d6d63e3b6efe4e5d6b88989e8bbe629911773a486602e7c2802a1b7a83d8019398098496b5ede599c011c15bd4179fa9a3b899d029766d405f31176196
6
+ metadata.gz: 8477e11459c4759986f18354379157531ded4989fb037a5d42364cb7889730c7f6436c7330e0f83a1034f98427358273d367cc33288ea36d1a6105bf836e3cd3
7
+ data.tar.gz: 1631dddb1fbeb0718f078f3278935514b7b2220ecf7c806353d11cf4a678e20d2a1fa346ceb9664097f8a0e080fab9d22f76df9a99815b866ba05e5b3c0bd028
data/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- # Version 1.5 rc
1
+ # Version 1.5.0
2
2
 
3
3
  * Support Rails 4.
4
4
  * Drop support to Rails < 3.2 and Ruby 1.8.
@@ -1,3 +1,3 @@
1
1
  module MailForm
2
- VERSION = "1.5.0.rc".freeze
2
+ VERSION = "1.5.0".freeze
3
3
  end
@@ -1,5 +1,3 @@
1
- require 'rubygems'
2
-
3
1
  begin
4
2
  require 'test/unit'
5
3
  rescue LoadError
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.5.0.rc
4
+ version: 1.5.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: 2013-05-08 00:00:00.000000000 Z
12
+ date: 2013-09-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionmailer
@@ -89,12 +89,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  requirements:
92
- - - '>'
92
+ - - '>='
93
93
  - !ruby/object:Gem::Version
94
- version: 1.3.1
94
+ version: '0'
95
95
  requirements: []
96
96
  rubyforge_project: mail_form
97
- rubygems_version: 2.0.3
97
+ rubygems_version: 2.0.6
98
98
  signing_key:
99
99
  specification_version: 4
100
100
  summary: Send e-mail straight from forms in Rails with I18n, validations, attachments