holidays 4.5.0 → 4.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/definitions/README.md +1 -1
- data/lib/holidays/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 399d042a1ccc98734480467097210ca85c4bca9c
|
|
4
|
+
data.tar.gz: 7e7975f71f2df4d9bf5dacef3ac1e6b14b35ec39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c10f368bebfc2121146d2e89828ff8ee85d93a2135ec2841f4848be47f098e9c5ddc9c6ba9549b1aacc111a34f6b63b721580c7d8a7e76763488e28c1a2ed79e
|
|
7
|
+
data.tar.gz: a85d60db955877940d618b61975e6f0d53d3c0e70e01a242196e9fbdfbe743325dacf32cee5f984c0dbadb721ba185f8a518c4bf72c864d63b4c18500b7cf98a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Ruby Holidays Gem CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 4.6.0
|
|
4
|
+
|
|
5
|
+
* Add holidays for 'Luxembourg' (https://github.com/dunyakirkali)
|
|
6
|
+
|
|
3
7
|
## 4.5.0
|
|
4
8
|
|
|
5
9
|
* Add `Holidays.year_holidays` method to obtain all holidays occuring from date to end of year, inclusively (thanks to https://github.com/jonathanpike)
|
data/definitions/README.md
CHANGED
|
@@ -103,7 +103,7 @@ Then the holiday will be returned. This is especially useful for holidays like "
|
|
|
103
103
|
|
|
104
104
|
### Year ranges
|
|
105
105
|
|
|
106
|
-
Certain holidays in various countries are only in effect during specific year ranges. For example, a new holiday might come into effect that is only valid after a
|
|
106
|
+
Certain holidays in various countries are only in effect during specific year ranges. For example, a new holiday might come into effect that is only valid after a specific year (say, 2017).
|
|
107
107
|
|
|
108
108
|
To address this we have the ability to specify these 'year ranges' in the definition. The gem will then only return a match on a date that adheres to these rules.
|
|
109
109
|
|
data/lib/holidays/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: holidays
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Dunae
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-07-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|