40aed0f00c
Update ruby-will-paginate to 3.3.0. 3.3.0 (2020-02-26) * ActiveRecord: Avoid a count query in empty? #593 * Support MS SQL Server #540 * Avoid Ruby 2.7 warnings about keyword arguments #609 * Breaking: drop Ruby 1.9 compatibility 3.2.1 (2019-10-15) * Ensure PageNumber is serialized as JSON number 3.2.0 (2019-10-09) * Performance: avoid extending Numeric with PageNumber logic * BREAKING: Integer === page_number is no longer true. * Make pagination markup more accessible: - container div now has role="navigation"; - container div now has aria-label="Pagination", translatable via will_paginate.container_aria_label i18n key; - individual page links now have aria-label="Page {N}", translatable via will_paginate.page_aria_label i18n key; - current page now has aria-current="page". * Add support for will_paginate view helpers in Hanami View * Add total_entries support for Mongoid * Rails: avoid circular require warning * Rails: fix serving HTTP 404s for WillPaginate::InvalidPage exceptions 3.1.8 (2019-08-19) * Avoid warnings on Ruby 2.7 3.1.7 (2019-03-18) * Rails 5.2.2.1 & 6.0.0 compatibility
15 lines
398 B
Makefile
15 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/03/24 18:18:23 taca Exp $
|
|
|
|
DISTNAME= will_paginate-3.3.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
|
|
CATEGORIES= textproc
|
|
LICENSE= mit
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/mislav/will_paginate/wikis
|
|
COMMENT= Pagination for views of model queries
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|