twitter_cldr 2.1.1 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/lib/twitter_cldr/version.rb +1 -1
- data/twitter_cldr.gemspec +1 -1
- metadata +52 -37
data/History.txt
CHANGED
data/lib/twitter_cldr/version.rb
CHANGED
data/twitter_cldr.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.has_rdoc = true
|
15
15
|
s.summary = "Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more."
|
16
16
|
|
17
|
-
s.add_dependency 'json'
|
17
|
+
s.add_dependency 'json'
|
18
18
|
|
19
19
|
s.require_path = 'lib'
|
20
20
|
|
metadata
CHANGED
@@ -1,40 +1,46 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitter_cldr
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 7
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 2
|
8
|
+
- 2
|
9
|
+
- 0
|
10
|
+
version: 2.2.0
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- Cameron Dutro
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
17
|
+
|
18
|
+
date: 2013-02-22 00:00:00 Z
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
15
21
|
name: json
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
|
-
requirements:
|
19
|
-
- - ! '>='
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: 1.1.9
|
22
|
-
type: :runtime
|
23
22
|
prerelease: false
|
24
|
-
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
25
24
|
none: false
|
26
|
-
requirements:
|
27
|
-
- -
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
25
|
+
requirements:
|
26
|
+
- - ">="
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
hash: 3
|
29
|
+
segments:
|
30
|
+
- 0
|
31
|
+
version: "0"
|
32
|
+
type: :runtime
|
33
|
+
version_requirements: *id001
|
34
|
+
description: Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.
|
35
|
+
email:
|
33
36
|
- cdutro@twitter.com
|
34
37
|
executables: []
|
38
|
+
|
35
39
|
extensions: []
|
40
|
+
|
36
41
|
extra_rdoc_files: []
|
37
|
-
|
42
|
+
|
43
|
+
files:
|
38
44
|
- lib/twitter_cldr/collation/collator.rb
|
39
45
|
- lib/twitter_cldr/collation/implicit_collation_elements.rb
|
40
46
|
- lib/twitter_cldr/collation/sort_key_builder.rb
|
@@ -1063,27 +1069,36 @@ files:
|
|
1063
1069
|
- twitter_cldr.gemspec
|
1064
1070
|
homepage: http://twitter.com
|
1065
1071
|
licenses: []
|
1072
|
+
|
1066
1073
|
post_install_message:
|
1067
1074
|
rdoc_options: []
|
1068
|
-
|
1075
|
+
|
1076
|
+
require_paths:
|
1069
1077
|
- lib
|
1070
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
1078
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
1071
1079
|
none: false
|
1072
|
-
requirements:
|
1073
|
-
- -
|
1074
|
-
- !ruby/object:Gem::Version
|
1075
|
-
|
1076
|
-
|
1080
|
+
requirements:
|
1081
|
+
- - ">="
|
1082
|
+
- !ruby/object:Gem::Version
|
1083
|
+
hash: 3
|
1084
|
+
segments:
|
1085
|
+
- 0
|
1086
|
+
version: "0"
|
1087
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
1077
1088
|
none: false
|
1078
|
-
requirements:
|
1079
|
-
- -
|
1080
|
-
- !ruby/object:Gem::Version
|
1081
|
-
|
1089
|
+
requirements:
|
1090
|
+
- - ">="
|
1091
|
+
- !ruby/object:Gem::Version
|
1092
|
+
hash: 3
|
1093
|
+
segments:
|
1094
|
+
- 0
|
1095
|
+
version: "0"
|
1082
1096
|
requirements: []
|
1097
|
+
|
1083
1098
|
rubyforge_project:
|
1084
|
-
rubygems_version: 1.8.
|
1099
|
+
rubygems_version: 1.8.10
|
1085
1100
|
signing_key:
|
1086
1101
|
specification_version: 3
|
1087
|
-
summary: Ruby implementation of the ICU (International Components for Unicode) that
|
1088
|
-
uses the Common Locale Data Repository to format dates, plurals, and more.
|
1102
|
+
summary: Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.
|
1089
1103
|
test_files: []
|
1104
|
+
|