lib/tzinfo/definitions/Etc/GMT__m__3.rb in tzinfo-0.1.2 vs lib/tzinfo/definitions/Etc/GMT__m__3.rb in tzinfo-0.2.0
- old
+ new
@@ -1,12 +1,12 @@
-require 'tzinfo/timezone'
-module TZInfo
-module Definitions #:nodoc:
-module Etc #:nodoc:
-class GMT__m__3 < Timezone #:nodoc:
-setup
-set_identifier('Etc/GMT-3')
-add_unbounded_start_period {TimezonePeriod.new(nil,nil,10800,0,:'GMT-3')}
-end
-end
-end
-end
+require 'tzinfo/timezone'
+module TZInfo
+module Definitions #:nodoc:
+module Etc #:nodoc:
+class GMT__m__3 < Timezone #:nodoc:
+setup
+set_identifier('Etc/GMT-3')
+add_unbounded_start_period {TimezonePeriod.new(nil,nil,10800,0,:'GMT-3')}
+end
+end
+end
+end