tina4ruby 3.13.117 → 3.13.118
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 +20 -0
- data/lib/tina4/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e78af521f04b7255908e1ac3420b7f15a675b9d8f7b02850d307c3d2ab5cb24
|
|
4
|
+
data.tar.gz: 428249645823e6047d1bc7168304fb40afcc0621303d6b22fc6c35b893080759
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87d861452214e641ae813a13a9d17c6c00e8dc833dc679e5c0c02a356f4e7038e63f0d6bffde6c402d1bac1d83fbf65243266db94843b93949d4adbf117bc1db
|
|
7
|
+
data.tar.gz: f3f235a7574d6ce013346ca26d5cc2e04c7b3c9c2920bf5fc9635ae8eefe5665b30c95d6eeb802f74b1b3de3279321e531f3a3c20baced7cac1d2df1e24e4c33
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,26 @@ number means the same thing everywhere.
|
|
|
6
6
|
**The authoritative release notes for every shipped version live in the documentation:**
|
|
7
7
|
https://tina4.com/ruby/36-releases
|
|
8
8
|
|
|
9
|
+
## 3.13.118
|
|
10
|
+
|
|
11
|
+
Version-parity bump. No framework code changes in Ruby for this
|
|
12
|
+
release; the version aligns with tina4-python 3.13.118 which
|
|
13
|
+
carries an urgent regression fix (@MichaelC8E's #124 fixed a
|
|
14
|
+
3.13.117 pre-import defect in `_import_helper.py`).
|
|
15
|
+
|
|
16
|
+
In flight for 3.13.119:
|
|
17
|
+
|
|
18
|
+
- @MichaelC8E's #44 - skill repairs across three skill trees:
|
|
19
|
+
Codex and Cursor copies of `tina4-maintainer` had UTF-8-with-BOM
|
|
20
|
+
+ cp1252 mojibake in the `description` frontmatter (byte-identical
|
|
21
|
+
across copies, invisible to diff-based checks). Codex and Cursor
|
|
22
|
+
copies of `tina4-developer-ruby` were around 60 lines behind
|
|
23
|
+
`.claude`, missing seven `references/` files. Two shared files
|
|
24
|
+
had gone stale against canonical in tina4-python.
|
|
25
|
+
|
|
26
|
+
Approved and queued in the tina4stack Actions runner backlog. Ships
|
|
27
|
+
in 3.13.119 the moment CI clears.
|
|
28
|
+
|
|
9
29
|
## 3.13.117
|
|
10
30
|
|
|
11
31
|
Agent-experience release. Two paired features (import-hint fallback +
|
data/lib/tina4/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tina4ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.13.
|
|
4
|
+
version: 3.13.118
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tina4 Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|