Skip to content

Commit

Permalink
update gemspec to point to my repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Maddox committed Feb 27, 2011
1 parent 83dbd4c commit 3987773
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions no_peeping_toms.gemspec
Expand Up @@ -6,11 +6,12 @@ Gem::Specification.new do |s|
s.name = "no_peeping_toms"
s.version = NoPeepingToms::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Andy Lindeman", "Pat Maddox", "Brandon Keepers"]
s.email = ["alindeman@gmail.com", "pat.maddox@gmail.com"]
s.homepage = "https://github.com/alindeman/no_peeping_toms"
s.authors = ["Pat Maddox"]
s.email = ["pat.maddox@gmail.com"]
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"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 3987773

Please sign in to comment.