tomoto 0.5.0-x86_64-linux → 0.5.1-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: af681028a173727a7e8e29af8d78236ef3b4cf06f3ea0496366e92393df6b940
4
- data.tar.gz: 6e038696bffb6b02ef99462a749bbe6177c0fb86c5e20a8ece62357b5ad6c677
3
+ metadata.gz: 6ac0a6c119326d3a01085e73d94365ac98fcec7ef3e9b661427f8a9ff1ad113f
4
+ data.tar.gz: be6af0067df817f3b4a40449c9a99d8fe56b85af816fe0c9f772e7bbe28bfb08
5
5
  SHA512:
6
- metadata.gz: 3714e0eed08ec5f8f82448b9efed1f4ba41d71fb752fe19e8ece20b240f09933e247c7f59bd5baf4f83f23f8fc2deb87023ba178090f6f0a5b0aa714d3da1dcb
7
- data.tar.gz: 0a1c2c559255e95f1b0f9b2b8bbe2e80495592b664d03a5525d1ab18be462b9a3e6382327772127e5864a8a6f0e3806de201225fb905e4fe44fd8da5a2ccba5f
6
+ metadata.gz: dd9b3f30feb00940313cefa25d055c424f77ef26b2d08556d75f9893f43cf7354515c8b8c07ae423de3f46bc86291a429d3b0b25146caf5cfbff2f7760e2cbe5
7
+ data.tar.gz: 76b04d72494c6edd12405591af5168b8f775714921d06abe082f9740b3856fbefffa2343b549fe0a5cfbcaf818c54bfb1dae39b5e9dcbce2a030c68a9592d79c
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: x86_64-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