friendly_id 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
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:GUIDE.md FriendlyId Guide}.
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.strip_diacritics = *args
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
@@ -2,7 +2,7 @@ module FriendlyId
2
2
  module Version
3
3
  MAJOR = 2
4
4
  MINOR = 3
5
- TINY = 0
5
+ TINY = 1
6
6
  STRING = [MAJOR, MINOR, TINY].join('.')
7
7
  end
8
- end
8
+ 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: 2.3.0
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-04 00:00:00 -03:00
14
+ date: 2010-02-09 00:00:00 -08:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency