Merge pull request #350 from jhawthorn/schneems-patch-1
Update homepage in gemspec
Showing
| ... | @@ -7,7 +7,7 @@ Gem::Specification.new do |s| | ... | @@ -7,7 +7,7 @@ Gem::Specification.new do |s| |
| s.platform = Gem::Platform::RUBY | s.platform = Gem::Platform::RUBY | ||
| s.authors = %w(radarlistener@gmail.com) | s.authors = %w(radarlistener@gmail.com) | ||
| s.email = %w(ben@benmorgan.io john.hawthorn@gmail.com) | s.email = %w(ben@benmorgan.io john.hawthorn@gmail.com) | ||
| s.homepage = "http://rubygems.org/gems/paranoia" | s.homepage = "https://github.com/rubysherpas/paranoia" | ||
| s.license = 'MIT' | s.license = 'MIT' | ||
| s.summary = "Paranoia is a re-implementation of acts_as_paranoid for Rails 3, 4, and 5, using much, much, much less code." | s.summary = "Paranoia is a re-implementation of acts_as_paranoid for Rails 3, 4, and 5, using much, much, much less code." | ||
| s.description = <<-DSC | s.description = <<-DSC | ||
| ... | ... |
Please
register
or
sign in
to comment