Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ruby-openai-swarm/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OpenAISwarm
VERSION = "0.5.0"
VERSION = "0.5.1"
end
4 changes: 2 additions & 2 deletions ruby-openai-swarm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ require_relative 'lib/ruby-openai-swarm/version'
Gem::Specification.new do |spec|
spec.name = "ruby-openai-swarm"
spec.version = OpenAISwarm::VERSION
spec.authors = ["Grayson"]
spec.authors = ["Grayson Chen"]
spec.email = ["cgg5207@gmail.com"]

spec.summary = " A Ruby implementation of OpenAI function calling swarm"
spec.description = "Allows for creating swarms of AI agents that can call functions and interact with each other"
spec.homepage = "https://github.com/grayson/ruby-openai-swarm"
spec.homepage = "https://github.com/graysonchen/ruby-openai-swarm"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")

Expand Down