twitter_cldr 3.0.9 → 3.0.10

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b592fa7bd949a4235c4c700453a4e0a4c3b8b9f3
4
- data.tar.gz: 125364255f3c0ceab9d3150a0e4b5073235bd563
3
+ metadata.gz: bac470ce4e512aac2ad6466f8dd297e7f82a3f03
4
+ data.tar.gz: b12587637965f791f2c8bedb6fee338d4631aeaf
5
5
  SHA512:
6
- metadata.gz: d55d1f0467e355b8b7170168ef30e2ae33a034f8d8698c03f713fe41ea9197b188190f4a1cfd74b13ac1e5554daa2f9e3711e93b6c447ec1f2d0c185cf3e73a9
7
- data.tar.gz: 705b067d1948aa7e1bfcfe4f75c4bc9536f2cc2040fc32f29329235310cc9bc11a1e95754dbb5c47afbc7aea211ebb670cde0a0bbf7f2f20f294ae96431c23b7
6
+ metadata.gz: 2d166f1a1383b5c950edef4bcf2fd1f750fc568c3b29ec896f923b22258150d227b19210e3b6e3e53700703f3b34ef3499b0b5d799ace421dff15b924dd04f6a
7
+ data.tar.gz: d8e91fbcd4cb123bd8eacc3e802c8e9d69563462cb9d0f14d3678ed389c4ca7b5457c3d50566460e474121be96e0e8b1b3ed59cab11862d140c2afcb51f57e93
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 3.0.10
2
+
3
+ * Adding Date back in as a localizable object.
4
+
1
5
  == 3.0.9
2
6
 
3
7
  * Fixing date and time formatting issue where calling `to_additional_s` on an instance of `LocalizedDate` could raise an error.
@@ -7,6 +7,6 @@
7
7
  TwitterCldr::Localized::LocalizedNumber.localize(klass)
8
8
  end
9
9
 
10
- [Array, DateTime, String, Symbol, Time, Hash].each do |klass|
10
+ [Array, Date, DateTime, String, Symbol, Time, Hash].each do |klass|
11
11
  TwitterCldr::Localized::const_get("Localized#{klass}").localize(klass)
12
12
  end
@@ -4,5 +4,5 @@
4
4
  # http://www.apache.org/licenses/LICENSE-2.0
5
5
 
6
6
  module TwitterCldr
7
- VERSION = "3.0.9"
7
+ VERSION = "3.0.10"
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twitter_cldr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.9
4
+ version: 3.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Dutro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-18 00:00:00.000000000 Z
11
+ date: 2014-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json