Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Nov 19, 2012
1 parent b8fd371 commit cf5828f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pundit.gemspec
Expand Up @@ -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) }
Expand Down

0 comments on commit cf5828f

Please sign in to comment.