Skip to content

Commit

Permalink
Update gem summary / description
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed May 2, 2009
1 parent daf4895 commit c52550a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -7,7 +7,8 @@ spec = Gem::Specification.new do |s|
s.name = 'validates_as_email_address'
s.version = '0.2.3'
s.platform = Gem::Platform::RUBY
s.summary = 'Adds support for validating the format/length of email addresses'
s.summary = 'Adds support for validating the format/length of email addresses in ActiveRecord'
s.description = s.summary

s.files = FileList['{lib,test}/**/*'] + %w(CHANGELOG.rdoc init.rb LICENSE Rakefile README.rdoc) - FileList['test/app_root/{log,log/*,script,script/*}']
s.require_path = 'lib'
Expand Down

0 comments on commit c52550a

Please sign in to comment.