tzinfo 0.1.0 → 0.1.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.
Potentially problematic release.
This version of tzinfo might be problematic. Click here for more details.
- data/CHANGES +7 -0
- data/Rakefile +1 -1
- data/lib/tzinfo/definitions/America/Havana.rb +1 -3
- data/lib/tzinfo/definitions/America/Managua.rb +2 -2
- data/lib/tzinfo/definitions/Asia/Amman.rb +86 -86
- data/lib/tzinfo/definitions/Asia/Baku.rb +99 -99
- data/lib/tzinfo/definitions/Asia/Gaza.rb +84 -84
- data/lib/tzinfo/definitions/Asia/Tbilisi.rb +1 -82
- data/lib/tzinfo/timezone.rb +2 -1
- data/lib/tzinfo/timezone_period_list.rb +53 -50
- data/lib/tzinfo/tzdataparser.rb +1 -1
- data/test/tc_timezone_period_list.rb +10 -0
- data/test/tc_timezone_utc.rb +29 -0
- metadata +3 -16
- data/lib/tzinfo/definitions/SystemV/AST4.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/AST4ADT.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/CST6.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/CST6CDT.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/EST5.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/EST5EDT.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/HST10.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/MST7.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/MST7MDT.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/PST8.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/PST8PDT.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/YST9.rb +0 -11
- data/lib/tzinfo/definitions/SystemV/YST9YDT.rb +0 -11
@@ -1,11 +0,0 @@
|
|
1
|
-
require 'tzinfo/timezone'
|
2
|
-
require 'tzinfo/definitions/America/Los_Angeles'
|
3
|
-
module TZInfo
|
4
|
-
module Definitions #:nodoc:
|
5
|
-
module SystemV #:nodoc:
|
6
|
-
class PST8PDT < Definitions::America::Los_Angeles #:nodoc:
|
7
|
-
set_identifier('SystemV/PST8PDT')
|
8
|
-
end
|
9
|
-
end
|
10
|
-
end
|
11
|
-
end
|
@@ -1,11 +0,0 @@
|
|
1
|
-
require 'tzinfo/timezone'
|
2
|
-
require 'tzinfo/definitions/America/Anchorage'
|
3
|
-
module TZInfo
|
4
|
-
module Definitions #:nodoc:
|
5
|
-
module SystemV #:nodoc:
|
6
|
-
class YST9YDT < Definitions::America::Anchorage #:nodoc:
|
7
|
-
set_identifier('SystemV/YST9YDT')
|
8
|
-
end
|
9
|
-
end
|
10
|
-
end
|
11
|
-
end
|