twitter_cldr 1.4.0 → 1.4.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.
@@ -11,7 +11,7 @@ end
11
11
 
12
12
  module TwitterCldr
13
13
  class LocalizedString < LocalizedObject
14
- VALID_NORMALIZERS = [:NFD, :NFKD]
14
+ VALID_NORMALIZERS = [:NFD, :NFKD, :NFC, :NFKC]
15
15
 
16
16
  # Uses wrapped string object as a format specification and returns the result of applying it to +args+ (see
17
17
  # +TwitterCldr::Utils.interpolate+ method for interpolation syntax).
@@ -4,5 +4,5 @@
4
4
  # http://www.apache.org/licenses/LICENSE-2.0
5
5
 
6
6
  module TwitterCldr
7
- VERSION = "1.4.0"
7
+ VERSION = "1.4.1"
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter_cldr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 4
9
- - 0
10
- version: 1.4.0
9
+ - 1
10
+ version: 1.4.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Cameron Dutro
@@ -105,7 +105,7 @@ dependencies:
105
105
  requirements:
106
106
  - - ~>
107
107
  - !ruby/object:Gem::Version
108
- hash: 3424229193
108
+ hash: -3991290674
109
109
  segments:
110
110
  - 0
111
111
  - 9