tonal-tools 8.8.1 → 8.8.2

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: 6a2b3699a8ff06f96c208824d04c62c5ea28db3915bcabf73d0ff0860fbf677f
4
- data.tar.gz: e5fb5120820a4bf96d4489cdf0034a43de897d7dab7a040d6cfc94698ec6bb7e
3
+ metadata.gz: 8dc66a5fdf5869a901c0cc56b66f378b35a50de5a8aa064c6c2dadf91eda90f1
4
+ data.tar.gz: d2021aefeab0a90cec3b4072375583408d7e953979fbff985b0db3d467cfb8d9
5
5
  SHA512:
6
- metadata.gz: d85688a692e9cdf24bc776d2da3faf817015c9b72d31f2c5a4000f05a29db97bf3c13b78307c92496bd9fac1a3a1da9d34a02f250792af25aaf890a5f646d723
7
- data.tar.gz: 0a21eff54af842f1a640d4fe6b6081a4679359c72f4e03fb06c782724c573b1ec2b1bcc78fbc8538413a464a8ad35ae18c0d5c72669b74d2a6fb7e86ec3ec566
6
+ metadata.gz: 6a65f8b91cc0b5c68bc104d2d31b1dfe8dd2d7beb06c41c80925688568b6e9837021910c271dd345467119178af62f17f11b71c63d3d8a86192bff8c8378434a
7
+ data.tar.gz: 69459ec91fc22c4d4b448125df91ef38998ba39e5f7b8270bde1cce67ef645045443225fd2098da0d23d3f93c92724941cd24d71474d2d26d94d8f627ad85f27
@@ -1,4 +1,4 @@
1
1
  module Tonal
2
2
  TOOLS_PRODUCER = "mTonal"
3
- TOOLS_VERSION = "8.8.1"
3
+ TOOLS_VERSION = "8.8.2"
4
4
  end
@@ -20,7 +20,7 @@ module Tonal::ExtendableRatio
20
20
  during_initialize(*partials)
21
21
  elsif ratios
22
22
  first = ratios.first
23
- partials = ratios.map{|r| r * first}
23
+ partials = ratios.map{|r| (r * first).to_r}
24
24
  during_initialize(*partials)
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tonal-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.8.1
4
+ version: 8.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Hales-Garcia
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-07-03 00:00:00.000000000 Z
10
+ date: 2026-08-09 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: yaml
@@ -193,7 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  - !ruby/object:Gem::Version
194
194
  version: '3.1'
195
195
  requirements: []
196
- rubygems_version: 4.0.14
196
+ rubygems_version: 4.0.18
197
197
  specification_version: 4
198
198
  summary: Tonal tools
199
199
  test_files: []