Commit 6a306d66 by Ben A. Morgan

update the gemspec fields to reduce warnings

parent 70f6e37b
......@@ -5,9 +5,10 @@ Gem::Specification.new do |s|
s.name = "paranoia"
s.version = Paranoia::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["radarlistener@gmail.com"]
s.email = []
s.authors = %w(radarlistener@gmail.com)
s.email = %w(ben@benmorgan.io)
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,
......
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