Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdunae committed Sep 15, 2011
1 parent dacaf77 commit de3793f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/validates_email_format_of.rb
Expand Up @@ -2,7 +2,7 @@
module ValidatesEmailFormatOf
require 'resolv'

VERSION = '1.5.0'
VERSION = '1.5.1'

MessageScope = defined?(ActiveModel) ? :activemodel : :activerecord

Expand Down
2 changes: 1 addition & 1 deletion validates_email_format_of.gemspec
@@ -1,6 +1,6 @@
spec = Gem::Specification.new do |s|
s.name = 'validates_email_format_of'
s.version = '1.5.0'
s.version = '1.5.1'
s.summary = 'Validate e-mail addresses against RFC 2822 and RFC 3696.'
s.description = s.summary
s.extra_rdoc_files = ['README.rdoc', 'MIT-LICENSE']
Expand Down

0 comments on commit de3793f

Please sign in to comment.