Kaminari is_a single license

This commit is contained in:
Akira Matsuda 2016-10-13 06:59:06 +09:00
parent d62fb40b48
commit 1822f0a8c7
1 changed files with 1 additions and 2 deletions

View File

@ -11,14 +11,13 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/amatsuda/kaminari'
s.summary = 'A pagination engine plugin for Rails 4+ and other modern frameworks'
s.description = 'Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+'
s.license = "MIT"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.extra_rdoc_files = ['README.rdoc']
s.require_paths = ['lib']
s.licenses = ['MIT']
s.add_dependency 'activesupport', '>= 4.1.0'
s.add_dependency 'kaminari-core'
s.add_dependency 'kaminari-actionview'