tina4ruby 3.13.114 → 3.13.115
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 +14 -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: 26a018d9ff1aeb00af81fec8521075c5a91bc746dd43d332d7c28c68236f21a2
|
|
4
|
+
data.tar.gz: 2a896c82999ea782b31cfa6058abe2791c1ddc487051a0b57495257f206b40c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2120a7fa88e2f3aad2011d3e6a5350aeb6073eeb209e39927594cd154f3ece0119b9a918e7f44e9cc19ecb614f3ccbb793ad6833b2b66ee1399c2bcbf0d7f3c8
|
|
7
|
+
data.tar.gz: 81e2eeac95143e77f52a7f5d12df0ae4946da6b3afdf861c3f11a828888de2122c8ad70f5de0cb37c3c3cfc748a855c176a825e8b30c396823faf3a005b2ce66
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@ 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.115
|
|
10
|
+
|
|
11
|
+
Parity version bump. No framework code changes in Ruby for this
|
|
12
|
+
release — Ruby already carried the 3.13.114 tool-loop and typed-
|
|
13
|
+
streaming features. The bundled `tina4-developer-ruby` skill gains
|
|
14
|
+
a "Project layout" section that codifies the full-stack paradigm
|
|
15
|
+
(never pollute the root with source; split into `backend/` and
|
|
16
|
+
`frontend/` with per-side `plan/` folders; ask the backend framework
|
|
17
|
+
before scaffolding). See tina4-ruby#43.
|
|
18
|
+
|
|
19
|
+
Companion release: tina4-nodejs 3.13.115 fixes issue #56 (bundler-
|
|
20
|
+
renamed handler args mapped to the wrong object; every POST body
|
|
21
|
+
read as empty under a bundler); Node-only fix, no Ruby impact.
|
|
22
|
+
|
|
9
23
|
## 3.13.114
|
|
10
24
|
|
|
11
25
|
Feature: the tool loop closes — `Tina4::Ai.chat` accepts `tools:` and
|
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.115
|
|
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-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|