Skip to content

Commit d0326a7

Browse files
authored
Merge pull request #30 from graysonchen/docs/issues-29
docs: Update author name and repository URL in gemspec
2 parents 3dbe4a6 + 1c4d567 commit d0326a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/ruby-openai-swarm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenAISwarm
2-
VERSION = "0.5.0"
2+
VERSION = "0.5.1"
33
end

ruby-openai-swarm.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ require_relative 'lib/ruby-openai-swarm/version'
33
Gem::Specification.new do |spec|
44
spec.name = "ruby-openai-swarm"
55
spec.version = OpenAISwarm::VERSION
6-
spec.authors = ["Grayson"]
6+
spec.authors = ["Grayson Chen"]
77
spec.email = ["[email protected]"]
88

99
spec.summary = " A Ruby implementation of OpenAI function calling swarm"
1010
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"
1212
spec.license = "MIT"
1313
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
1414

0 commit comments

Comments
 (0)