File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 33require_relative "lib/mars/version"
44
55Gem ::Specification . new do |spec |
6- spec . name = "mars "
6+ spec . name = "mars_rb "
77 spec . version = Mars ::VERSION
8- spec . authors = [ "Santiago Bartesaghi" ]
9- spec . email = [ "sbartesaghi@hotmail.com" ]
8+ spec . authors = [ "Santiago Bartesaghi" , "Andres Garcia" , "Ignacio Perez" , "Santiago Diaz" ]
9+ spec . email = [ "sbartesaghi@hotmail.com" , "andres@rootstrap.com" , "ignacio.perez@rootstrap.com" ,
10+ "santiago.diaz@rootstrap.com" ]
1011
11- spec . summary = "Write a short summary, because RubyGems requires one."
12- spec . description = "Write a longer description or delete this line."
12+ spec . summary = "Multi-Agent Ruby SDK - A framework for building multi-agent solutions in pure Ruby"
13+ spec . description = "MARS (Multi-Agent Ruby SDK) provides a comprehensive framework for developers to implement" \
14+ "multi-agent solutions using pure Ruby. It offers a simple API for orchestrating multiple agents."
1315 spec . homepage = "https://github.com/rootstrap/mars"
1416 spec . license = "MIT"
1517 spec . required_ruby_version = ">= 3.1.0"
1618
17- spec . metadata [ "allowed_push_host" ] = "Set to your gem server 'https://example.com'"
18-
1919 spec . metadata [ "homepage_uri" ] = spec . homepage
2020 spec . metadata [ "source_code_uri" ] = "https://github.com/rootstrap/mars"
2121 spec . metadata [ "changelog_uri" ] = "https://github.com/rootstrap/mars/releases"
You can’t perform that action at this time.
0 commit comments