lib/when_exe/region/world.rb in when_exe-0.4.6 vs lib/when_exe/region/world.rb in when_exe-0.5.0
- old
+ new
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
=begin
- Copyright (C) 2011-2015 Takashi SUGA
+ Copyright (C) 2011-2021 Takashi SUGA
You may use and/or modify this file according to the license described in the LICENSE.txt file included in this archive.
=end
module When
@@ -159,11 +159,11 @@
# World calendar based on Gregorian calendar
#
World = [SolarYearTableBased, {
'label' => 'World',
'rule_table' => {
- 365 => {'Length'=>[31,30,30]*3 + [31,30,31]},
- 366 => {'Length'=>[31,30,30,31,30,31] *2}
+ 365 => {'Length'=>[31,30,30] * 3 + [31,30,31]},
+ 366 => {'Length'=>[31,30,30,31,30,31] * 2}
},
'note' => 'WorldWeek'
}]
end
end