Bug Fixes:
-
Added
required_ruby_version
to the gemspec #847 [@timoschilling] -
Fixed a regression where
per(nil)
usesmax_per_page
instead ofdefault_per_page
#813 [@merqlove] -
Fixed a regression where passing a String to
per()
aborts with ArgumentError #849 [@rafaelgonzalez] -
Fixed a bug where calling deprecated
max_pages_per
caused an Error on Rails 4 #852 [@tsuwatch]