1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

[ci skip] Update "Supported versions" on README

I think "Supported versions" would be included test target list.
Now we run tests for Ruby 2.0.0+, Rails 3.2+, and Mongoid 3.0+.
This commit is contained in:
yui-knk 2016-03-06 01:05:36 +09:00
parent 27a0c850b5
commit 740c99a693

View file

@ -27,15 +27,15 @@ The pagination helper outputs the HTML5 <nav> tag by default. Plus, the helper s
== Supported versions
* Ruby 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1.x, 2.2.x, 2.3.x, 2.4
* Ruby 2.0.0, 2.1.x, 2.2.x, 2.3.x, 2.4
* Rails 3.0, 3.1, 3.2, 4.0, 4.1, 4.2
* Rails 3.2, 4.0, 4.1, 4.2, 5.0 (edge)
* Sinatra 1.4
* Haml 3+
* Mongoid 2+
* Mongoid 3+
== Install