Skip to content

Commit

Permalink
update gemspec to point to correct homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Maddox committed Jan 6, 2010
1 parent 51a38d8 commit 0d3d855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -14,7 +14,7 @@ Jeweler::Tasks.new do |s|
s.summary = "Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer."
s.description = s.summary
s.email = "pat.maddox@gmail.com"
s.homepage = "http://github.com/pat-maddox"
s.homepage = "http://github.com/patmaddox/no-peeping-toms"
s.authors = ["Pat Maddox", "Brandon Keepers"]
s.add_dependency "activerecord", ['>= 1.1']
s.files -= ['.gitignore', 'init.rb']
Expand Down

0 comments on commit 0d3d855

Please sign in to comment.