business-days 4.2.0 → 4.2.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 +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d377fbe39db59a616e8f51550a39fb5f18cee9896a4a2898fc24a0ebf41d382
|
4
|
+
data.tar.gz: b8bf224740f0f218b4ea83760b6aceae12314832b3e05225b0a8733478b5015c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb061e0206f0457569fa182e94187512c28193717e17eca8c1fbc428a3265f68351eb7bc008ef5089418449b10fb7a9a84adfe0d6c5d27e73e21c28d43d7e1fb
|
7
|
+
data.tar.gz: 512a1ad0cc79cffc06405ab070f502814155e640e9895a9efedc340bcab3d8032c9484fba09ef015e094212c6ef6b26d77ba4ec13cac006b3f2c61709861cffc
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: business-days
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Allan Costa
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: '8.
|
61
|
+
version: '8.8'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: '8.
|
68
|
+
version: '8.8'
|
69
69
|
description: Methods to check if a given date is a business days and to perform computations
|
70
70
|
based on Business days.
|
71
71
|
email: allan@cloudwalk.io
|
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
96
|
- !ruby/object:Gem::Version
|
97
97
|
version: '0'
|
98
98
|
requirements: []
|
99
|
-
rubygems_version: 3.3.
|
99
|
+
rubygems_version: 3.0.3.1
|
100
100
|
signing_key:
|
101
101
|
specification_version: 4
|
102
102
|
summary: Business Days
|