Commit 3695eaf3 by Gabe Berke-Williams

Fix gem homepage

parent d64d1318
...@@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s| ...@@ -13,7 +13,7 @@ spec = Gem::Specification.new do |s|
s.version = Paperclip::VERSION s.version = Paperclip::VERSION
s.author = "Jon Yurek" s.author = "Jon Yurek"
s.email = "jyurek@thoughtbot.com" s.email = "jyurek@thoughtbot.com"
s.homepage = "http://www.thoughtbot.com/projects/paperclip" s.homepage = "https://github.com/thoughtbot/paperclip"
s.description = "Easy upload management for ActiveRecord" s.description = "Easy upload management for ActiveRecord"
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.summary = "File attachments as attributes for ActiveRecord" s.summary = "File attachments as attributes for ActiveRecord"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment