Skip to content

Commit

Permalink
Update gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshapalov committed Oct 23, 2024
1 parent 922a7e3 commit 30611f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rubyai/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RubyAI
VERSION = "0.4".freeze
VERSION = "0.5".freeze
end
2 changes: 1 addition & 1 deletion rubyai.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rubyai"
s.version = "0.4"
s.version = "0.5"
s.summary = "A Ruby gem for the OpenAI (GPT-4) API"
s.description = "RubyAI is a wrapper for the OpenAI API that allows you to interact with GPT-4 within Ruby/Rails applications. It provides simple methods for integrating language model capabilities into your Ruby projects."
s.homepage = "https://github.com/alexshapalov/rubyai"
Expand Down

0 comments on commit 30611f0

Please sign in to comment.