tzinfo 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of tzinfo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGES.md +11 -0
- data/README.md +2 -2
- data/lib/tzinfo/country.rb +17 -1
- data/lib/tzinfo/timezone.rb +6 -5
- data/lib/tzinfo/zoneinfo_data_source.rb +57 -30
- data/test/tc_data_source.rb +26 -0
- data/test/tc_timezone_melbourne.rb +40 -40
- data/test/tc_zoneinfo_data_source.rb +151 -14
- data/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +2 -2
- data/test/tzinfo-data/tzinfo/data/indexes/countries.rb +116 -116
- data/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +15 -13
- data/test/tzinfo-data/tzinfo/data/version.rb +1 -1
- data/test/zoneinfo/Australia/Melbourne +0 -0
- data/test/zoneinfo/iso3166.tab +6 -6
- data/test/zoneinfo/zone.tab +25 -38
- data/test/zoneinfo/zone1970.tab +369 -0
- data/tzinfo.gemspec +1 -1
- metadata +3 -2
- metadata.gz.sig +0 -0
data/tzinfo.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'tzinfo'
|
3
|
-
s.version = '1.2.
|
3
|
+
s.version = '1.2.2'
|
4
4
|
s.summary = 'Daylight savings aware timezone library'
|
5
5
|
s.description = 'TZInfo provides daylight savings aware transformations between times in different time zones.'
|
6
6
|
s.author = 'Philip Ross'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tzinfo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Philip Ross
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
30
30
|
fs7XSYlwQp0zY7PFSMwJeBpQFDBnShcweRQ+0QdUUS4FHrwfXex0QsXp9UROUX+4
|
31
31
|
6BVw9ZDNFnDH4PQjZGbdwanB7kzm+TEi
|
32
32
|
-----END CERTIFICATE-----
|
33
|
-
date: 2014-
|
33
|
+
date: 2014-08-08 00:00:00.000000000 Z
|
34
34
|
dependencies:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: thread_safe
|
@@ -159,6 +159,7 @@ files:
|
|
159
159
|
- test/zoneinfo/posixrules
|
160
160
|
- test/zoneinfo/right/Europe/London
|
161
161
|
- test/zoneinfo/zone.tab
|
162
|
+
- test/zoneinfo/zone1970.tab
|
162
163
|
- tzinfo.gemspec
|
163
164
|
homepage: http://tzinfo.github.io
|
164
165
|
licenses:
|
metadata.gz.sig
CHANGED
Binary file
|