tonal-tools 6.1.1 → 6.2.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.
- checksums.yaml +4 -4
- data/lib/tonal/attributions.rb +1 -1
- data/lib/tonal/ratio.rb +2 -0
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 376c78c5867487f0dd93564d78de0554c5f9cd7f464b10f5f594b5654504e0f9
|
4
|
+
data.tar.gz: b8123b975596eee6a159300e959f9b4654bf61c982c31102e091c39c234a8ee9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ae64384b4cf0363870ebde93dc893b614326b0fc7aa7347629ab1cc80c7bd8ad2202b29f809f43c060ef9e813309f5ebd6839fb2951a510beb856805ed63d96
|
7
|
+
data.tar.gz: 153ac1322ec44b4d61f564a439418dec54bf38db71847d91eedf09e87080bcf6c4fff7a62f91cdb14cb4260ef04234bd17b981cb1cad2f02cd7424d67077b106
|
data/lib/tonal/attributions.rb
CHANGED
data/lib/tonal/ratio.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tonal-tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.
|
4
|
+
version: 6.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jose Hales-Garcia
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-11 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: yaml
|
@@ -178,7 +177,6 @@ licenses:
|
|
178
177
|
metadata:
|
179
178
|
source_code_uri: https://github.com/mTonal/tools/
|
180
179
|
documentation_uri: https://mtonal.github.io/tools/
|
181
|
-
post_install_message:
|
182
180
|
rdoc_options: []
|
183
181
|
require_paths:
|
184
182
|
- lib
|
@@ -193,8 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
193
191
|
- !ruby/object:Gem::Version
|
194
192
|
version: '3.1'
|
195
193
|
requirements: []
|
196
|
-
rubygems_version: 3.
|
197
|
-
signing_key:
|
194
|
+
rubygems_version: 3.6.2
|
198
195
|
specification_version: 4
|
199
196
|
summary: Tonal tools
|
200
197
|
test_files: []
|