chordsketch 0.2.0 → 0.2.1
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/aarch64-darwin/libchordsketch_ffi.dylib +0 -0
- data/lib/aarch64-linux/libchordsketch_ffi.so +0 -0
- data/lib/chordsketch.rb +2 -2
- data/lib/x86_64-darwin/libchordsketch_ffi.dylib +0 -0
- data/lib/x86_64-linux/libchordsketch_ffi.so +0 -0
- data/lib/x86_64-windows/chordsketch_ffi.dll +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ecc36bf25943f24707978d7f477332b540de66220e0116494ea21e39bf2a0112
|
|
4
|
+
data.tar.gz: f0527da9529f3a98d73ea8202ec35cd8f94e2e20005e098409fb5a24e0eda123
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14f088d7c124b38774d507656a49af73ad6e2aa03bee852f879ef7342442402b4426ebcdc08030e61fcfbdb97dc79ac05b398ea2668b04a8480ca750c69dceac
|
|
7
|
+
data.tar.gz: 92bd1505cece210bba16f1ef73b6b60559cd0e328e45e6584fcb54260b4c622aaa23ad6860e796e204f3cef78da57bf4cf3e61998b4abcc79ddbcb4dcaf13291
|
|
Binary file
|
|
Binary file
|
data/lib/chordsketch.rb
CHANGED
|
@@ -70,6 +70,6 @@ end
|
|
|
70
70
|
Chordsketch::NativeLoader.load!
|
|
71
71
|
|
|
72
72
|
# Load the UniFFI-generated bindings. Their `ffi_lib` line is rewritten
|
|
73
|
-
# to reference `Chordsketch::NATIVE_LIB_PATH` (set above) by a
|
|
74
|
-
# in the
|
|
73
|
+
# to reference `Chordsketch::NATIVE_LIB_PATH` (set above) by a Python script
|
|
74
|
+
# in the CI workflow. See `.github/workflows/ruby.yml` and #1082.
|
|
75
75
|
require_relative "chordsketch_uniffi"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chordsketch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- koedame
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|