File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
module OpenAISwarm
2
- VERSION = "0.5.0 "
2
+ VERSION = "0.5.1 "
3
3
end
Original file line number Diff line number Diff line change @@ -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 = [ "[email protected] " ]
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
You can’t perform that action at this time.
0 commit comments