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.

@@ -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