tomoto 0.4.1-x86_64-darwin → 0.5.1-x86_64-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: 206d655164e05d60f40eaee82cafc445ab9a8d016e8bc2ee961ec195c658647a
4
- data.tar.gz: bbfc10f43b4ad60e07f585131ae4014157f54afe9a33f219082ebd4461ef282d
3
+ metadata.gz: 6eb542b72d8989b3e4ca822b62f4324ee72f9e558262b65281eb882075429bf7
4
+ data.tar.gz: 58b62a33045752225733f17b445b8e1b6ce77d9f84c08dd177efc6c8f10138ac
5
5
  SHA512:
6
- metadata.gz: 3046758b15b17ec30e44c83dae731e7ce8d5839ee3334b39034a375cb334a560bd32d32ec8a4270fa3d4ba3da6393f3727bbbd24ecf27d299e83789d8b8003cf
7
- data.tar.gz: 31ad2e08408adee8322ccf79d7bfb58857d5a3b6f7a6f554f4c0211b0eba052ea944e7dd9d25b7c821cb5ef8c496f03ff97aa684eb36b81228281a501d247df4
6
+ metadata.gz: 2bf8ec8f0eff224177bf5ffc5d4030d1c1af1aefcefc68e303474e5de6b8cdab537c1a3e13cf9ac394cccfb579832a99cc994691dc4c36f49bf00b9eb4f9fae3
7
+ data.tar.gz: fbdef5012792af461605a1290ef038c7abef8f67b8851aece280baa25411d9c0a30c9f5eaf021312ab32ef83c14716731355a46c50fced01bc1c8210d79914c7
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: x86_64-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
  - - ">="