friendly_id 2.3.0 → 2.3.1
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.
- data/README.md +2 -2
- data/lib/friendly_id/configuration.rb +2 -2
- data/lib/friendly_id/version.rb +2 -2
- metadata +2 -2
data/README.md
CHANGED
|
@@ -17,7 +17,7 @@ instead of:
|
|
|
17
17
|
FriendlyId offers many advanced features, including: slug history and
|
|
18
18
|
versioning, scoped slugs, reserved words, custom slug generators, and
|
|
19
19
|
excellent Unicode support. For complete information on using FriendlyId,
|
|
20
|
-
please see the {file
|
|
20
|
+
please see the {http://norman.github.com/friendly_id/file.Guide.html FriendlyId Guide}.
|
|
21
21
|
|
|
22
22
|
## Rails Quickstart
|
|
23
23
|
|
|
@@ -73,4 +73,4 @@ and add a test that reproduces the error you are experiencing.
|
|
|
73
73
|
|
|
74
74
|
FriendlyId was created by Norman Clarke, Adrian Mugnolo, and Emilio Tagua.
|
|
75
75
|
|
|
76
|
-
Copyright (c) 2008-2010, released under the MIT license.
|
|
76
|
+
Copyright (c) 2008-2010, released under the MIT license.
|
|
@@ -114,7 +114,7 @@ module FriendlyId
|
|
|
114
114
|
# @deprecated Please use {#approximate_ascii approximate_ascii}.
|
|
115
115
|
def strip_diacritics=(*args)
|
|
116
116
|
warn('strip_diacritics is deprecated and will be removed from 3.0. Please use #approximate_ascii')
|
|
117
|
-
self.
|
|
117
|
+
self.approximate_ascii = *args
|
|
118
118
|
end
|
|
119
119
|
|
|
120
120
|
%w[approximate_ascii normalizer scope strip_non_ascii use_slug].each do |method|
|
|
@@ -129,4 +129,4 @@ module FriendlyId
|
|
|
129
129
|
|
|
130
130
|
end
|
|
131
131
|
|
|
132
|
-
end
|
|
132
|
+
end
|
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: 2.3.
|
|
4
|
+
version: 2.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Norman Clarke
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2010-02-
|
|
14
|
+
date: 2010-02-09 00:00:00 -08:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|