tina4 3.6.0 → 3.7.1

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: 929e1a92219b95458444f838277ca52ca3b0db0b9b86ecf414befe2d124643fc
4
- data.tar.gz: 7ddb1bbe7026ee34e7b3b6794f8b1737734492b46960d4fd8d37f8be1044f935
3
+ metadata.gz: cf18898151da9a86a3568c371bc07031221c6a319059d9db5521665fae0820e9
4
+ data.tar.gz: 67551c467debaef761209b773c533707da6fc83048521c54c32b81f322167dc3
5
5
  SHA512:
6
- metadata.gz: db915c40828d24cfc77e9d390767466f12ea8c5ba7fd822b80985f1f351a3d336c99ed34319ea057330e9df6423592731ea8c637bd36983351a221127945fd83
7
- data.tar.gz: f9d3c2165bc95cb0946eb4f40500f26915ade7596329296a62cc587bd78153b64564f61d9a36e08af1b6f2dbb82a2047a8199434c6d3b8995ba8f21f31bee808
6
+ metadata.gz: 8dc1ab4d62580d6406d6a55301ba52bcd358ad35c8cc13129a623cc2b20513624f1b41d426345ca9362b463bd9e6bda624832d628e0938a0df98d6c801ba70aa
7
+ data.tar.gz: e882d841f5110089b6c4bed7392f0efdc53b4b92cae31a12003007b33393584104d825d79baa9a5d0239af7fdc03a914f4e25e6b9b02b62b3cf8f06793cf4d69
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.6.0"
4
+ VERSION = "3.7.1"
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.6.0
4
+ version: 3.7.1
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-25 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: []