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 Update ruby-will-paginate ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/862a9603cc8d
branches: trunk
changeset: 354150:862a9603cc8d
user: taca <taca%pkgsrc.org@localhost>
date: Thu Oct 20 15:12:21 2016 +0000
description:
Update ruby-will-paginate to 3.1.5.
3.1.5
* Avoid Rails 5 deprecation warning about original_exception
* No longer generates <a rel="start"> for first page link since "start"
is an invalid rel value
3.1.4 (seems not released)
3.1.3
* Rails 5 compatibility for inheriting query params in pagination links
* Fix locale load path so that application can override will_paginate's
built-in translations.
3.1.2
* Further fix security vulnerability when generating pagination URLs in
Rails.
3.1.1
* Fixed security vulnerability when generating pagination URLs in Rails.
3.1.0
* Rails 5.0 support
* Drop support for old Active Record finder params to paginate():
# now unsupported:
User.paginate(:page => 1, :order => 'created_at DESC', :conditions => ...)
# convert to Arel syntax instead:
User.order('created_at DESC').where(...).paginate(:page => 1)
# or, even better:
User.order('created_at DESC').where(...).page(1)
* Add support for pagination with Mongoid
diffstat:
textproc/ruby-will-paginate/Makefile | 4 ++--
textproc/ruby-will-paginate/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r ec00f8fa9ab8 -r 862a9603cc8d textproc/ruby-will-paginate/Makefile
--- a/textproc/ruby-will-paginate/Makefile Thu Oct 20 15:05:55 2016 +0000
+++ b/textproc/ruby-will-paginate/Makefile Thu Oct 20 15:12:21 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/03/15 16:00:58 taca Exp $
+# $NetBSD: Makefile,v 1.11 2016/10/20 15:12:21 taca Exp $
-DISTNAME= will_paginate-3.1.0
+DISTNAME= will_paginate-3.1.5
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc
LICENSE= mit
diff -r ec00f8fa9ab8 -r 862a9603cc8d textproc/ruby-will-paginate/distinfo
--- a/textproc/ruby-will-paginate/distinfo Thu Oct 20 15:05:55 2016 +0000
+++ b/textproc/ruby-will-paginate/distinfo Thu Oct 20 15:12:21 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/03/15 16:00:58 taca Exp $
+$NetBSD: distinfo,v 1.12 2016/10/20 15:12:21 taca Exp $
-SHA1 (will_paginate-3.1.0.gem) = 7067f6ec6665797e5c5506f26843262b601632ba
-RMD160 (will_paginate-3.1.0.gem) = 0e8f15b12fbd481372aa5d4637c49329446a3d0c
-SHA512 (will_paginate-3.1.0.gem) = e53583eceec6381ddd4b5936a84fa84fb7d956a267aac15df5c4758b22f54d48c00d66880ad1b2b1c0c18c09a645d1b99d3cefe758f6a51fdf169ca10e875afa
-Size (will_paginate-3.1.0.gem) = 36352 bytes
+SHA1 (will_paginate-3.1.5.gem) = d8e03a48b1412ba61b3ed7979d263fa3b29528d9
+RMD160 (will_paginate-3.1.5.gem) = c63d7cc7182e5bb77e7602318dc8e287bfeee3e4
+SHA512 (will_paginate-3.1.5.gem) = 3bac95c0c602d3eba9f6a96bce0cffa619d0e297db85f866287317621713885f2f53257f9d69faa7a2b31c2db86b10c5969206d6118ab8b4d11f4f8fa54f1732
+Size (will_paginate-3.1.5.gem) = 36864 bytes
Home |
Main Index |
Thread Index |
Old Index