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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6aacbf30dbdced46db79a2c7a5bf1aaa4ec07d67
4
- data.tar.gz: 8178829a00cae928eee393795ff457730fa73fd8
3
+ metadata.gz: 9a017e860726e71c63fe878689cae14a0b738b9d
4
+ data.tar.gz: 3633a65fa4e14e8a603aa2611a48b32a8ac69fbb
5
5
  SHA512:
6
- metadata.gz: 1fac4d992842189a5925b2403498e9d99124a1fb5f62e3c8ee3108c7f543d08b8e9199687544992d428d24ac99b69f30feded400a0b61b6a412804cf51d11280
7
- data.tar.gz: af7a3174a0939b99ad8591fa06e31a7519a529346e5adef454ab188623a302a8971472d69473d78f75735f2e4ecd0c0bdc0046b3c9cee490f534592e62ffc02b
6
+ metadata.gz: a014c05af60a086b7f76c92e5976cbd29ef3ffadeb4097c08f7dd7dfc623ccf9a61159fc607ec4c0a214acbb163dbefdfdcfe60c7c4c673c0f760b9290726b9b
7
+ data.tar.gz: 3f7636def162fbe9c27aa87d2ec20e5398c8e2759d58505d0fd118f13112d8756f70aedd3419a480ec7654595e46913cf94bfb62b6d9d940f17a25e69c206731
@@ -1,12 +1,10 @@
1
1
  language: ruby
2
2
 
3
3
  rvm:
4
- - 1.9.3
5
- - 2.0
6
- - 2.1
7
- - 2.2
8
- - 2.3.0
9
- - jruby-19mode
4
+ - 2.4.1
5
+ - 2.3.4
6
+ - 2.2.7
7
+ - 2.1.10
10
8
 
11
9
  sudo: false
12
10
 
@@ -1,3 +1,7 @@
1
+ ## 1.9.0 - August 23, 2017
2
+
3
+ - Add 2017 Betalingsservice holiday definitions
4
+
1
5
  ## 1.8.0 - February 13, 2017
2
6
 
3
7
  - Add 2018-2027 TARGET holiday defintions
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Business
2
- VERSION = "1.8.0"
2
+ VERSION = "1.9.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.8.0
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-02-13 00:00:00.000000000 Z
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.4.8
86
+ rubygems_version: 2.6.11
86
87
  signing_key:
87
88
  specification_version: 4
88
89
  summary: Date calculations based on business calendars