Skip to content

Commit

Permalink
Merge pull request #338 from alindeman/patch-1
Browse files Browse the repository at this point in the history
Updates homepage URL in gemspec
  • Loading branch information
nashby committed Nov 14, 2012
2 parents f206c41 + 0dc9b43 commit fd7dc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draper.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = Draper::VERSION
s.authors = ["Jeff Casimir", "Steve Klabnik"]
s.email = ["jeff@casimircreative.com", "steve@steveklabnik.com"]
s.homepage = "http://github.com/jcasimir/draper"
s.homepage = "http://github.com/drapergem/draper"
s.summary = "Decorator pattern implementation for Rails."
s.description = "Draper implements a decorator or presenter pattern for Rails applications."
s.rubyforge_project = "draper"
Expand Down

0 comments on commit fd7dc05

Please sign in to comment.