Skip to content

Commit

Permalink
Tag 0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Apr 14, 2009
1 parent 38f8c05 commit daf4895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
@@ -1,5 +1,7 @@
== master

== 0.2.3 / 2009-04-13

* Update docs

== 0.2.2 / 2009-03-15
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'rake/contrib/sshpublisher'

spec = Gem::Specification.new do |s|
s.name = 'validates_as_email_address'
s.version = '0.2.2'
s.version = '0.2.3'
s.platform = Gem::Platform::RUBY
s.summary = 'Adds support for validating the format/length of email addresses'

Expand Down

0 comments on commit daf4895

Please sign in to comment.