mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Update gemspec
This commit is contained in:
parent
b8fd37110a
commit
cf5828f3e8
1 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@ require 'pundit/version'
|
|||
Gem::Specification.new do |gem|
|
||||
gem.name = "pundit"
|
||||
gem.version = Pundit::VERSION
|
||||
gem.authors = ["Jonas Nicklas"]
|
||||
gem.email = ["jonas.nicklas@gmail.com"]
|
||||
gem.description = %q{TODO: Write a gem description}
|
||||
gem.summary = %q{TODO: Write a gem summary}
|
||||
gem.homepage = ""
|
||||
gem.authors = ["Jonas Nicklas", "Elabs AB"]
|
||||
gem.email = ["jonas.nicklas@gmail.com", "dev@elabs.se"]
|
||||
gem.description = %q{Object oriented authorization for Rails applications}
|
||||
gem.summary = %q{OO authorization for Rails}
|
||||
gem.homepage = "http://github.com/elabs/pundit"
|
||||
|
||||
gem.files = `git ls-files`.split($/)
|
||||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||||
|
|
Loading…
Reference in a new issue