tomoto 0.4.1-arm64-darwin → 0.5.1-arm64-darwin

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: 65be8caabf2a47a4ae86bd72e374a308d3c78d251e75d0d3b3e36ace9dc97205
4
- data.tar.gz: cfc13ddbe9fc555e3f28b9b155a9e0aa7e6243ac9fc3865c8d3435035b080cca
3
+ metadata.gz: cf367a3519a3f19c2fe16fd6b6a79fea1390efb0625d69bee8cc03d63540c155
4
+ data.tar.gz: 1c0c482c096956b94c5ab5f277d7543fb95a9f73a437d47dbabfcea78237f3a1
5
5
  SHA512:
6
- metadata.gz: 387c19bc53d521841d47e1a6dad1a8accdfedc021a983dd6f574fb304f320b3b2b581f274a708386297f86ef3ed6c61915cd709c3f0c24dc740033bd25af35f1
7
- data.tar.gz: aa7f4439d4b839744bc4f1f1ed8a7683963f71d3a8f6f6c4e3a52bcf379d9f13cf909eb151c3d7e43481e4db1b10ee920b7e4fda32b40b57dc8287b4656cfeb3
6
+ metadata.gz: 160df2ce933454b2a211be830f28c042ae4a1d297f4913d3176d977ba60a7db8dc141c479403686223582005b232cbc50e9461854936f003acb9216ca35aec38
7
+ data.tar.gz: 2cfa11233a1b340d43e9c7e9ab8cc74c7568e315afc65b1fb6f6282c5272c439dffeb743cff609c25a855d1f2563cc5df7da8bc3e8ac44bdab5db22b364277ad
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 0.5.1 (2024-12-26)
2
+
3
+ - Fixed precompiled gem for Ruby 3.3
4
+
5
+ ## 0.5.0 (2024-12-26)
6
+
7
+ - Added support for Ruby 3.4
8
+ - Dropped support for Ruby < 3.1
9
+
1
10
  ## 0.4.1 (2024-09-04)
2
11
 
3
12
  - Updated tomoto to 0.13.0
Binary file
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  module Tomoto
2
- VERSION = "0.4.1"
2
+ VERSION = "0.5.1"
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.1
5
5
  platform: arm64-darwin
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,10 @@ files:
36
36
  - ext/tomoto/tomoto.cpp
37
37
  - ext/tomoto/utils.h
38
38
  - lib/tomoto.rb
39
- - lib/tomoto/3.0/tomoto.bundle
40
39
  - lib/tomoto/3.1/tomoto.bundle
41
40
  - lib/tomoto/3.2/tomoto.bundle
42
41
  - lib/tomoto/3.3/tomoto.bundle
42
+ - lib/tomoto/3.4/tomoto.bundle
43
43
  - lib/tomoto/ct.rb
44
44
  - lib/tomoto/dmr.rb
45
45
  - lib/tomoto/dt.rb
@@ -124,10 +124,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
124
124
  requirements:
125
125
  - - ">="
126
126
  - !ruby/object:Gem::Version
127
- version: '3.0'
127
+ version: '3.1'
128
128
  - - "<"
129
129
  - !ruby/object:Gem::Version
130
- version: 3.4.dev
130
+ version: 3.5.dev
131
131
  required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  requirements:
133
133
  - - ">="