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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb0c1c87e82d392d31c5281d907e58bbe6573683
4
- data.tar.gz: 7ffb3aa2717b7727898810687778f0df10ec235f
3
+ metadata.gz: 399d042a1ccc98734480467097210ca85c4bca9c
4
+ data.tar.gz: 7e7975f71f2df4d9bf5dacef3ac1e6b14b35ec39
5
5
  SHA512:
6
- metadata.gz: 7f5373bd6b450b42b4a9bb28338c028faecc3a3aea2c52146cd092fbf5ee6b2a144cf00450a5ddd430532737c46c1da590f387e45ddcfb2ca6584903844b4b53
7
- data.tar.gz: cbaeda3492a457b84d3f2d0d19a8080539fbdf3068aa722e8593a42597897fddf767ba2bbb2668bc2a5a42c254e2f3ae1ad69a36362e9c2f52f925429bda6d90
6
+ metadata.gz: c10f368bebfc2121146d2e89828ff8ee85d93a2135ec2841f4848be47f098e9c5ddc9c6ba9549b1aacc111a34f6b63b721580c7d8a7e76763488e28c1a2ed79e
7
+ data.tar.gz: a85d60db955877940d618b61975e6f0d53d3c0e70e01a242196e9fbdfbe743325dacf32cee5f984c0dbadb721ba185f8a518c4bf72c864d63b4c18500b7cf98a
@@ -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)
@@ -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 speciic year (say, 2017).
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
 
@@ -1,3 +1,3 @@
1
1
  module Holidays
2
- VERSION = '4.5.0'
2
+ VERSION = '4.6.0'
3
3
  end
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.5.0
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-06-23 00:00:00.000000000 Z
12
+ date: 2016-07-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler