1
0
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:
Daniel Barber 2018-04-18 17:05:04 -04:00
parent 5c06a15c39
commit 4b35645bc9
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
3 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
slugtastic (1.3.0)
slugtastic (2.0.0)
GEM
remote: https://rubygems.org/

View File

@ -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:

View File

@ -1,3 +1,3 @@
module Slugtastic
VERSION = "1.3.0".freeze
VERSION = "2.0.0".freeze
end