business 1.13.0 → 1.13.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
  SHA256:
3
- metadata.gz: 2ce183fd075a28db58cdae3a9f4c1815544866a171f7ef452b2600a9e33d4a2f
4
- data.tar.gz: 96e32b1777a865e52aa54c2b795ddb0402bbcc68baf4d0419aedb3046c34c354
3
+ metadata.gz: 698146152d59e94ba6de9f3d320f2c0f1b9445eff0fe2e45963d0e0d53551363
4
+ data.tar.gz: 67e67a27b902ff616056610d8f8c30556b7ebe7fd8d37e79edaf8c9f190f0af4
5
5
  SHA512:
6
- metadata.gz: fe6c860087c55a924c49eca49306b20971bccca378b4da72f62b24c13179bb6e9c08cee1d3ec821dd9ea034b6a3169d926b352ff4ec355a1b002e2919fb5637e
7
- data.tar.gz: 0d45896c08651c3af203cfd331dbe449e62edf00c45e2bc0487aa0d805408f8b4726ed1ed96cc9bbe21f839bcbac7ac35cbf7de4df927a9cb70c02cdc03ca1c7
6
+ metadata.gz: 9fc0bf5894084a61361c58d60640c7746c8ae84e79ff350d6c3ae30a73675c99862d37537487851f0691e3ac007ceea55a91373c12d2a4f667173b6d3caeb085
7
+ data.tar.gz: 4d552326408f3b27724ccabd49fd343a7abebbfeb21c7aa5326576c56b8860389815cb25c56b27af8d8b308a4077b6940315671f3ed07389d2dc020628b9ba5e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.13.1 - June 22, 2018
2
+
3
+ - Fix June's 2018 bank holidays for Bankgirot
4
+
1
5
  ## 1.13.0 - April 17, 2018
2
6
 
3
7
  - Add support for specifying `extra_working_dates` (special dates that are "working days",
@@ -55,8 +55,8 @@ holidays:
55
55
  - May 10th, 2018
56
56
  - May 20th, 2018
57
57
  - June 6th, 2018
58
+ - June 22rd, 2018
58
59
  - June 23rd, 2018
59
- - June 24th, 2018
60
60
  - November 3rd, 2018
61
61
  - December 24th, 2018
62
62
  - December 25th, 2018
@@ -1,3 +1,3 @@
1
1
  module Business
2
- VERSION = "1.13.0"
2
+ VERSION = "1.13.1"
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.13.0
4
+ version: 1.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harry Marr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-17 00:00:00.000000000 Z
11
+ date: 2018-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler