mcalendar 0.6.2 → 0.6.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/mcalendar/version.rb +1 -1
- data/mcalendar.yml +50 -0
- 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: 11d3b3a45c40b06466e9a33fa795f744efa53d3c9dc2a61768cf3994a0bbd062
|
|
4
|
+
data.tar.gz: 2085f6f105bbf407cfa1881da43c33d198c3b91a0f2ebf7d5ef4d09f2934a8c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 614a8f2f647bf71e58d23389e86f9a20027e34718681a98a522e9124d3f648a079206036b855c658a58b15eab9cf0b5e835c969208d1b29b664f0fe7901e1d1d
|
|
7
|
+
data.tar.gz: 934f5ce2ab8eb3cd3b378f66f9f8cafe90f0ef1577f3a9a8828342330c489824caa47d5c88f3b25ba730d6c70ba563cd29d0c0cdcb3f0abbd965127aa5071f5f
|
data/lib/mcalendar/version.rb
CHANGED
data/mcalendar.yml
CHANGED
|
@@ -38,6 +38,46 @@ holiday:
|
|
|
38
38
|
20221010: Sports Day
|
|
39
39
|
20221103: Culture Day
|
|
40
40
|
20221123: Labour Thanksgiving Day
|
|
41
|
+
# 2023
|
|
42
|
+
20230101: New Year's Day
|
|
43
|
+
20230102: Substitute Holiday
|
|
44
|
+
20230109: Coming-of-age Day
|
|
45
|
+
20230211: National Foundation Day
|
|
46
|
+
20230223: Emperor's Birthday
|
|
47
|
+
20230321: Vernal Equinox Day
|
|
48
|
+
20230429: Showa Day
|
|
49
|
+
20230503: Constitution Memorial Day
|
|
50
|
+
20230504: Greenery Day
|
|
51
|
+
20230505: Children's Day
|
|
52
|
+
20230717: Marine Day
|
|
53
|
+
20230811: Mountain Day
|
|
54
|
+
20230918: Respect for the Aged Day
|
|
55
|
+
20230923: Autumnal Equinox Day
|
|
56
|
+
20231009: Sports Day
|
|
57
|
+
20231103: Culture Day
|
|
58
|
+
20231123: Labour Thanksgiving Day
|
|
59
|
+
# 2024
|
|
60
|
+
20240101: New Year's Day
|
|
61
|
+
20240108: Coming-of-age Day
|
|
62
|
+
20240211: National Foundation Day
|
|
63
|
+
20240212: Substitute Holiday
|
|
64
|
+
20240223: Emperor's Birthday
|
|
65
|
+
20240320: Vernal Equinox Day
|
|
66
|
+
20240429: Showa Day
|
|
67
|
+
20240503: Constitution Memorial Day
|
|
68
|
+
20240504: Greenery Day
|
|
69
|
+
20240505: Children's Day
|
|
70
|
+
20240506: Substitute Holiday
|
|
71
|
+
20240715: Marine Day
|
|
72
|
+
20240811: Mountain Day
|
|
73
|
+
20240812: Substitute Holiday
|
|
74
|
+
20240916: Respect for the Aged Day
|
|
75
|
+
20240922: Autumnal Equinox Day
|
|
76
|
+
20240923: Substitute Holiday
|
|
77
|
+
20241014: Sports Day
|
|
78
|
+
20241103: Culture Day
|
|
79
|
+
20241104: Substitute Holiday
|
|
80
|
+
20241123: Labour Thanksgiving Day
|
|
41
81
|
|
|
42
82
|
anniversary:
|
|
43
83
|
# 2021
|
|
@@ -50,3 +90,13 @@ anniversary:
|
|
|
50
90
|
20220908: RubyKaigi 2022
|
|
51
91
|
20220909: RubyKaigi 2022
|
|
52
92
|
20220910: RubyKaigi 2022
|
|
93
|
+
# 2023
|
|
94
|
+
20230224: Ruby's Birthday
|
|
95
|
+
20230511: RubyKaigi 2023
|
|
96
|
+
20230512: RubyKaigi 2023
|
|
97
|
+
20230513: RubyKaigi 2023
|
|
98
|
+
# 2024
|
|
99
|
+
20240224: Ruby's Birthday
|
|
100
|
+
# 2024xxxx: RubyKaigi 2024
|
|
101
|
+
# 2024xxxx: RubyKaigi 2024
|
|
102
|
+
# 2024xxxx: RubyKaigi 2024
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mcalendar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- icm7216
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: prawn
|
|
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
157
|
version: '0'
|
|
158
158
|
requirements: []
|
|
159
|
-
rubygems_version: 3.
|
|
159
|
+
rubygems_version: 3.4.6
|
|
160
160
|
signing_key:
|
|
161
161
|
specification_version: 4
|
|
162
162
|
summary: Ruby Monthly calendar
|