mirror of
https://github.com/danbee/slugtastic
synced 2025-03-04 08:49:05 +00:00
Update version and readme
This commit is contained in:
parent
5c06a15c39
commit
4b35645bc9
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
slugtastic (1.3.0)
|
||||
slugtastic (2.0.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
||||
@ -9,14 +9,16 @@ models.
|
||||
|
||||
## Requirements
|
||||
|
||||
* Ruby 2.0.0+
|
||||
* Rails 3.1 or higher.
|
||||
* Ruby 2.2.0+
|
||||
* Rails 5 or higher.
|
||||
|
||||
It will probably work just find with earlier versions--down to Rails 3.1 and Ruby 1.9.3--but it's not tested.
|
||||
|
||||
## Installation
|
||||
|
||||
Add this line to your application's Gemfile:
|
||||
|
||||
gem 'slugtastic'
|
||||
gem "slugtastic"
|
||||
|
||||
And then execute:
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module Slugtastic
|
||||
VERSION = "1.3.0".freeze
|
||||
VERSION = "2.0.0".freeze
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user