mk_calendar 0.2.3 → 0.2.4

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
  SHA1:
3
- metadata.gz: 5cbc93d3bd0b4d92eb0f039debe290c13ba57e18
4
- data.tar.gz: b17ca80b4708dc24c6af667156e05a13b0475ae6
3
+ metadata.gz: 9c1b580567401af3149034025490c91841c86b3c
4
+ data.tar.gz: 577755b50f96cce304f383d87134f028743c9703
5
5
  SHA512:
6
- metadata.gz: 191b3e7c000f09f57dc4cb04026c24ff615d091e3f91195191ab56c7a7ad3ab30ad01cd9dc0084ef8d95741d2dd7a7432e9446094e44e65dfd7400aafd8be1f7
7
- data.tar.gz: cc6bf5c2146e08148b6b5fd29575419d078718dd84812af299c173639e231205aad5d44126fb5b33faafd422097b306d2bb6db17a3cfbdd7b59f9e586d466f64
6
+ metadata.gz: 0703614a10e038f1f68c75ad0fffc2b44fc4a469bd9c4eb6e7df1b3a6f5753d08fe8c1050da5948df7c93862322733bf1f2b670aef61c7407fc0efd4b453c706
7
+ data.tar.gz: 5acf395c2d2d197d2446023a7f914d3523e0813305993f1bfb7022f8710e38757d7a563533780c785a1038bb9c7fc3a314619f04e4c29324985be8d736ede210
@@ -894,7 +894,7 @@ module MkCalendar
894
894
  * t) * t) * t
895
895
  when 1961 <= year && year < 1986
896
896
  case
897
- when ym < sprintf("%04d-%02d-%02d", 1972, 1, 1)
897
+ when ym < sprintf("%04d-%02d", 1972, 1)
898
898
  t = y - 1975
899
899
  dt = 45.45 + \
900
900
  ( 1.067 + \
@@ -1,3 +1,3 @@
1
1
  module MkCalendar
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mk_calendar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - komasaru