Add email address for author
Showing
| ... | @@ -5,7 +5,7 @@ Gem::Specification.new do |s| | ... | @@ -5,7 +5,7 @@ Gem::Specification.new do |s| |
| s.name = "paranoia" | s.name = "paranoia" | ||
| s.version = Paranoia::VERSION | s.version = Paranoia::VERSION | ||
| s.platform = Gem::Platform::RUBY | s.platform = Gem::Platform::RUBY | ||
| s.authors = [] | s.authors = ["radarlistener@gmail.com"] | ||
| s.email = [] | s.email = [] | ||
| s.homepage = "http://rubygems.org/gems/paranoia" | s.homepage = "http://rubygems.org/gems/paranoia" | ||
| s.summary = "acts_as_paranoid, without the clusterfuck" | s.summary = "acts_as_paranoid, without the clusterfuck" | ||
| ... | ... |
Please
register
or
sign in
to comment