From 1c4d56747084f387a400ef64bd0879cb8e2bd46e Mon Sep 17 00:00:00 2001 From: Grayson Chen Date: Mon, 3 Mar 2025 23:53:57 +0800 Subject: [PATCH] docs: Update author name and repository URL in gemspec --- lib/ruby-openai-swarm/version.rb | 2 +- ruby-openai-swarm.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ruby-openai-swarm/version.rb b/lib/ruby-openai-swarm/version.rb index 80b8916..8052e1c 100644 --- a/lib/ruby-openai-swarm/version.rb +++ b/lib/ruby-openai-swarm/version.rb @@ -1,3 +1,3 @@ module OpenAISwarm - VERSION = "0.5.0" + VERSION = "0.5.1" end diff --git a/ruby-openai-swarm.gemspec b/ruby-openai-swarm.gemspec index de09a3b..5075235 100644 --- a/ruby-openai-swarm.gemspec +++ b/ruby-openai-swarm.gemspec @@ -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")