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 CHANGED
@@ -1,3 +1,7 @@
1
+ == 2.2.0
2
+
3
+ * Relaxing JSON dependency to give users more version flexibility. JSON gem now has no version number in twitter-cldr-rb.
4
+
1
5
  == 2.1.1
2
6
 
3
7
  * Modified AdditionalDateFormatSelector to return the correct format on exact format match.
@@ -4,5 +4,5 @@
4
4
  # http://www.apache.org/licenses/LICENSE-2.0
5
5
 
6
6
  module TwitterCldr
7
- VERSION = "2.1.1"
7
+ VERSION = "2.2.0"
8
8
  end
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', '>= 1.1.9'
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
- version: 2.1.1
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
- date: 2013-02-13 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
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
- version_requirements: !ruby/object:Gem::Requirement
23
+ requirement: &id001 !ruby/object:Gem::Requirement
25
24
  none: false
26
- requirements:
27
- - - ! '>='
28
- - !ruby/object:Gem::Version
29
- version: 1.1.9
30
- description: Ruby implementation of the ICU (International Components for Unicode)
31
- that uses the Common Locale Data Repository to format dates, plurals, and more.
32
- email:
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
- files:
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
- require_paths:
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
- version: '0'
1076
- required_rubygems_version: !ruby/object:Gem::Requirement
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
- version: '0'
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.25
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
+