holidays / holidays

A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing UK bank holiday

seanhandley opened this issue · comments

The gem appears to miss out the Summer bank holiday in August i.e.

Holidays.on(Date.civil(2015,8,31), :gb, :observed)
=> []

(See https://www.gov.uk/bank-holidays for an accurate list for 2015/2016.)

Oddly, the gb data includes the last Monday of the month as a bank holiday: https://github.com/holidays/holidays/blob/v2.2.0/data/gb.yaml