mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
www/rubygem-kaminari-rails4: Update from 0.16.3 to 0.17.0
- Rails 5 ready! - Mongoid 5.0 support - Dropped Ruby 1.8 support - Dropped Mongoid 2.x support - Extracted Sinatra support to kaminari-sinatra gem - Extracted DataMapper support to kaminari-data_mapper gem - Extracted Mongoid support to kaminari-mongoid gem - Extracted MongoMapper support to kaminari-mongo_mapper gem - Deprecated Kaminari::PageScopeMethods#num_pages in favor of `total_pages` - Deprecated :num_pages option for `paginate` in favor of :total_pages - Fixed mangled params in pagination links on Rails 5 #766 [audionerd] - Fixed a bug where the range of the records displayed on the last page doesn't match Approved by: swills (mentor)
This commit is contained in:
parent
61a7abde2e
commit
7f58d9c4ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420029
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kaminari
|
||||
PORTVERSION= 0.16.3
|
||||
PORTVERSION= 0.17.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= -rails4
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (rubygem/kaminari-0.16.3.gem) = c75072e46983598423564906ba72e9d66bc8c52e393f63a7d89450addf1c7d93
|
||||
SIZE (rubygem/kaminari-0.16.3.gem) = 44544
|
||||
TIMESTAMP = 1469116011
|
||||
SHA256 (rubygem/kaminari-0.17.0.gem) = a454751345be68207bfc415fa2499f4ae9a33171055f3a1de17590a0a01c06d8
|
||||
SIZE (rubygem/kaminari-0.17.0.gem) = 44544
|
||||
|
Loading…
Reference in New Issue
Block a user