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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -0
  3. data/lib/tina4/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a76c2791a9673d8d16cdeece741b3a234561cd1b244b36bcb25fcf87979a35af
4
- data.tar.gz: 8c344ec70e43ab6a95ea8622390a50e8473b38857db4113377f1de884bd6d1d6
3
+ metadata.gz: 26a018d9ff1aeb00af81fec8521075c5a91bc746dd43d332d7c28c68236f21a2
4
+ data.tar.gz: 2a896c82999ea782b31cfa6058abe2791c1ddc487051a0b57495257f206b40c4
5
5
  SHA512:
6
- metadata.gz: 0f98f2ca7ecd95280f0290d7b91b712e56fd9186c58732a67d897395bb3be9206308c262b274fe284d79b54aad41ad1d21776b0a7ca7c19ba44b68641c574bdc
7
- data.tar.gz: 1acf8361982384c67c1f872838855e1415316f2b8ef396cb3efa2bc9471fb32fa05165d471299f2933e41f31157a1725e6ed4be661632c460d5eb2b246bcad96
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tina4
4
- VERSION = "3.13.114"
4
+ VERSION = "3.13.115"
5
5
  end
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.114
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-22 00:00:00.000000000 Z
11
+ date: 2026-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack