Skip to content

Commit

Permalink
correct gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
fsndzomga committed Dec 22, 2023
1 parent 0e27a79 commit 8b7b4a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Binary file added mistral_rb-0.1.0.gem
Binary file not shown.
8 changes: 3 additions & 5 deletions mistral_rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Gem::Specification.new do |spec|

spec.summary = "A simple wrapper for the Mistral API"
spec.description = "This gem provides an easy-to-use interface for the Mistral AI API."
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.homepage = "https://github.com/fsndzomga/mistral_rb"
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"

spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
spec.metadata["source_code_uri"] = "https://github.com/fsndzomga/mistral_rb"
spec.metadata["changelog_uri"] = "https://github.com/fsndzomga/mistral_rb/blob/main/CHANGELOG.md"

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand All @@ -32,8 +32,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"
# Specify runtime and development dependencies in gemspec
spec.add_runtime_dependency "httparty", "~> 0.18"
spec.add_development_dependency "bundler", "~> 2.0"
Expand Down

0 comments on commit 8b7b4a4

Please sign in to comment.