tina4 3.8.3 → 3.9.0

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: 0d3282eab060561ade9ae0bde647a9f467a5585bc0a62bfd4fdd1317d2d4735e
4
- data.tar.gz: b3f1d18fd257bc99fee9a7ceb3065e2177f4ece4156cf1e1de359e2bf9211b32
3
+ metadata.gz: 64d70efe931c34929e35b8e8881157ef637d000202d967638b5c46affacee552
4
+ data.tar.gz: 003a3c357cd586679cce160edb834c49a67395bcc0c1cf515b6cfbd8ab57172d
5
5
  SHA512:
6
- metadata.gz: 0aa1c2dcf510c6602857cd6031b392e055e6bea1e5ed198df1a90703f9c00fd10274485e1445f75bf21ac14d8b644b622f9fdffedf5361c2f67d31e85aabd875
7
- data.tar.gz: c5d885461d0fa2c6d86b2d16da2baccdbfafc3bcfd016bc6787dbb98ae870140197bdd78464a436ec7c5b405df6e06e45fd4e55328f176d81d9919fd673a628b
6
+ metadata.gz: aa9d1100d7f292bfc92d095a2b52022c7f71d246d3dc90917d06cc4524e050a96f6f29a5e78aab43b94f4c20609acae2ca6002aa6e46a61fcd5ef25182af2ef9
7
+ data.tar.gz: 9d4377aea929492589eed63684f2a4ea51538756be3a62ab1b6834a74f9b235ee64fc1cc1338bef8e5a65f223209079c8e901b42cf74f19e021f4bc62c08d427
data/lib/tina4/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tina4
4
- VERSION = "3.8.3"
4
+ VERSION = "3.9.0"
5
5
  end
data/lib/tina4ruby.rb CHANGED
@@ -1,4 +1,4 @@
1
- # frozen_string_literal: true
2
-
3
- # Alias: `require "tina4ruby"` loads the same code as `require "tina4"`
4
- require_relative "tina4"
1
+ # frozen_string_literal: true
2
+
3
+ # Alias: `require "tina4ruby"` loads the same code as `require "tina4"`
4
+ require_relative "tina4"
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tina4
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.3
4
+ version: 3.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tina4 Team
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-03-26 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: tina4ruby
@@ -54,7 +55,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
55
  - !ruby/object:Gem::Version
55
56
  version: '0'
56
57
  requirements: []
57
- rubygems_version: 4.0.3
58
+ rubygems_version: 3.5.22
59
+ signing_key:
58
60
  specification_version: 4
59
61
  summary: Transitional package — use tina4ruby instead.
60
62
  test_files: []