Enforced UTF-8 with SVN mime-type in data/ Updated build_defs.rb Added some European tests
17 lines
383 B
YAML
17 lines
383 B
YAML
# Christian holiday definitions for the Ruby Holiday gem.
|
|
# Updated 2008-11-21.
|
|
---
|
|
0:
|
|
- name: Easter Sunday
|
|
regions: [christian]
|
|
function: easter(year) }
|
|
- name: Palm Sunday
|
|
regions: [christian]
|
|
function: easter(year)-7 }
|
|
- name: Good Friday
|
|
regions: [christian]
|
|
function: easter(year)-2 }
|
|
12:
|
|
- name: Christmas Day
|
|
regions: [christian]
|
|
mday: 25
|