ruby_llm-team 0.1.0 → 0.1.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/ruby_llm/team/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: 68b72d976e9d6a389c84afb2a60d2aa7bdf4bb60e7c683e479be95ad03404ad2
|
|
4
|
+
data.tar.gz: 72a33acb771612684cb62e039f696ec84dc8b14035618c168a8f8d5f8253db17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b75cc1ebc439bee3b07c73ebccd78d18a8cff3c75712c338092c9e5aa670762f628db99154d4a24b721c402d96dd675820840cf6224ad138b7f8ed86a8de14e8
|
|
7
|
+
data.tar.gz: f095d3a927c28f53ffd8f03f4f4b39670685cbc8ed6689ce12530601e389d4e020bb87305be45c964634eefee5ff0eda02219a913050f5abb2c05ff4ab55e4e6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
First release published by GitHub Actions through RubyGems trusted publishing — no API key
|
|
6
|
+
exists anywhere in the pipeline. No library changes.
|
|
7
|
+
|
|
3
8
|
## 0.1.0 — experimental
|
|
4
9
|
|
|
5
10
|
First public release. The API is deliberately small but not yet stable: artifact ordering,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_llm-team
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- JetThoughts
|
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
62
|
version: '0'
|
|
63
63
|
requirements: []
|
|
64
|
-
rubygems_version: 4.0.
|
|
64
|
+
rubygems_version: 4.0.16
|
|
65
65
|
specification_version: 4
|
|
66
66
|
summary: 'Team collaboration for RubyLLM: delegate work to named coworkers.'
|
|
67
67
|
test_files: []
|