zakuro 0.8.0 → 0.9.0

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.
@@ -44,7 +44,8 @@ module Zakuro
44
44
  # @note 章月 248057 = 29-4457
45
45
  #
46
46
  # @return [Cycle::LunarRemainder] 弦(1分=100秒)
47
- QUARTER = Cycle::LunarRemainder.new(day: 7, minute: 3214, second: 25)
47
+ # TODO: 秒が25では通らない。少なくとも0.00546は必要になる(最大 0.01863)
48
+ QUARTER = Cycle::LunarRemainder.new(day: 7, minute: 3214, second: 25.00546)
48
49
  end
49
50
  end
50
51
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zakuro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - pldb
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-09-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: mainly lunar solar calendar
14
14
  email: