lib/tzinfo/countries/GL.rb in tzinfo-0.1.2 vs lib/tzinfo/countries/GL.rb in tzinfo-0.2.0
- old
+ new
@@ -1,15 +1,15 @@
-require 'tzinfo/country'
-module TZInfo #:nodoc:
-module Countries #:nodoc:
-class GL < Country #:nodoc:
-setup
-set_code('GL')
-set_name('Greenland')
-add_zone('America/Danmarkshavn')
-add_zone('America/Thule')
-add_zone('America/Godthab')
-add_zone('America/Scoresbysund')
-zones_added
-end
-end
-end
+require 'tzinfo/country'
+module TZInfo #:nodoc:
+module Countries #:nodoc:
+class GL < Country #:nodoc:
+setup
+set_code('GL')
+set_name('Greenland')
+add_zone('America/Danmarkshavn')
+add_zone('America/Thule')
+add_zone('America/Godthab')
+add_zone('America/Scoresbysund')
+zones_added
+end
+end
+end