to_slug 1.0.0 → 1.0.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.
Files changed (3) hide show
  1. data/lib/to_slug.rb +1 -1
  2. data/lib/to_slug/version.rb +1 -1
  3. metadata +2 -2
@@ -13,7 +13,7 @@ class String # This reopns the string class
13
13
  ['é','è','ê','ë'] => 'e',
14
14
  ['Ë','É','È','Ê'] => 'E',
15
15
  ['í','ì','î','ï'] => 'i',
16
- ['�?','Î','Ì','�?'] => 'I',
16
+ ['Í','Î','Ì','Ī'] => 'I',
17
17
  ['ó','ò','ô','ö','õ'] => 'o',
18
18
  ['Õ','Ö','Ô','Ò','Ó'] => 'O',
19
19
  ['ú','ù','û','ü','ů'] => 'u',
@@ -1,3 +1,3 @@
1
1
  module ToSlug
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eric Boehs