mcalendar 0.6.5 → 0.6.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c20e36793d2429bb19ec670fc4471666708d922e348fca9b128cb56a8e078d51
4
- data.tar.gz: c11fb061a1e6b0d54661fb126dbffa5232ed795d9d927d8dd21c1ddc3f48171d
3
+ metadata.gz: 57718796806496bf0d3e08dd1ddee3d0869ce9c866b7627d0e3683415ac0f6ae
4
+ data.tar.gz: 9bef1692c378a695759fa5911355cfe16fc23b2855dd1a074bd7a02fe7732057
5
5
  SHA512:
6
- metadata.gz: 36e47e508bec599956cf1267bea90f23cb70d283bef620ba6df1d0b7439266e14b0ab235dc3089f51230697448fc5333dfdc372571537282b03bafaab3ed3ab7
7
- data.tar.gz: 61fda23c53934bcbcece8201df86c6f4b5a49238bc221f293da170a3c63a3f834d25a7dba6ca81798f95939932ae07296a53a0554c1da8d37f927e1e74f50ba9
6
+ metadata.gz: bc50332bc0a62d6534155f321351c1a2301fc3a308bfd51c61710e6ac55c4cb85d85d949975aff7757b58d23ee03c4e0ce48cc4e386100acf9991a7e3e622a34
7
+ data.tar.gz: 87f0ee9c0cf5af939ae50831c65e583d878b8eed551ecbedef81b91b49c9fd98ec5cbf3fcd7e3556c18234ef80429e85e553d56ff3ede85e4739e73af3ba9940
@@ -1,3 +1,3 @@
1
1
  module Mcalendar
2
- VERSION = '0.6.5'
2
+ VERSION = '0.6.6'
3
3
  end
data/mcalendar.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  # Japanese holidays in English
2
2
  # https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html
3
- # 2021 -> 2022
3
+ # 2021 -> 2027
4
4
 
5
5
  holiday:
6
6
  # 2021
@@ -117,6 +117,41 @@ holiday:
117
117
  20261012: Sports Day
118
118
  20261103: Culture Day
119
119
  20261123: Labour Thanksgiving Day
120
+ # 2027
121
+ 20270101: New Year's Day
122
+ 20270111: Coming-of-age Day
123
+ 20270211: National Foundation Day
124
+ 20270223: Emperor's Birthday
125
+ 20270321: Vernal Equinox Day
126
+ 20270322: Substitute Holiday
127
+ 20270429: Showa Day
128
+ 20270503: Constitution Memorial Day
129
+ 20270504: Greenery Day
130
+ 20270505: Children's Day
131
+ 20270719: Marine Day
132
+ 20270811: Mountain Day
133
+ 20270920: Respect for the Aged Day
134
+ 20270923: Autumnal Equinox Day
135
+ 20271011: Sports Day
136
+ 20271103: Culture Day
137
+ 20271123: Labour Thanksgiving Day
138
+ # 2028
139
+ # 20280101: New Year's Day
140
+ # 202801xx: Coming-of-age Day
141
+ # 20280211: National Foundation Day
142
+ # 20280223: Emperor's Birthday
143
+ # 202803xx: Vernal Equinox Day
144
+ # 20280429: Showa Day
145
+ # 20280503: Constitution Memorial Day
146
+ # 20280504: Greenery Day
147
+ # 20280505: Children's Day
148
+ # 202807xx: Marine Day
149
+ # 20280811: Mountain Day
150
+ # 202809xx: Respect for the Aged Day
151
+ # 202809xx: Autumnal Equinox Day
152
+ # 202810xx: Sports Day
153
+ # 20281103: Culture Day
154
+ # 20281123: Labour Thanksgiving Day
120
155
 
121
156
  anniversary:
122
157
  # 2021
@@ -146,6 +181,11 @@ anniversary:
146
181
  20250418: RubyKaigi 2025 in Matsuyama
147
182
  # 2026
148
183
  20260224: Ruby's Birthday
149
- # 2026xxxx: RubyKaigi 2026
150
- # 2026xxxx: RubyKaigi 2026
151
- # 2026xxxx: RubyKaigi 2026
184
+ 20260422: RubyKaigi 2026 in Hakodate
185
+ 20260423: RubyKaigi 2026 in Hakodate
186
+ 20260424: RubyKaigi 2026 in Hakodate
187
+ # 2027
188
+ 20270224: Ruby's Birthday
189
+ # 2027xxxx: RubyKaigi 2027
190
+ # 2027xxxx: RubyKaigi 2027
191
+ # 2027xxxx: RubyKaigi 2027
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcalendar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - icm7216
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-03-07 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: prawn
@@ -141,7 +140,6 @@ homepage: https://github.com/icm7216/mcalendar
141
140
  licenses:
142
141
  - MIT
143
142
  metadata: {}
144
- post_install_message:
145
143
  rdoc_options: []
146
144
  require_paths:
147
145
  - lib
@@ -156,8 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
154
  - !ruby/object:Gem::Version
157
155
  version: '0'
158
156
  requirements: []
159
- rubygems_version: 3.5.22
160
- signing_key:
157
+ rubygems_version: 4.0.3
161
158
  specification_version: 4
162
159
  summary: Ruby Monthly calendar
163
160
  test_files: []