1
0
mirror of https://github.com/danbee/slugtastic synced 2025-03-04 08:49:05 +00:00

Add Ruby 2.0.0 to list of supported Rubies.

This commit is contained in:
Dan Barber 2013-04-15 14:32:54 +01:00
parent da428eae3d
commit 3b09a3524b

View File

@ -4,7 +4,7 @@ Simple gem for autogenerating permalink style slugs for your ActiveRecord models
## Requirements ## Requirements
* Ruby 1.9.2 or 1.9.3 * Ruby 1.9.2, 1.9.3 or 2.0.0
* Rails 3.1 or higher. * Rails 3.1 or higher.
It should work with Rails 3.0 but it hasn't been tested. It should work with Rails 3.0 but it hasn't been tested.