Skip to content

Commit

Permalink
Merge pull request rubysherpas#345 from rubysherpas/update-gemspec
Browse files Browse the repository at this point in the history
update the gemspec fields to reduce warnings
  • Loading branch information
BenMorganIO authored Jul 15, 2016
2 parents 70f6e37 + d27f34d commit a107cca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions paranoia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Gem::Specification.new do |s|
s.name = "paranoia"
s.version = Paranoia::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["[email protected]"]
s.email = []
s.authors = %w([email protected])
s.email = %w([email protected] [email protected])
s.homepage = "http://rubygems.org/gems/paranoia"
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.description = <<-DSC
Paranoia is a re-implementation of acts_as_paranoid for Rails 3, 4, and 5,
Expand Down

0 comments on commit a107cca

Please sign in to comment.