friendly_id 5.1.0.beta.1 → 5.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f6c2b8454c78ef4f095d0bdc7f1541c59a2a975
4
- data.tar.gz: bdd5bc1adf9f8aeb697587994b488bb863323b62
3
+ metadata.gz: 05f2fb35bb72c551d82747fa97512d24f526e4d8
4
+ data.tar.gz: 82a341d6308aaa9f49bfe6cf70bcd53a45d35caf
5
5
  SHA512:
6
- metadata.gz: 5dfeb116b0f1a3dc381fb4ca22c6280f32a3989c3e0b93658b362512ea1670ba2dfc97f27689d8eb2c419da9b07386f1b9ff3297916a2809ef643ba725523a81
7
- data.tar.gz: 89d1b972eaa26c8cacae62df4e709a4cba87aebfd3fc19c9a1bd7c3c4c97e179486289294c54209ff63b660db1543d12cba8ed0f304f279c7d6a30f7e2faad3f
6
+ metadata.gz: 2635b18db56f42000f06a6ec6b7dd9ebb9c7189af7b21fa7ba1794611d3a3e0cef183e1f639dfdd238e6bcd53fd98d5e6e5bce58fe007a2cbe194dfbfa05e99f
7
+ data.tar.gz: 98cfc3779cbe4fc466622ebf00c16135341325965979fc6b985cde411201a2a98aa3ed5ae61b9d66492790187f5354cc753e7ad3997ed524c9c64353fc27fb7b
@@ -3,7 +3,7 @@
3
3
  We would like to think our many {file:Contributors contributors} for
4
4
  suggestions, ideas and improvements to FriendlyId.
5
5
 
6
- ## 5.1.0 (NOT RELEASED YET)
6
+ ## 5.1.0 (2015-01-15)
7
7
 
8
8
  * FriendlyId will no longer allow blank strings as slugs ([#571](https://github.com/norman/friendly_id/pull/571)).
9
9
  * FriendlyId will now try to use the first non-reserved candidate as its
data/README.md CHANGED
@@ -38,8 +38,6 @@ versioning, i18n, scoped slugs, reserved words, and custom slug generators.
38
38
 
39
39
  ### What Changed in Version 5.1
40
40
 
41
- _NOTE: 5.1 is the latest beta version and will be released soon._
42
-
43
41
  5.1 is a bugfix release, but bumps the minor version because some applications may be dependent
44
42
  on the previously buggy behavior. The changes include:
45
43
 
@@ -1,3 +1,3 @@
1
1
  module FriendlyId
2
- VERSION = "5.1.0.beta.1"
2
+ VERSION = "5.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: friendly_id
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0.beta.1
4
+ version: 5.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Norman Clarke
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-12-17 00:00:00.000000000 Z
12
+ date: 2015-01-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activerecord
@@ -215,9 +215,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
215
215
  version: 1.9.3
216
216
  required_rubygems_version: !ruby/object:Gem::Requirement
217
217
  requirements:
218
- - - ">"
218
+ - - ">="
219
219
  - !ruby/object:Gem::Version
220
- version: 1.3.1
220
+ version: '0'
221
221
  requirements: []
222
222
  rubyforge_project: friendly_id
223
223
  rubygems_version: 2.4.4