From 4b35645bc9bbf35dd63d4933346a74398fa758b3 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Wed, 18 Apr 2018 17:05:04 -0400 Subject: [PATCH] Update version and readme --- Gemfile.lock | 2 +- README.md | 8 +++++--- lib/slugtastic/version.rb | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 31c92b0..f18ccba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - slugtastic (1.3.0) + slugtastic (2.0.0) GEM remote: https://rubygems.org/ diff --git a/README.md b/README.md index 1760184..c0abb10 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/lib/slugtastic/version.rb b/lib/slugtastic/version.rb index e77c7c3..a40ba4b 100644 --- a/lib/slugtastic/version.rb +++ b/lib/slugtastic/version.rb @@ -1,3 +1,3 @@ module Slugtastic - VERSION = "1.3.0".freeze + VERSION = "2.0.0".freeze end