hx_ruby 0.4.0 → 0.4.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: 136b0b99ebf137e8ab504e73d1c26756edf053bdda6dfd7b4461e314ab585c3a
4
- data.tar.gz: d463462e97eede53ac6cea7768c6d390e78e1e252c9e8a850984aee3a841c2d6
3
+ metadata.gz: 4812ad5e64a1589cccac7235288fd11daa9b6940233494ac64dc55cf3e1ce4e9
4
+ data.tar.gz: 76fbef218dc5d6f7a8d4d28edef4d5cfe09088def682f616a7f745e5ce9198b7
5
5
  SHA512:
6
- metadata.gz: 8404865de2431fcc810bc612c7143b89e16679c0fbbf342688484e0deccdef53752d11e6e5e15783b2407f11326e1436457eee16004be5dbc6a39a502e995819
7
- data.tar.gz: 821e8153a882848b5c66fba0b4004ab278a3f47a1c9cad0d644746bda6d2c5603fd8ee803be1c72010d3232123030741015f4477a9e8d3730037ea48c9df82d7
6
+ metadata.gz: dca37a1a08aeeb40ceae5059b2336add741af55eb9c44838550662bfb0c3d60bfe59e8a28514a56f717442a697b24586dd7d5093cd61781df08685f4094a5781
7
+ data.tar.gz: 3490d1b99feab23c079dbc6553ab591cf06a97a2e84878c07256be6dd0b2d996afb222c981dc6664cd225cedd281e7609f69c87ee14b84f6e650ccc73f461e5c
@@ -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.4.0"
14
+ version = "0.4.2"
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.4.0"
39
- hx-proto = "0.4.0"
38
+ hx-catalog = "0.4.2"
39
+ hx-proto = "0.4.2"
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.4.0"
6
+ VERSION = "0.4.2"
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hx_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carmine Paolino
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2026-08-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rb_sys
@@ -51,7 +50,6 @@ metadata:
51
50
  source_code_uri: https://github.com/crmne/tonepush
52
51
  changelog_uri: https://github.com/crmne/tonepush/releases
53
52
  rubygems_mfa_required: 'true'
54
- post_install_message:
55
53
  rdoc_options: []
56
54
  require_paths:
57
55
  - lib
@@ -66,8 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
64
  - !ruby/object:Gem::Version
67
65
  version: '0'
68
66
  requirements: []
69
- rubygems_version: 3.5.22
70
- signing_key:
67
+ rubygems_version: 4.0.16
71
68
  specification_version: 4
72
69
  summary: Read Line 6 Helix and HX guitar preset files from Ruby
73
70
  test_files: []