Skip to content

Commit

Permalink
Published deepseek-client gem
Browse files Browse the repository at this point in the history
  • Loading branch information
nagstler committed Feb 2, 2025
1 parent 74db6d3 commit 3a65c96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Deepseek Ruby SDK

<a href="https://badge.fury.io/rb/deepseek"><img src="https://img.shields.io/gem/v/deepseek?style=for-the-badge" alt="Gem Version"></a>
<a href="https://badge.fury.io/rb/deepseek-client">
<img src="https://img.shields.io/gem/v/deepseek-client?style=for-the-badge" alt="Gem Version">
</a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge" alt="License"></a>
<a href="https://codeclimate.com/github/nagstler/deepseek-ruby/maintainability"><img src="https://img.shields.io/codeclimate/maintainability/nagstler/deepseek-ruby?style=for-the-badge" alt="Maintainability"></a>
<a href="https://codeclimate.com/github/nagstler/deepseek-ruby/test_coverage"><img src="https://img.shields.io/codeclimate/coverage/nagstler/deepseek-ruby?style=for-the-badge" alt="Test Coverage"></a>
Expand Down
2 changes: 1 addition & 1 deletion deepseek.gemspec → deepseek-client.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require_relative 'lib/deepseek/version'

Gem::Specification.new do |spec|
spec.name = "deepseek"
spec.name = "deepseek-client"
spec.version = Deepseek::VERSION
spec.authors = ["Nagendra Dhanakeerthi"]
spec.email = ["[email protected]"]
Expand Down

0 comments on commit 3a65c96

Please sign in to comment.