Skip to content

Commit

Permalink
updated the rakefile with the changed gem name
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzan committed Aug 29, 2010
1 parent 5ac9724 commit de46be7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Expand Up @@ -25,12 +25,12 @@ end
begin
require 'jeweler'
Jeweler::Tasks.new do |gemspec|
gemspec.name = "validation_reflection"
gemspec.name = "liangzan-validation_reflection"
gemspec.summary = "Adds reflective access to validations"
gemspec.description = "Adds reflective access to validations"
gemspec.email = "redinger@gmail.com"
gemspec.homepage = "http://github.com/redinger/validation_reflection"
gemspec.authors = ["Christopher Redinger"]
gemspec.email = "liangzan@gmail.com"
gemspec.homepage = "http://github.com/liangzan/validation_reflection"
gemspec.authors = ["Christopher Redinger", "Wong Liang Zan"]
end
Jeweler::RubyforgeTasks.new
rescue LoadError
Expand Down

0 comments on commit de46be7

Please sign in to comment.