business 1.4.0 → 1.5.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: 251d7f3cf6dbd183f65412f3819a84c6eb567753
4
- data.tar.gz: 33fe6680175dcadb13b726680ce7a6bc62a4656c
3
+ metadata.gz: d6471cb2d8ac8a7a7b9d42f36bcc4a809bfb47a0
4
+ data.tar.gz: 55ef69f6f9f9ea2e6d9705acb840449b9e6b4517
5
5
  SHA512:
6
- metadata.gz: 310cf0ac1b4fa905d42909ad8918e98156ab6f9a5ae08062f0c859cea9c66d390bdc7f450cbe595630fc792b6889ea3cd4b1760f29b4ec7b6fd906627a292354
7
- data.tar.gz: 569613ba3db4ff52c7f8c6e83acda495c37d75377d0c5d422ec29f4c68f79b2d75d6a1682c1c92fb45ed2ca2d4a3e1155a77ecb8afac2266c2425a2967eae738
6
+ metadata.gz: 2e67aa9e9655c74cdab648d7b340b5a929c26c85a5a218137f0eff9107f760b18b0d909a9dd8f77b60cbc9f1df2e118bc4de4fd60e9d5507d92e736788f533e2
7
+ data.tar.gz: 7c61a04b487beb7103384f106d2c00a5f0452c91cec931c349e1c0dbb10b380c07e58b2645d1c57f5bdb8aebf701c686ace7614034fd7384c1a30215002cf70b
@@ -1,3 +1,7 @@
1
+ ## 1.5.0 - June 2, 2015
2
+
3
+ - Add 2016 holiday definitions
4
+
1
5
  ## 1.4.0 - December 24, 2014
2
6
 
3
7
  - Add support for custom calendar load paths
@@ -30,3 +30,11 @@ holidays:
30
30
  - August 31st, 2015
31
31
  - December 25th, 2015
32
32
  - December 28th, 2015
33
+ - January 1st, 2016
34
+ - March 25th, 2016
35
+ - March 28th, 2016
36
+ - May 2nd, 2016
37
+ - May 30th, 2016
38
+ - August 29th, 2016
39
+ - December 26th, 2016
40
+ - December 27th, 2016
@@ -24,3 +24,9 @@ holidays:
24
24
  - May 1st, 2015
25
25
  - December 25th, 2015
26
26
  - December 26th, 2015
27
+ - January 1st, 2016
28
+ - March 25th, 2016
29
+ - March 28th, 2016
30
+ - May 1st, 2016
31
+ - December 25th, 2016
32
+ - December 26th, 2016
@@ -1,3 +1,3 @@
1
1
  module Business
2
- VERSION = "1.4.0"
2
+ VERSION = "1.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: business
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harry Marr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-24 00:00:00.000000000 Z
11
+ date: 2015-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -89,3 +89,4 @@ test_files:
89
89
  - spec/calendar_spec.rb
90
90
  - spec/fixtures/calendars/bacs.yml
91
91
  - spec/fixtures/calendars/ecb.yml
92
+ has_rdoc: