Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Version bump to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Morgan committed Jul 9, 2013
1 parent b1d054a commit a125808
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,12 +1,12 @@
Slugalicious -- Easy and powerful URL slugging for Rails 3
Slugalicious -- Easy and powerful URL slugging for Rails 4
==========================================================

_(no monkey-patching required)_

| | |
|:------------|:--------------------------------|
| **Author** | Tim Morgan |
| **Version** | 2.0 (Jun 5, 2012) |
| **Version** | 2.1 (Jul 9, 2013) |
| **License** | Released under the MIT license. |

### Note about version 2.0
Expand All @@ -21,7 +21,7 @@ About
-----

Slugalicious is an easy-to-use slugging library that helps you generate pretty
URLs for your ActiveRecord objects. It's built for Rails 3 and is cordoned off
URLs for your ActiveRecord objects. It's built for Rails 4 and is cordoned off
in a monkey patching-free zone.

Slugalicious is easy to use and powerful enough to cover all of the most common
Expand All @@ -46,7 +46,7 @@ Stringex is:
Installation
------------

*Important Note:* Slugalicious is written for Rails 3.0 and Ruby 1.9 only.
*Important Note:* Slugalicious is written for Rails 4.0 and Ruby 1.9 only.

Firstly, add the gem to your Rails project's `Gemfile`:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.0
2.1.0
4 changes: 2 additions & 2 deletions slugalicious.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "slugalicious"
s.version = "2.0.0"
s.version = "2.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tim Morgan"]
s.date = "2013-06-26"
s.date = "2013-07-09"
s.description = "Slugalicious adds simple and powerful slugging to your ActiveRecord models."
s.email = "git@timothymorgan.info"
s.extra_rdoc_files = [
Expand Down

0 comments on commit a125808

Please sign in to comment.