friendly_id 2.2.4 → 2.2.5

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/History.txt CHANGED
@@ -1,4 +1,8 @@
1
- == 2.2.3 2009-11-12
1
+ == 2.2.5 2009-11-30
2
+ * 1 minor fix
3
+ * Fixed typo which in config options (Steven Noble).
4
+
5
+ == 2.2.4 2009-11-12
2
6
  * 1 minor fix
3
7
  * Fixed typo in post-install message.
4
8
 
data/lib/friendly_id.rb CHANGED
@@ -21,7 +21,7 @@ module FriendlyId
21
21
  :cache_column,
22
22
  :scope,
23
23
  :strip_diacritics,
24
- :stip_non_ascii,
24
+ :strip_non_ascii,
25
25
  :use_slug
26
26
  ]).freeze
27
27
 
@@ -2,7 +2,7 @@ module FriendlyId #:nodoc:
2
2
  module Version #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 2
5
- TINY = 4
5
+ TINY = 5
6
6
  STRING = [MAJOR, MINOR, TINY].join('.')
7
7
  end
8
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.2.4
4
+ version: 2.2.5
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: 2009-11-12 00:00:00 -03:00
14
+ date: 2009-11-30 00:00:00 -03:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency