mail_form 1.4.0 → 1.4.1

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 (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/lib/mail_form/version.rb +1 -1
  3. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ # Version 1.4.1
2
+
3
+ * Fixed typo in gemspec which causes in issues in some Rubygems versions
4
+
1
5
  # Version 1.4
2
6
 
3
7
  * Fixed bug that was causing all activerecord attributes be saved as nil
@@ -1,3 +1,3 @@
1
1
  module MailForm
2
- VERSION = "1.4.0".freeze
2
+ VERSION = "1.4.1".freeze
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mail_form
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.4.0
5
+ version: 1.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - José Valim
@@ -28,8 +28,8 @@ dependencies:
28
28
  - !ruby/object:Gem::Version
29
29
  version: '3.0'
30
30
  none: false
31
- description: ! '{Send e-mail straight from forms in Rails with I18n, validations,
32
- attachments and request information.'
31
+ description: Send e-mail straight from forms in Rails with I18n, validations, attachments
32
+ and request information.
33
33
  email: contact@plataformatec.com.br
34
34
  executables: []
35
35
  extensions: []