tzinfo 0.1.0 → 0.1.1

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.

@@ -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/Pacific/Gambier'
3
- module TZInfo
4
- module Definitions #:nodoc:
5
- module SystemV #:nodoc:
6
- class YST9 < Definitions::Pacific::Gambier #:nodoc:
7
- set_identifier('SystemV/YST9')
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