business 1.8.0 → 1.9.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 +4 -4
- data/.travis.yml +4 -6
- data/CHANGELOG.md +4 -0
- data/lib/business/data/betalingsservice.yml +20 -0
- data/lib/business/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a017e860726e71c63fe878689cae14a0b738b9d
|
|
4
|
+
data.tar.gz: 3633a65fa4e14e8a603aa2611a48b32a8ac69fbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a014c05af60a086b7f76c92e5976cbd29ef3ffadeb4097c08f7dd7dfc623ccf9a61159fc607ec4c0a214acbb163dbefdfdcfe60c7c4c673c0f760b9290726b9b
|
|
7
|
+
data.tar.gz: 3f7636def162fbe9c27aa87d2ec20e5398c8e2759d58505d0fd118f13112d8756f70aedd3419a480ec7654595e46913cf94bfb62b6d9d940f17a25e69c206731
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
working_days:
|
|
2
|
+
- monday
|
|
3
|
+
- tuesday
|
|
4
|
+
- wednesday
|
|
5
|
+
- thursday
|
|
6
|
+
- friday
|
|
7
|
+
|
|
8
|
+
holidays:
|
|
9
|
+
- January 1st, 2017
|
|
10
|
+
- April 13th, 2017
|
|
11
|
+
- April 14th, 2017
|
|
12
|
+
- April 16th, 2017
|
|
13
|
+
- April 17th, 2017
|
|
14
|
+
- May 12th, 2017
|
|
15
|
+
- May 25th, 2017
|
|
16
|
+
- May 26th, 2017
|
|
17
|
+
- June 5th, 2017
|
|
18
|
+
- December 24th, 2017
|
|
19
|
+
- December 25th, 2017
|
|
20
|
+
- December 26th, 2017
|
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.9.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: 2017-
|
|
11
|
+
date: 2017-08-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -56,6 +56,7 @@ files:
|
|
|
56
56
|
- lib/business/calendar.rb
|
|
57
57
|
- lib/business/data/bacs.yml
|
|
58
58
|
- lib/business/data/bankgirot.yml
|
|
59
|
+
- lib/business/data/betalingsservice.yml
|
|
59
60
|
- lib/business/data/target.yml
|
|
60
61
|
- lib/business/data/weekdays.yml
|
|
61
62
|
- lib/business/version.rb
|
|
@@ -82,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
82
83
|
version: '0'
|
|
83
84
|
requirements: []
|
|
84
85
|
rubyforge_project:
|
|
85
|
-
rubygems_version: 2.
|
|
86
|
+
rubygems_version: 2.6.11
|
|
86
87
|
signing_key:
|
|
87
88
|
specification_version: 4
|
|
88
89
|
summary: Date calculations based on business calendars
|