Skip to content

Commit

Permalink
Updates homepage URL in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Nov 14, 2012
1 parent f206c41 commit 0dc9b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draper.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.version = Draper::VERSION s.version = Draper::VERSION
s.authors = ["Jeff Casimir", "Steve Klabnik"] s.authors = ["Jeff Casimir", "Steve Klabnik"]
s.email = ["jeff@casimircreative.com", "steve@steveklabnik.com"] 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.summary = "Decorator pattern implementation for Rails."
s.description = "Draper implements a decorator or presenter pattern for Rails applications." s.description = "Draper implements a decorator or presenter pattern for Rails applications."
s.rubyforge_project = "draper" s.rubyforge_project = "draper"
Expand Down

0 comments on commit 0dc9b43

Please sign in to comment.