business 1.4.0 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/business/data/bacs.yml +8 -0
- data/lib/business/data/target.yml +6 -0
- data/lib/business/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d6471cb2d8ac8a7a7b9d42f36bcc4a809bfb47a0
|
4
|
+
data.tar.gz: 55ef69f6f9f9ea2e6d9705acb840449b9e6b4517
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e67aa9e9655c74cdab648d7b340b5a929c26c85a5a218137f0eff9107f760b18b0d909a9dd8f77b60cbc9f1df2e118bc4de4fd60e9d5507d92e736788f533e2
|
7
|
+
data.tar.gz: 7c61a04b487beb7103384f106d2c00a5f0452c91cec931c349e1c0dbb10b380c07e58b2645d1c57f5bdb8aebf701c686ace7614034fd7384c1a30215002cf70b
|
data/CHANGELOG.md
CHANGED
data/lib/business/data/bacs.yml
CHANGED
@@ -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
|
data/lib/business/version.rb
CHANGED
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
|
+
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:
|
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:
|