lib/timeliness/definitions.rb in timeliness-0.3.3 vs lib/timeliness/definitions.rb in timeliness-0.3.4
- old
+ new
@@ -83,10 +83,10 @@
# All tokens available for format construction. The token array is made of
# regexp and key for format component mapping, if any.
#
@format_tokens = {
- 'ddd' => [ '\w{3,9}', :wday ],
+ 'ddd' => [ '\w{3,9}' ],
'dd' => [ '\d{2}', :day ],
'd' => [ '\d{1,2}', :day ],
'mmm' => [ '\w{3,9}', :month ],
'mm' => [ '\d{2}', :month ],
'm' => [ '\d{1,2}', :month ],