Skip to content

Commit 7062ec3

Browse files
authored
Fill gem metadata (#5)
1 parent 1eeccf7 commit 7062ec3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mars.gemspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
require_relative "lib/mars/version"
44

55
Gem::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"

0 commit comments

Comments
 (0)