objectreload-permalinks 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
data/lib/permalinks.rb CHANGED
@@ -26,7 +26,7 @@ module Permalinks
26
26
  end
27
27
 
28
28
  def transliterate!(str, encoding)
29
- result = Iconv.iconv("ASCII//TRANSLIT", encoding.to_s, str).first
29
+ result = Iconv.iconv("ASCII//TRANSLIT//IGNORE", encoding.to_s, str).first
30
30
  str.replace(result)
31
31
  end
32
32
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{objectreload-permalinks}
8
- s.version = "0.2.2"
8
+ s.version = "0.2.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mateusz Drożdżyński", "Ewa Limanówka", "Jakub Kuźma"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: objectreload-permalinks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Mateusz Dro\xC5\xBCd\xC5\xBCy\xC5\x84ski"