mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Update gemspec authors
This commit is contained in:
parent
1770be0eab
commit
290536f71e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ require "pundit/version"
|
|||
Gem::Specification.new do |gem|
|
||||
gem.name = "pundit"
|
||||
gem.version = Pundit::VERSION
|
||||
gem.authors = ["Jonas Nicklas", "Elabs AB"]
|
||||
gem.authors = ["Jonas Nicklas", "Varvet AB"]
|
||||
gem.email = ["jonas.nicklas@gmail.com", "dev@elabs.se"]
|
||||
gem.description = "Object oriented authorization for Rails applications"
|
||||
gem.summary = "OO authorization for Rails"
|
||||
|
|
Loading…
Reference in a new issue