Skip to content

Commit

Permalink
Fix homepage url.
Browse files Browse the repository at this point in the history
The original url was used by http://rubygems.org/gems/no_peeping_toms
and sent the user (me) to a github 404 page.
  • Loading branch information
spraints committed Oct 6, 2011
1 parent 8f02779 commit 3418025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion no_peeping_toms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ["Pat Maddox"]
s.email = ["pat.maddox@gmail.com"]
s.homepage = "https://github.com/patmaddox/no_peeping_toms"
s.homepage = "https://github.com/patmaddox/no-peeping-toms"
s.summary = %q{Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer.}
s.description = %q{Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer.}
s.rubyforge_project = "no_peeping_toms"
Expand Down

0 comments on commit 3418025

Please sign in to comment.