mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Describing the gems
This commit is contained in:
parent
384eead564
commit
c086744ef4
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|||
spec.email = ["ronnie@dio.jp"]
|
||||
|
||||
spec.summary = 'Kaminari Action View adapter'
|
||||
spec.description = 'Kaminari Action View adapter'
|
||||
spec.description = 'kaminari-actionview provides pagination helpers for your Action View templates'
|
||||
spec.homepage = 'https://github.com/amatsuda/kaminari'
|
||||
spec.license = "MIT"
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|||
spec.email = ["ronnie@dio.jp"]
|
||||
|
||||
spec.summary = 'Kaminari Active Record adapter'
|
||||
spec.description = 'Kaminari Active Record adapter'
|
||||
spec.description = 'kaminari-activerecord lets your Active Record models be paginatable'
|
||||
spec.homepage = 'https://github.com/amatsuda/kaminari'
|
||||
spec.license = "MIT"
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
|
|||
spec.authors = ["Akira Matsuda"]
|
||||
spec.email = ["ronnie@dio.jp"]
|
||||
|
||||
spec.summary = 'Kaminari core'
|
||||
spec.description = 'Kaminari core'
|
||||
spec.summary = "Kaminari's core pagination library"
|
||||
spec.description = 'kaminari-core includes pagination logic independent from ORMs and view libraries'
|
||||
spec.homepage = 'https://github.com/amatsuda/kaminari'
|
||||
spec.license = "MIT"
|
||||
|
||||
|
|
Loading…
Reference in a new issue