textproc/ruby-will-paginate: update to 4.0.0

4.0.0 (2023-05-29)

This release adds only minor new features, but bumps the major version
number because some old functionality has been removed due to other
frameworks not being maintained anymore.  Namely, DataMapper and Merb
integrations have been dropped since both projects haven't been maintained
in a long while and it's been hard maintaining a test suite for them.

What's New

* Preserve query parameters in pagination links rendered from POST request
  by @mislav in #648
* Add aria-label for previous and next page links by @hammad-Ikhlaq-7vals in
  #645
	- Learn how to translate these new accessible labels in non-English
          applications
* Remove aria-disabled attribute from <span> element by @mislav in #634
* Remove DataMapper integration by @orien in #641
* Remove Merb support by @mislav in #642

What's Changed

* Rails 7 compat in tests by @mislav in #629
* Test against Rails 7 by @mislav in #633
* Bump RSpec from 2.99.0 to 3.12.0 by @orien in #640
* Remove unneeded files from the gem package by @orien in #643
* Fix CI by @mislav in #647

New Contributors

* @hammad-Ikhlaq-7vals made their first contribution in #645
This commit is contained in:
taca 2023-06-09 15:09:54 +00:00
parent f9d65270b0
commit 404d89e81f
3 changed files with 7 additions and 37 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2021/08/30 15:42:31 taca Exp $
# $NetBSD: Makefile,v 1.16 2023/06/09 15:09:54 taca Exp $
DISTNAME= will_paginate-3.3.1
DISTNAME= will_paginate-4.0.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= textproc
LICENSE= mit

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.10 2021/08/30 15:42:31 taca Exp $
@comment $NetBSD: PLIST,v 1.11 2023/06/09 15:09:54 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
@ -7,7 +7,6 @@ ${GEM_LIBDIR}/lib/will_paginate/active_record.rb
${GEM_LIBDIR}/lib/will_paginate/array.rb
${GEM_LIBDIR}/lib/will_paginate/collection.rb
${GEM_LIBDIR}/lib/will_paginate/core_ext.rb
${GEM_LIBDIR}/lib/will_paginate/data_mapper.rb
${GEM_LIBDIR}/lib/will_paginate/deprecation.rb
${GEM_LIBDIR}/lib/will_paginate/i18n.rb
${GEM_LIBDIR}/lib/will_paginate/locale/en.yml
@ -22,34 +21,5 @@ ${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
${GEM_LIBDIR}/lib/will_paginate/view_helpers/sinatra.rb
${GEM_LIBDIR}/spec/collection_spec.rb
${GEM_LIBDIR}/spec/console
${GEM_LIBDIR}/spec/console_fixtures.rb
${GEM_LIBDIR}/spec/database.yml
${GEM_LIBDIR}/spec/finders/active_record_spec.rb
${GEM_LIBDIR}/spec/finders/activerecord_test_connector.rb
${GEM_LIBDIR}/spec/fixtures/admin.rb
${GEM_LIBDIR}/spec/fixtures/developer.rb
${GEM_LIBDIR}/spec/fixtures/developers_projects.yml
${GEM_LIBDIR}/spec/fixtures/project.rb
${GEM_LIBDIR}/spec/fixtures/projects.yml
${GEM_LIBDIR}/spec/fixtures/replies.yml
${GEM_LIBDIR}/spec/fixtures/reply.rb
${GEM_LIBDIR}/spec/fixtures/schema.rb
${GEM_LIBDIR}/spec/fixtures/topic.rb
${GEM_LIBDIR}/spec/fixtures/topics.yml
${GEM_LIBDIR}/spec/fixtures/user.rb
${GEM_LIBDIR}/spec/fixtures/users.yml
${GEM_LIBDIR}/spec/matchers/deprecation_matcher.rb
${GEM_LIBDIR}/spec/matchers/phrase_matcher.rb
${GEM_LIBDIR}/spec/matchers/query_count_matcher.rb
${GEM_LIBDIR}/spec/page_number_spec.rb
${GEM_LIBDIR}/spec/per_page_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/view_helpers/action_view_spec.rb
${GEM_LIBDIR}/spec/view_helpers/base_spec.rb
${GEM_LIBDIR}/spec/view_helpers/link_renderer_base_spec.rb
${GEM_LIBDIR}/spec/view_helpers/view_example_group.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2021/10/26 11:23:29 nia Exp $
$NetBSD: distinfo,v 1.18 2023/06/09 15:09:54 taca Exp $
BLAKE2s (will_paginate-3.3.1.gem) = 889740ea430730d1ca5f4d8981776abd4aec8b88d94bfdf5d64047840cc97148
SHA512 (will_paginate-3.3.1.gem) = 6b17ba13aeb3733811d6ab10f8c873b9f3687c88a86971f2aa820df7d294b304eaf74c699f34aca2242a0be6033db03d07f67d76fc183b2685ee1be53c9c1c64
Size (will_paginate-3.3.1.gem) = 34816 bytes
BLAKE2s (will_paginate-4.0.0.gem) = a117145c698ce32833436b642a7c3092d637c4b5142caee8ca62ca21b1087c32
SHA512 (will_paginate-4.0.0.gem) = c95dd808190d978f648f9bb3a1b34ecc24e74eb108219ed108efc8499578ce1c3c00d751d3deca6509588bf8c9777597702cb7185763b2797a768a36fbb2f2b6
Size (will_paginate-4.0.0.gem) = 18944 bytes