Version bump
This commit is contained in:
parent
2fd71e750a
commit
cd82b4d043
|
@ -1,5 +1,8 @@
|
||||||
= Ruby Holidays Gem CHANGELOG
|
= Ruby Holidays Gem CHANGELOG
|
||||||
|
|
||||||
|
== 1.0.3
|
||||||
|
* Add Austrian holiday definitions (thanks to Vogel Siegfried)
|
||||||
|
|
||||||
== 1.0.2
|
== 1.0.2
|
||||||
* Add `orthodox_easter` method and Greek holiday definitions (thanks https://github.com/ddimitriadis)
|
* Add `orthodox_easter` method and Greek holiday definitions (thanks https://github.com/ddimitriadis)
|
||||||
|
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
==== Ruby Holidays Gem License
|
==== Ruby Holidays Gem License
|
||||||
|
|
||||||
Copyright (c) 2007-08 Alex Dunae
|
Copyright (c) 2007-11 Alex Dunae
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -43,7 +43,7 @@ module Holidays
|
||||||
# Exception thrown when an unknown region is requested.
|
# Exception thrown when an unknown region is requested.
|
||||||
class UnknownRegionError < ArgumentError; end
|
class UnknownRegionError < ArgumentError; end
|
||||||
|
|
||||||
VERSION = '1.0.2'
|
VERSION = '1.0.3'
|
||||||
|
|
||||||
@@regions = []
|
@@regions = []
|
||||||
@@holidays_by_month = {}
|
@@holidays_by_month = {}
|
||||||
|
|
Loading…
Reference in a new issue