dateoperations 0.1.2 → 0.1.3
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
- metadata +5 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71a32576031137949efaca61f4be7a8a5446f7356028e777a84c115ae342b774
|
|
4
|
+
data.tar.gz: eafd84b765c367205f0501db7b1aacbf732d8cd7317819e19781a70424ecb033
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e18dc5ae78ec3c5c805446d646838162c46be05aaa35fe63af1a937e0e76f00681c168b47aff617d699b7bf447514620e4ada9f29788677b6a5e9865be6ce703
|
|
7
|
+
data.tar.gz: f26198c4fddab7650dab50ee9e53e71e20feda97cd24f92c19df46e97773ecbfce9c667ef0313a533afc5f0dbf163332a16fd9c5783b05a5842f68a44fd66528
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
# 0.1.3 - Explizite Definition der Metadaten-Links in der Gemspec für RubyGems.org
|
|
3
4
|
# 0.1.2 - Aktualisierung der Dokumentations-Links auf RubyDoc.info
|
|
4
5
|
# 0.1.1 - Umzug des Repositories zu Codeberg und Aktualisierung aller Homepage-URLs
|
|
5
6
|
# 0.1.0 - Anhebung der Ruby-Mindestversion auf >= 3.4.0, Aktualisierung des holidays-Gems und Code-Refactoring
|
|
6
7
|
class DateOperations
|
|
7
|
-
VERSION = '0.1.
|
|
8
|
+
VERSION = '0.1.3'
|
|
8
9
|
end
|
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.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Schwarze
|
|
@@ -39,6 +39,10 @@ licenses:
|
|
|
39
39
|
- MIT
|
|
40
40
|
metadata:
|
|
41
41
|
rubygems_mfa_required: 'true'
|
|
42
|
+
homepage_uri: https://codeberg.org/msc01/dateoperations
|
|
43
|
+
source_code_uri: https://codeberg.org/msc01/dateoperations
|
|
44
|
+
bug_tracker_uri: https://codeberg.org/msc01/dateoperations/issues
|
|
45
|
+
documentation_uri: https://rubydoc.info/gems/dateoperations
|
|
42
46
|
rdoc_options: []
|
|
43
47
|
require_paths:
|
|
44
48
|
- lib
|