Skip to content

Commit

Permalink
fix link to the repo in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkasyanchuk committed Apr 29, 2023
1 parent 2da1971 commit 431e03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ask_chatgpt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |spec|
spec.version = AskChatgpt::VERSION
spec.authors = ["Igor Kasyanchuk", "Liubomyr Manastyretskyi"]
spec.email = ["igorkasyanchuk@gmail.com", "manastyretskyi@gmail.com"]
spec.homepage = "https://github.com/railsjazz.com/ask_chatgpt"
spec.homepage = "https://github.com/railsjazz/ask_chatgpt"
spec.summary = "AI-Powered Assistant Gem right in your Rails console."
spec.description = "AI-Powered Assistant Gem right in your Rails console."
spec.license = "MIT"
Expand Down

0 comments on commit 431e03f

Please sign in to comment.