holidays 3.1.0 → 3.1.1

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: a8163efff2a1958efde569df594a88eff3591a29
4
- data.tar.gz: bade55a0a1439014f2e72672234616be869d8850
3
+ metadata.gz: 77d44ea4e57f9a700180b0829f9937735a0524a9
4
+ data.tar.gz: df50a09e25562ed02a3c1eb22e177e08bbb9898d
5
5
  SHA512:
6
- metadata.gz: 4e6774064fe5a174bbc967c8803e9dc082ae4f7222982e72605c03614d6403bdbcb7685837242bda435abe228d8e26d4a64316cd9971a641b9c9080c13d1727b
7
- data.tar.gz: 72fe72dca4258d0a559d63de3651528c8d4e781fe366a5829dad46d510ad393fd0fbb7c9dd4f3b2590cf31f11ec4ea2315267c234fc72fc81214c3e0261a6744
6
+ metadata.gz: c05e5b47fcdf1cbd444a1d13efbfb2dd8a5ba18ef293f10b4434a26aeddbf5e3b65fe379843c069869b491bc9321b10cba9f1d64f14bc8c9af4481b983923d02
7
+ data.tar.gz: 01a41eae9774e74a9104d06fbf4629c1fa8820d23873cf048ae1921264c90e669e319e4cbe86d16f3941ebc51aa415ee5c982a2e926b0cf3dfdec1fb6b9108a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Ruby Holidays Gem CHANGELOG
2
2
 
3
+ ## 3.1.1
4
+
5
+ * Require 'digest/md5' in main 'holidays' module. This was missed during the refactor (thanks to https://github.com/espen)
6
+
3
7
  ## 3.1.0
4
8
 
5
9
  * Fix St. Stephen observance holiday for Ireland (https://github.com/gumchum)
data/lib/holidays.rb CHANGED
@@ -2,6 +2,7 @@
2
2
  $:.unshift File.dirname(__FILE__)
3
3
 
4
4
  require 'date'
5
+ require 'digest/md5'
5
6
  require 'holidays/definition_factory'
6
7
  require 'holidays/date_calculator_factory'
7
8
  require 'holidays/option_factory'
@@ -1,3 +1,3 @@
1
1
  module Holidays
2
- VERSION = '3.1.0'
2
+ VERSION = '3.1.1'
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: 3.1.0
4
+ version: 3.1.1
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: 2015-12-20 00:00:00.000000000 Z
12
+ date: 2015-12-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler