dateoperations 0.1.0 → 0.1.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
- data/lib/dateoperations/version.rb +2 -1
- data/lib/dateoperations.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e958298f0636cb1b72291ef587c23d400923ca9e4aa11363acb4876de121b13
|
|
4
|
+
data.tar.gz: 95a0988eb45f54e20d3a9c2a89963b0fab43dbaac75b9fad07e8479dd4f803c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46447d09101d3c7f3b22bd96d04bb45517d0d398f40e7fbdf5303daac3892d628f82686ec381304e81871e54843f273eff762f61ea0e83e05a64e456ed3426db
|
|
7
|
+
data.tar.gz: 6d080ac68f50ebd2b60308edbf9a8fb65957b9a34cca367685d1419a1c018c61a855ea3de5c4909c353d471b9bfab8de922e79f814267682893f711d1bb4cdaf
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# 0.1.1 - Umzug des Repositories zu Codeberg und Aktualisierung aller Homepage-URLs
|
|
3
4
|
# 0.1.0 - Anhebung der Ruby-Mindestversion auf >= 3.4.0, Aktualisierung des holidays-Gems und Code-Refactoring
|
|
4
5
|
class DateOperations
|
|
5
|
-
VERSION = '0.1.
|
|
6
|
+
VERSION = '0.1.1'
|
|
6
7
|
end
|
data/lib/dateoperations.rb
CHANGED
|
@@ -6,7 +6,7 @@ require_relative 'dateoperations/version'
|
|
|
6
6
|
|
|
7
7
|
##
|
|
8
8
|
# Different date operations, primarily around business days, based on the Holidays[https://github.com/holidays/holidays] Gem.
|
|
9
|
-
# - Home[https://
|
|
9
|
+
# - Home[https://codeberg.org/msc01/dateoperations]
|
|
10
10
|
# - Documentation[http://dateoperations.schwarze-web.de/DateOperations.html]
|
|
11
11
|
class DateOperations
|
|
12
12
|
@country = :de
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dateoperations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Schwarze
|
|
@@ -34,7 +34,7 @@ files:
|
|
|
34
34
|
- README.md
|
|
35
35
|
- lib/dateoperations.rb
|
|
36
36
|
- lib/dateoperations/version.rb
|
|
37
|
-
homepage: https://
|
|
37
|
+
homepage: https://codeberg.org/msc01/dateoperations
|
|
38
38
|
licenses:
|
|
39
39
|
- MIT
|
|
40
40
|
metadata:
|
|
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
requirements: []
|
|
56
|
-
rubygems_version: 4.0.
|
|
56
|
+
rubygems_version: 4.0.17
|
|
57
57
|
specification_version: 4
|
|
58
58
|
summary: Date Operations
|
|
59
59
|
test_files: []
|