pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-will-paginate textproc/ruby-will-paginat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0656c766e5e1
branches: trunk
changeset: 414263:0656c766e5e1
user: taca <taca%pkgsrc.org@localhost>
date: Tue Mar 24 18:18:23 2020 +0000
description:
textproc/ruby-will-paginate: update to 3.3.0
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
diffstat:
textproc/ruby-will-paginate/Makefile | 6 ++++--
textproc/ruby-will-paginate/PLIST | 3 ++-
textproc/ruby-will-paginate/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (52 lines):
diff -r f0ea5e90b8ed -r 0656c766e5e1 textproc/ruby-will-paginate/Makefile
--- a/textproc/ruby-will-paginate/Makefile Tue Mar 24 18:18:15 2020 +0000
+++ b/textproc/ruby-will-paginate/Makefile Tue Mar 24 18:18:23 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/07/30 22:32:24 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2020/03/24 18:18:23 taca Exp $
-DISTNAME= will_paginate-3.1.6
+DISTNAME= will_paginate-3.3.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc
LICENSE= mit
@@ -9,5 +9,7 @@
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"
diff -r f0ea5e90b8ed -r 0656c766e5e1 textproc/ruby-will-paginate/PLIST
--- a/textproc/ruby-will-paginate/PLIST Tue Mar 24 18:18:15 2020 +0000
+++ b/textproc/ruby-will-paginate/PLIST Tue Mar 24 18:18:23 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/03/15 16:00:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/03/24 18:18:23 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
@@ -19,6 +19,7 @@
${GEM_LIBDIR}/lib/will_paginate/version.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers/action_view.rb
+${GEM_LIBDIR}/lib/will_paginate/view_helpers/hanami.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers/link_renderer.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers/link_renderer_base.rb
${GEM_LIBDIR}/lib/will_paginate/view_helpers/merb.rb
diff -r f0ea5e90b8ed -r 0656c766e5e1 textproc/ruby-will-paginate/distinfo
--- a/textproc/ruby-will-paginate/distinfo Tue Mar 24 18:18:15 2020 +0000
+++ b/textproc/ruby-will-paginate/distinfo Tue Mar 24 18:18:23 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2017/06/10 16:13:48 taca Exp $
+$NetBSD: distinfo,v 1.14 2020/03/24 18:18:23 taca Exp $
-SHA1 (will_paginate-3.1.6.gem) = 2b728aa1c462840e710d5941395d1dbd8eb669a9
-RMD160 (will_paginate-3.1.6.gem) = ecebcc8d7bfc126f19bc1666441dc658e7cfc0d0
-SHA512 (will_paginate-3.1.6.gem) = 50e0fed5a3ea6a62f8620db3d30046a7a4cc602d9d7936a265d0c20a50eb267ecebb2c7d3bb07f3a514f70e556dad78085971bb80f94e1f4baf7048d6fd34c11
-Size (will_paginate-3.1.6.gem) = 36864 bytes
+SHA1 (will_paginate-3.3.0.gem) = 31285017616f8de8bf4f5836ebf8f1ff15e29cd5
+RMD160 (will_paginate-3.3.0.gem) = 8ccaa5167e7db9e17f7091e9d2353d8f9131bc42
+SHA512 (will_paginate-3.3.0.gem) = 2114683e16642e4d06523ba69d26438a7111687f73d3ab89bfcf7a413ce5ea68cb076c4f887f34efcd9c6d5525260e9367a5b502ccde5658f3e21f7f0dba12ab
+Size (will_paginate-3.3.0.gem) = 37888 bytes
Home |
Main Index |
Thread Index |
Old Index