jpdate 0.2.4 → 0.2.5

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: 9e2e712177988f41efbfe2f1d5ea033b7091bcf46c393e8246961a568282d111
4
- data.tar.gz: 2fb649f2a8099365f8067ade5fe208840aeeb3369663ec596941c5cdeb00fa25
3
+ metadata.gz: cb06447dae73dee86a7e2ec5eb9362ce017c091314a294e3d77b755f166e5abb
4
+ data.tar.gz: 86d2ac7cf9cec7537a06603d07dc6a7aa465d859910975b587810418e679165f
5
5
  SHA512:
6
- metadata.gz: 56ce7531abd3c886364e82c7768796f17917da279c09d8deae824e1e7689a91ef1e7bf29eb3e9e01d070b4b2734ba688a33cb11e34faec1d551292d429c99bf7
7
- data.tar.gz: 6dabf477c624854ff37488d1d5849088759926a1807e8a0210e65e5464bab425e9aed1a17c20bf5a0771297c1eeace402226aff8972d60cffaa237a20ca298be
6
+ metadata.gz: '092f9f6aeb3db36358e9c8d2eabce5c3b8ae65fe2854d84f31e3c29da18293741b30b8b8e5afaed881e6021834b5e0b5e9b3893a00c6e88c2ef3c709bb8e32e7'
7
+ data.tar.gz: 957cc7cadb5716e724b13e5f43be23c86621e4487a73524b2b3ef11407862a6a4de1f74f9f884faeda66cfc917b5e180fef998c61da5128aaa44f0a8213ed60f
@@ -72,6 +72,8 @@ class JPDate < Date
72
72
  #   天皇の退位等に関する皇室典範特例法の施行期日を定める政令
73
73
  # 平成30年 2018年 6月20日公布・平成30年 2018年6月20日施行 法律第 55号 国民の祝日に関する法律(改正)
74
74
  # 平成30年 2018年 6月20日公布・平成32年 2020年1月1日施行 法律第 57号 国民の祝日に関する法律(改正)
75
+ # 平成30年法律第57号による改正後の平成27年法律第33号(平成三十二年東京オリンピック競技大会・東京パラリンピック競技大会特別措置法)
76
+ # 令和2年法律第68号による改正後の平成27年法律第33号(令和三年東京オリンピック競技大会・東京パラリンピック競技大会特別措置法)
75
77
  {month:1, day:1, term:1949..9999, name:'元旦'},
76
78
  {month:1, day:15, term:1949..1999, name:'成人の日'},
77
79
  {month:1, day:'monday 2', term:2000..9999, name:'成人の日'},
@@ -87,17 +89,20 @@ class JPDate < Date
87
89
  {month:7, day:20, term:1996..2002, name:'海の日'},
88
90
  {month:7, day:'monday 3', term:2003..2019, name:'海の日'},
89
91
  {month:7, day:23, term:2020..2020, name:'海の日'},
90
- {month:7, day:'monday 3', term:2021..9999, name:'海の日'},
92
+ {month:7, day:22, term:2021..2021, name:'海の日'},
93
+ {month:7, day:'monday 3', term:2022..9999, name:'海の日'},
91
94
  {month:8, day:11, term:2016..2019, name:'山の日'},
92
95
  {month:8, day:10, term:2020..2020, name:'山の日'},
93
- {month:8, day:11, term:2021..9999, name:'山の日'},
96
+ {month:8, day:8, term:2021..2021, name:'山の日'},
97
+ {month:8, day:11, term:2022..9999, name:'山の日'},
94
98
  {month:9, day:15, term:1966..2002, name:'敬老の日'},
95
99
  {month:9, day:'monday 3', term:2003..9999, name:'敬老の日'},
96
100
  {month:9, day:'autumn_day',term:1948..2099, name:'秋分の日'},
97
101
  {month:10, day:10, term:1966..1999, name:'体育の日'},
98
102
  {month:10, day:'monday 2', term:2000..2019, name:'体育の日'},
99
103
  {month:7, day:24, term:2020..2020, name:'スポーツの日'},
100
- {month:10, day:'monday 2', term:2021..9999, name:'スポーツの日'},
104
+ {month:7, day:23, term:2021..2021, name:'スポーツの日'},
105
+ {month:10, day:'monday 2', term:2022..9999, name:'スポーツの日'},
101
106
  {month:11, day:3, term:1948..9999, name:'文化の日'},
102
107
  {month:11, day:23, term:1948..9999, name:'勤労感謝の日'},
103
108
  {month:12, day:23, term:1989..2018, name:'天皇誕生日'},
@@ -5,5 +5,5 @@
5
5
  require 'date'
6
6
 
7
7
  class JPDate < Date
8
- VERSION = "0.2.4"
8
+ VERSION = "0.2.5"
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jpdate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - zariganitosh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-01 00:00:00.000000000 Z
11
+ date: 2021-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -76,8 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubyforge_project:
80
- rubygems_version: 2.7.8
79
+ rubygems_version: 3.2.16
81
80
  signing_key:
82
81
  specification_version: 4
83
82
  summary: 日本の祝日を出力するJPDateクラス