friendly_id 5.1.0.beta.1 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Changelog.md +1 -1
- data/README.md +0 -2
- data/lib/friendly_id/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05f2fb35bb72c551d82747fa97512d24f526e4d8
|
|
4
|
+
data.tar.gz: 82a341d6308aaa9f49bfe6cf70bcd53a45d35caf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2635b18db56f42000f06a6ec6b7dd9ebb9c7189af7b21fa7ba1794611d3a3e0cef183e1f639dfdd238e6bcd53fd98d5e6e5bce58fe007a2cbe194dfbfa05e99f
|
|
7
|
+
data.tar.gz: 98cfc3779cbe4fc466622ebf00c16135341325965979fc6b985cde411201a2a98aa3ed5ae61b9d66492790187f5354cc753e7ad3997ed524c9c64353fc27fb7b
|
data/Changelog.md
CHANGED
|
@@ -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 (
|
|
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
|
|
data/lib/friendly_id/version.rb
CHANGED
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
|
|
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:
|
|
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:
|
|
220
|
+
version: '0'
|
|
221
221
|
requirements: []
|
|
222
222
|
rubyforge_project: friendly_id
|
|
223
223
|
rubygems_version: 2.4.4
|