Skip to content

Commit

Permalink
rename gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenhoang committed Oct 8, 2024
1 parent 613e245 commit 4cdffbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typesense.gemspec → typesense-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'typesense/version'

Gem::Specification.new do |spec|
spec.name = 'typesense'
spec.name = 'typesense-ruby'
spec.version = Typesense::VERSION
spec.authors = ['Typesense, Inc.']
spec.email = ['[email protected]']
Expand Down

0 comments on commit 4cdffbf

Please sign in to comment.