hx_ruby 0.6.0 → 0.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f403c10525e4eea731de1f46e5947a2fd370a8adf2b987bc1e2c7e9b1fed85dc
4
- data.tar.gz: ca5470f7e26c2d1bb711efbaf859241cbd4310126f857a7cbc09911daf9ebc1a
3
+ metadata.gz: 5dd9f65b89dbbfb8b98470f13e30479baef2f0196ee82a5601dd0686ab9ff514
4
+ data.tar.gz: b30779bec98b3f35dabab38566375d7b25fd4c01558c5234e8438657e00cde7e
5
5
  SHA512:
6
- metadata.gz: 0f00cdd01e4ec0acc9bfdff0048d4f813cd3cdcf896fb656bfd49bd1c8f198b3927fe3842e4439ce0ebfc29769b2a28d1712c3d73d32386d7e229bf1ea6a20cf
7
- data.tar.gz: 5f6096cc1c43c5244b1f45bd563c917b60ea4de16d015717899b88161b31324b47e6170289b6ecbf3cfc362fa029cdc906bb575e65fbbf3f390ded8c2d77f92a
6
+ metadata.gz: c23f3a9675ac5f6c293fdb40a9f1b4b7410f5bb0d35cdd147990b15ad9dc967ad50ec11fb0a333014d09ee0af819f945353ba3ade7c490422f519e406a903825
7
+ data.tar.gz: 65a34f1a5460b0aac16aca3cfefdc2632242588bd819e7ef710fae6d7dcea40c3e5f33d6779a22aa9ebe75f7811e0c9c5236a1595174a2c0a95968c4f79ab600
@@ -11,7 +11,7 @@
11
11
  [package]
12
12
  name = "hx-ruby"
13
13
  description = "Read Line 6 Helix and HX guitar preset files from Ruby"
14
- version = "0.6.0"
14
+ version = "0.6.1"
15
15
  edition = "2021"
16
16
  license = "MIT"
17
17
  repository = "https://github.com/crmne/tonepush"
@@ -35,7 +35,7 @@ crate-type = ["cdylib"]
35
35
  # no sibling crates. A path would point at nothing there. The workspace root
36
36
  # patches both back to the local sources, so building here still compiles what
37
37
  # is checked out rather than what was last published.
38
- hx-catalog = "0.6.0"
39
- hx-proto = "0.6.0"
38
+ hx-catalog = "0.6.1"
39
+ hx-proto = "0.6.1"
40
40
  magnus = "0.8"
41
41
  serde_json = "1"
@@ -3,5 +3,5 @@
3
3
  module HxRuby
4
4
  # Kept in step with the Rust workspace version so the gem and the crate it
5
5
  # wraps move together.
6
- VERSION = "0.6.0"
6
+ VERSION = "0.6.1"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hx_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carmine Paolino
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  requirements: []
67
- rubygems_version: 4.0.16
67
+ rubygems_version: 4.0.20
68
68
  specification_version: 4
69
69
  summary: Read Line 6 Helix and HX guitar preset files from Ruby
70
70
  test_files: []