verified_holidays 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/CHANGELOG.md +5 -0
- data/README.md +3 -3
- data/lib/verified_holidays/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35ed277bdc90b64e40482d3f5ed051fc011f4b59ab19a4caa7b8e2b3384b8fb0
|
|
4
|
+
data.tar.gz: 48b0bbf1e177a1837f0112d5b6a37f62273de4a0abeaae093dbf3280cf694f7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b6a69a1ca539758c638970683cb3a8607ab92c7c5b5dfc3cd1843ef00d182d13c99f8ac8bbb6a9098f5817da88eeaf60287e4f9d9f0ab4a304a6b4a980aef0f
|
|
7
|
+
data.tar.gz: b49eb50dafd86bb27d1807cdd6d2ac2ec9cf42fec8a371435d9e40bc976374f86cff0bb182af4d022771188d12e34ae2789431d30983792bca5bcc55eeeb48e7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.1] - 2026-03-23
|
|
4
|
+
|
|
5
|
+
- Move repository to GitHub Organization: `verified-holidays/verified_holidays`
|
|
6
|
+
- Update all repository URLs in gemspec, README badges, and contributing link
|
|
7
|
+
|
|
3
8
|
## [0.1.0] - 2026-03-20
|
|
4
9
|
|
|
5
10
|
- Initial release as `verified_holidays` (previously developed as `shukujitsu`)
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# VerifiedHolidays
|
|
2
2
|
|
|
3
|
-
[](https://github.com/verified-holidays/verified_holidays/actions/workflows/test.yml)
|
|
4
|
+
[](https://github.com/verified-holidays/verified_holidays/actions/workflows/verify.yml)
|
|
5
5
|
[](https://badge.fury.io/rb/verified_holidays)
|
|
6
6
|
|
|
7
7
|
Japanese national holiday gem with **weekly verification against the Cabinet Office official data**.
|
|
@@ -103,7 +103,7 @@ The data is provided under the terms of the [Government of Japan Standard Terms
|
|
|
103
103
|
|
|
104
104
|
## Contributing
|
|
105
105
|
|
|
106
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
106
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/verified-holidays/verified_holidays.
|
|
107
107
|
|
|
108
108
|
## License
|
|
109
109
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: verified_holidays
|
|
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
|
- Kenta Ishizaki
|
|
@@ -43,13 +43,13 @@ files:
|
|
|
43
43
|
- lib/verified_holidays/holiday_jp_compat.rb
|
|
44
44
|
- lib/verified_holidays/verifier.rb
|
|
45
45
|
- lib/verified_holidays/version.rb
|
|
46
|
-
homepage: https://github.com/
|
|
46
|
+
homepage: https://github.com/verified-holidays/verified_holidays
|
|
47
47
|
licenses:
|
|
48
48
|
- MIT
|
|
49
49
|
metadata:
|
|
50
|
-
homepage_uri: https://github.com/
|
|
51
|
-
source_code_uri: https://github.com/
|
|
52
|
-
changelog_uri: https://github.com/
|
|
50
|
+
homepage_uri: https://github.com/verified-holidays/verified_holidays
|
|
51
|
+
source_code_uri: https://github.com/verified-holidays/verified_holidays
|
|
52
|
+
changelog_uri: https://github.com/verified-holidays/verified_holidays/blob/main/CHANGELOG.md
|
|
53
53
|
rubygems_mfa_required: 'true'
|
|
54
54
|
rdoc_options: []
|
|
55
55
|
require_paths:
|