tomoto 0.4.1-x86_64-linux → 0.5.0-x86_64-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: 6e1d2c7036ff2fbdf690a5c6870f8fa94d5ae7c7b4a8a3503a4633ca4a493fe9
4
- data.tar.gz: 81279fd393a8b2290529825b045f445794e4165269741ed07c2165ff74e464df
3
+ metadata.gz: af681028a173727a7e8e29af8d78236ef3b4cf06f3ea0496366e92393df6b940
4
+ data.tar.gz: 6e038696bffb6b02ef99462a749bbe6177c0fb86c5e20a8ece62357b5ad6c677
5
5
  SHA512:
6
- metadata.gz: 9bb8ec0e072c7fc30c0837e00a95830eda1e71cd70e8b8a3471fd7489067dce5886dc586d4857ee4bbe8164a28e7a9625e368393883c95d65d29eeed97035ea3
7
- data.tar.gz: 95663d9096f987931f2327d6d39b11ede82a4775dc50218d7eadf897d50c70df2b4c71ff69a5da23c056c4f837ed0ddaabeb792fad62eca406a87e3b0e4ade1f
6
+ metadata.gz: 3714e0eed08ec5f8f82448b9efed1f4ba41d71fb752fe19e8ece20b240f09933e247c7f59bd5baf4f83f23f8fc2deb87023ba178090f6f0a5b0aa714d3da1dcb
7
+ data.tar.gz: 0a1c2c559255e95f1b0f9b2b8bbe2e80495592b664d03a5525d1ab18be462b9a3e6382327772127e5864a8a6f0e3806de201225fb905e4fe44fd8da5a2ccba5f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.5.0 (2024-12-26)
2
+
3
+ - Added support for Ruby 3.4
4
+ - Dropped support for Ruby < 3.1
5
+
1
6
  ## 0.4.1 (2024-09-04)
2
7
 
3
8
  - Updated tomoto to 0.13.0
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Tomoto
2
- VERSION = "0.4.1"
2
+ VERSION = "0.5.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomoto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.5.0
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-05 00:00:00.000000000 Z
11
+ date: 2024-12-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: andrew@ankane.org
@@ -36,10 +36,9 @@ files:
36
36
  - ext/tomoto/tomoto.cpp
37
37
  - ext/tomoto/utils.h
38
38
  - lib/tomoto.rb
39
- - lib/tomoto/3.0/tomoto.so
40
39
  - lib/tomoto/3.1/tomoto.so
41
40
  - lib/tomoto/3.2/tomoto.so
42
- - lib/tomoto/3.3/tomoto.so
41
+ - lib/tomoto/3.4/tomoto.so
43
42
  - lib/tomoto/ct.rb
44
43
  - lib/tomoto/dmr.rb
45
44
  - lib/tomoto/dt.rb
@@ -124,10 +123,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
124
123
  requirements:
125
124
  - - ">="
126
125
  - !ruby/object:Gem::Version
127
- version: '3.0'
126
+ version: '3.1'
128
127
  - - "<"
129
128
  - !ruby/object:Gem::Version
130
- version: 3.4.dev
129
+ version: 3.5.dev
131
130
  required_rubygems_version: !ruby/object:Gem::Requirement
132
131
  requirements:
133
132
  - - ">="
Binary file