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
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
slugtastic (1.3.0)
|
slugtastic (2.0.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
|||||||
@ -9,14 +9,16 @@ models.
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* Ruby 2.0.0+
|
* Ruby 2.2.0+
|
||||||
* Rails 3.1 or higher.
|
* 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
|
## Installation
|
||||||
|
|
||||||
Add this line to your application's Gemfile:
|
Add this line to your application's Gemfile:
|
||||||
|
|
||||||
gem 'slugtastic'
|
gem "slugtastic"
|
||||||
|
|
||||||
And then execute:
|
And then execute:
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
module Slugtastic
|
module Slugtastic
|
||||||
VERSION = "1.3.0".freeze
|
VERSION = "2.0.0".freeze
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user