pkgsrc/textproc/ruby-will-paginate/distinfo
taca 38ad532a50 Update ruby-will-paginate to 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
2016-03-15 16:00:58 +00:00

6 lines
416 B
Text

$NetBSD: distinfo,v 1.11 2016/03/15 16:00:58 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