business 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/business/data/target.yml +26 -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: de8e68f0e25bccfb8401fc38270aaf57207a1731
|
4
|
+
data.tar.gz: 446353f2bb1b28f85cf4fc93523e6037a932340e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: feb11f72fb884e77f2b09ac672adff297d9153c0c867b223fee919bf775c92e57d21eeb3d61048e664815e683590c773910911a3bf89cff6169dcffe9c8d21be
|
7
|
+
data.tar.gz: 595bdd737ab023e537f02904997d84ed4a23f314a7543559259f7a3816f943efd59f485ec39ca2eb3a77d076274af8d2cbba93f7799c5022768fa5996421a0a9
|
@@ -0,0 +1,26 @@
|
|
1
|
+
working_days:
|
2
|
+
- monday
|
3
|
+
- tuesday
|
4
|
+
- wednesday
|
5
|
+
- thursday
|
6
|
+
- friday
|
7
|
+
|
8
|
+
holidays:
|
9
|
+
- January 1st, 2013
|
10
|
+
- March 29th, 2013
|
11
|
+
- April 1st, 2013
|
12
|
+
- May 1st, 2013
|
13
|
+
- December 25th, 2013
|
14
|
+
- December 26th, 2013
|
15
|
+
- January 1st, 2014
|
16
|
+
- April 18th, 2014
|
17
|
+
- April 21st, 2014
|
18
|
+
- May 1st, 2014
|
19
|
+
- December 25th, 2014
|
20
|
+
- December 26th, 2014
|
21
|
+
- January 1st, 2015
|
22
|
+
- April 3rd, 2015
|
23
|
+
- April 6th, 2015
|
24
|
+
- May 1st, 2015
|
25
|
+
- December 25th, 2015
|
26
|
+
- December 26th, 2015
|
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.2.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-
|
11
|
+
date: 2014-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -55,6 +55,7 @@ files:
|
|
55
55
|
- lib/business/calendar.rb
|
56
56
|
- lib/business/data/bacs.yml
|
57
57
|
- lib/business/data/sepa.yml
|
58
|
+
- lib/business/data/target.yml
|
58
59
|
- lib/business/data/weekdays.yml
|
59
60
|
- lib/business/version.rb
|
60
61
|
- spec/calendar_spec.rb
|
@@ -78,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
79
|
version: '0'
|
79
80
|
requirements: []
|
80
81
|
rubyforge_project:
|
81
|
-
rubygems_version: 2.
|
82
|
+
rubygems_version: 2.4.2
|
82
83
|
signing_key:
|
83
84
|
specification_version: 4
|
84
85
|
summary: Date calculations based on business calendars
|