forked from indyarocks/paranoia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rubysherpas#345 from rubysherpas/update-gemspec
update the gemspec fields to reduce warnings
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|