tomoto 0.5.0-aarch64-linux → 0.5.1-aarch64-linux

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: '039f670920bc0691d0daf9f5428d98e6195ecc96481d1820972355f21d19c541'
4
- data.tar.gz: 975f4377ecd7149fd575ce151cf90865ab06dc063dd58c2ee26f032ee1954277
3
+ metadata.gz: 4053761cccb3218c402ba8d7da44d7c36be4a5ec4b72a4a58a8b75f53e6477c9
4
+ data.tar.gz: 8487c1d06b821a54b8d6215188f2dcf0c166bde3651f40e7cf2ff46e4f8424f8
5
5
  SHA512:
6
- metadata.gz: '05808d93e93376be9e514198d81dd37e83985f3e8aaa1d3096ab22306317669497f606880b15e993873384bd434109a20aa79e390f62ec2ad2e357c029bab46e'
7
- data.tar.gz: 8f4f9987eb89802e9c2b2a96459a96312661465766f0b29439dbec451112e71ccd0676e0fdb0e7907b031d09f41e08acd7c102fe37b4a0319bb2cd7a5eb223b6
6
+ metadata.gz: 456710ea057157b48bc866ecfefe7fd12da2288dbc6b0dec063e173db98958a57bcdb2a06ad1c1faf46de16b1977c192f871a553741d9532f6b2cbc6bf415c36
7
+ data.tar.gz: 2c7d5d1e451b35b4d7f3a6de6312cc355b5da0eb3b9b844c9c8f5ffe39f9ab2b0413e1a427730a03ab4d3f0ed9d74c7fc3bc4b6457bbff0362cb4140a1f2d2d1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.5.1 (2024-12-26)
2
+
3
+ - Fixed precompiled gem for Ruby 3.3
4
+
1
5
  ## 0.5.0 (2024-12-26)
2
6
 
3
7
  - Added support for Ruby 3.4
Binary file
@@ -1,3 +1,3 @@
1
1
  module Tomoto
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomoto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Andrew Kane
@@ -38,6 +38,7 @@ files:
38
38
  - lib/tomoto.rb
39
39
  - lib/tomoto/3.1/tomoto.so
40
40
  - lib/tomoto/3.2/tomoto.so
41
+ - lib/tomoto/3.3/tomoto.so
41
42
  - lib/tomoto/3.4/tomoto.so
42
43
  - lib/tomoto/ct.rb
43
44
  - lib/tomoto/dmr.rb