From 30611f0e0f46815b2c3e9236a60483dd654ed8c2 Mon Sep 17 00:00:00 2001 From: Alex Shapalov Date: Tue, 22 Oct 2024 18:36:39 -0700 Subject: [PATCH] Update gem version --- lib/rubyai/version.rb | 2 +- rubyai.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rubyai/version.rb b/lib/rubyai/version.rb index 69d053f..1054242 100644 --- a/lib/rubyai/version.rb +++ b/lib/rubyai/version.rb @@ -1,3 +1,3 @@ module RubyAI - VERSION = "0.4".freeze + VERSION = "0.5".freeze end diff --git a/rubyai.gemspec b/rubyai.gemspec index 65397f7..e9ebaff 100644 --- a/rubyai.gemspec +++ b/rubyai.gemspec @@ -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"