tomoto 0.4.1-arm64-darwin → 0.5.0-arm64-darwin
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/tomoto/3.1/tomoto.bundle +0 -0
- data/lib/tomoto/3.2/tomoto.bundle +0 -0
- data/lib/tomoto/{3.3 → 3.4}/tomoto.bundle +0 -0
- data/lib/tomoto/version.rb +1 -1
- metadata +5 -6
- data/lib/tomoto/3.0/tomoto.bundle +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7068b1d618b158ecb9228d21ada4836da52ac5b3e8b5e3fe26a7b7dfb3b265fe
|
4
|
+
data.tar.gz: 921f6f1012640acb812f427dc189f15318e4ee8da7b7b2db2eb679a774d4ce9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a2c57c0ddc5f6a0e730b0f1f78bc982f8e0ff029267feb4983fdb287bd78d685858336a783b41e0bfbb6e3d540c754240ff12325080fea93d672d9af5af91d8
|
7
|
+
data.tar.gz: ba8463611b3e2e28be5f59e309dc5b5af8b9438961fe71e316fce173563e90e4af3a6062b4fa423290b98f061a1d41f9c091da148923d6480304285d99e2e4b1
|
data/CHANGELOG.md
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/lib/tomoto/version.rb
CHANGED
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
|
+
version: 0.5.0
|
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-
|
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.bundle
|
40
39
|
- lib/tomoto/3.1/tomoto.bundle
|
41
40
|
- lib/tomoto/3.2/tomoto.bundle
|
42
|
-
- lib/tomoto/3.
|
41
|
+
- lib/tomoto/3.4/tomoto.bundle
|
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.
|
126
|
+
version: '3.1'
|
128
127
|
- - "<"
|
129
128
|
- !ruby/object:Gem::Version
|
130
|
-
version: 3.
|
129
|
+
version: 3.5.dev
|
131
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
132
131
|
requirements:
|
133
132
|
- - ">="
|
Binary file
|