ruby-openai-swarm 0.5.0 → 0.5.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: 922c68533aa6e9752cde8dd2fd2aaaca4d0d415acf7be59e41e5621c74cbb38d
4
- data.tar.gz: 5472851d697e19fcc866a7898298a4fd67ed9486e9f30520e06584a15d640770
3
+ metadata.gz: 326dc0fd2fb1f748c48c67f3f610e7dd3d14911f712e4016ab8cd13a19d6fd6e
4
+ data.tar.gz: 4d12edacb8d5daa6fe863daa72a06b1f3cad8ded0c01a2c882995ac8b23e1561
5
5
  SHA512:
6
- metadata.gz: 3fa0c822a84dfd6c10220a28e5d266fbbcc0334d4bbd000333a889eb3483ed2c386706c4c1b72a62122789028ebe36124bd720bde97f561c8e6fda9136d666f6
7
- data.tar.gz: 6653473c3e18ad66425437cd19583019826a1f827afd0b641d7993382fc5f4aee6377f9615cee50db4261f4d9818d32f33d28b57e24eda875056449b6487784e
6
+ metadata.gz: 584b8772071a78dfdf43eb33f1e3d31c7c0b47618ffe4d766d07bfdd305781975655a8a1c7b9e9dc4f0e6dee8766881ce3e921ac063bff7a2eb6c7f4dbc1e1bf
7
+ data.tar.gz: 99c9ff59009c4822397299566a19b0ac07d02d81b47ad03c1449dd7700ca3e9ed5ea62ec1d75223fb1f6ef1c27d44efe93d02717d587527c30c7b41541f2e8b5
@@ -1,3 +1,3 @@
1
1
  module OpenAISwarm
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
@@ -3,12 +3,12 @@ require_relative 'lib/ruby-openai-swarm/version'
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "ruby-openai-swarm"
5
5
  spec.version = OpenAISwarm::VERSION
6
- spec.authors = ["Grayson"]
6
+ spec.authors = ["Grayson Chen"]
7
7
  spec.email = ["cgg5207@gmail.com"]
8
8
 
9
9
  spec.summary = " A Ruby implementation of OpenAI function calling swarm"
10
10
  spec.description = "Allows for creating swarms of AI agents that can call functions and interact with each other"
11
- spec.homepage = "https://github.com/grayson/ruby-openai-swarm"
11
+ spec.homepage = "https://github.com/graysonchen/ruby-openai-swarm"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-openai-swarm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
- - Grayson
7
+ - Grayson Chen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-17 00:00:00.000000000 Z
11
+ date: 2025-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-openai
@@ -137,13 +137,13 @@ files:
137
137
  - lib/ruby-openai-swarm/util.rb
138
138
  - lib/ruby-openai-swarm/version.rb
139
139
  - ruby-openai-swarm.gemspec
140
- homepage: https://github.com/grayson/ruby-openai-swarm
140
+ homepage: https://github.com/graysonchen/ruby-openai-swarm
141
141
  licenses:
142
142
  - MIT
143
143
  metadata:
144
- homepage_uri: https://github.com/grayson/ruby-openai-swarm
145
- source_code_uri: https://github.com/grayson/ruby-openai-swarm
146
- changelog_uri: https://github.com/grayson/ruby-openai-swarm/blob/main/CHANGELOG.md
144
+ homepage_uri: https://github.com/graysonchen/ruby-openai-swarm
145
+ source_code_uri: https://github.com/graysonchen/ruby-openai-swarm
146
+ changelog_uri: https://github.com/graysonchen/ruby-openai-swarm/blob/main/CHANGELOG.md
147
147
  post_install_message:
148
148
  rdoc_options: []
149
149
  require_paths: