tomoto 0.4.1-aarch64-linux → 0.5.0-aarch64-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: 6a0b982f3a86fc46611b8d00cf7435b2862b4fa33e77166fa1b052975995295f
4
- data.tar.gz: 69681b932caeb4cbfb16da413b1bea545c9ea08978e63cc1c595cbd54502be28
3
+ metadata.gz: '039f670920bc0691d0daf9f5428d98e6195ecc96481d1820972355f21d19c541'
4
+ data.tar.gz: 975f4377ecd7149fd575ce151cf90865ab06dc063dd58c2ee26f032ee1954277
5
5
  SHA512:
6
- metadata.gz: ff846c46faedf7aa824550de5d448d1abf67206702614bd8da8f127a3bc0a478f5387e0ce7f37f82b1391b7173da67570af5ad50204ed2347cb14b5b0bc9e0b6
7
- data.tar.gz: ebc864f1ae7a2a47eba461e50de6e83cb0d77660d0359312ea28b283777b6752b9d759e941b57eb55498952c60307052c2d79e172a935a61327ae1b52593a127
6
+ metadata.gz: '05808d93e93376be9e514198d81dd37e83985f3e8aaa1d3096ab22306317669497f606880b15e993873384bd434109a20aa79e390f62ec2ad2e357c029bab46e'
7
+ data.tar.gz: 8f4f9987eb89802e9c2b2a96459a96312661465766f0b29439dbec451112e71ccd0676e0fdb0e7907b031d09f41e08acd7c102fe37b4a0319bb2cd7a5eb223b6
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: aarch64-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