Skip to content

Commit d0d2602

Browse files
committed
bump to 4.2.0
1 parent b84e32d commit d0d2602

File tree

6 files changed

+24
-22
lines changed

6 files changed

+24
-22
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ group :test, :development do
88
gem 'dotenv', '~> 3.1', '>= 3.1.2'
99
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
1010
gem 'rspec', '~> 3.13'
11-
gem 'rubocop', '~> 1.64', '>= 1.64.1'
12-
gem 'rubocop-rspec', '~> 3.0', '>= 3.0.1'
11+
gem 'rubocop', '~> 1.65'
12+
gem 'rubocop-rspec', '~> 3.0', '>= 3.0.3'
1313
end

Gemfile.lock

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
gemini-ai (4.1.0)
4+
gemini-ai (4.2.0)
55
event_stream_parser (~> 1.0)
6-
faraday (~> 2.9, >= 2.9.2)
6+
faraday (~> 2.10)
77
faraday-typhoeus (~> 1.1)
88
googleauth (~> 1.8)
99
typhoeus (~> 1.4, >= 1.4.1)
@@ -22,8 +22,9 @@ GEM
2222
ethon (0.16.0)
2323
ffi (>= 1.15.0)
2424
event_stream_parser (1.0.0)
25-
faraday (2.9.2)
25+
faraday (2.10.0)
2626
faraday-net_http (>= 2.0, < 3.2)
27+
logger
2728
faraday-net_http (3.1.0)
2829
net-http
2930
faraday-typhoeus (1.1.0)
@@ -43,13 +44,14 @@ GEM
4344
jwt (2.8.2)
4445
base64
4546
language_server-protocol (3.17.0.3)
47+
logger (1.6.0)
4648
method_source (1.1.0)
4749
multi_json (1.15.0)
4850
net-http (0.4.1)
4951
uri
5052
os (1.1.4)
5153
parallel (1.25.1)
52-
parser (3.3.3.0)
54+
parser (3.3.4.0)
5355
ast (~> 2.4.1)
5456
racc
5557
pry (0.14.2)
@@ -62,7 +64,7 @@ GEM
6264
racc (1.8.0)
6365
rainbow (3.1.1)
6466
regexp_parser (2.9.2)
65-
rexml (3.3.0)
67+
rexml (3.3.2)
6668
strscan
6769
rspec (3.13.0)
6870
rspec-core (~> 3.13.0)
@@ -77,20 +79,20 @@ GEM
7779
diff-lcs (>= 1.2.0, < 2.0)
7880
rspec-support (~> 3.13.0)
7981
rspec-support (3.13.1)
80-
rubocop (1.64.1)
82+
rubocop (1.65.0)
8183
json (~> 2.3)
8284
language_server-protocol (>= 3.17.0)
8385
parallel (~> 1.10)
8486
parser (>= 3.3.0.2)
8587
rainbow (>= 2.2.2, < 4.0)
86-
regexp_parser (>= 1.8, < 3.0)
88+
regexp_parser (>= 2.4, < 3.0)
8789
rexml (>= 3.2.5, < 4.0)
8890
rubocop-ast (>= 1.31.1, < 2.0)
8991
ruby-progressbar (~> 1.7)
9092
unicode-display_width (>= 2.4.0, < 3.0)
9193
rubocop-ast (1.31.3)
9294
parser (>= 3.3.1.0)
93-
rubocop-rspec (3.0.1)
95+
rubocop-rspec (3.0.3)
9496
rubocop (~> 1.61)
9597
ruby-progressbar (1.13.0)
9698
signet (0.19.0)
@@ -112,8 +114,8 @@ DEPENDENCIES
112114
gemini-ai!
113115
pry-byebug (~> 3.10, >= 3.10.1)
114116
rspec (~> 3.13)
115-
rubocop (~> 1.64, >= 1.64.1)
116-
rubocop-rspec (~> 3.0, >= 3.0.1)
117+
rubocop (~> 1.65)
118+
rubocop-rspec (~> 3.0, >= 3.0.3)
117119

118120
BUNDLED WITH
119121
2.4.22

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Ruby Gem for interacting with [Gemini](https://deepmind.google/technologies/ge
99
## TL;DR and Quick Start
1010

1111
```ruby
12-
gem 'gemini-ai', '~> 4.1.0'
12+
gem 'gemini-ai', '~> 4.2.0'
1313
```
1414

1515
```ruby
@@ -138,11 +138,11 @@ Result:
138138
### Installing
139139

140140
```sh
141-
gem install gemini-ai -v 4.1.0
141+
gem install gemini-ai -v 4.2.0
142142
```
143143

144144
```sh
145-
gem 'gemini-ai', '~> 4.1.0'
145+
gem 'gemini-ai', '~> 4.2.0'
146146
```
147147

148148
### Credentials
@@ -1440,7 +1440,7 @@ gem build gemini-ai.gemspec
14401440

14411441
gem signin
14421442

1443-
gem push gemini-ai-4.1.0.gem
1443+
gem push gemini-ai-4.2.0.gem
14441444
```
14451445

14461446
### Updating the README

gemini-ai.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.require_paths = ['ports/dsl']
3131

3232
spec.add_dependency 'event_stream_parser', '~> 1.0'
33-
spec.add_dependency 'faraday', '~> 2.9', '>= 2.9.2'
33+
spec.add_dependency 'faraday', '~> 2.10'
3434
spec.add_dependency 'faraday-typhoeus', '~> 1.1'
3535

3636
# Before upgrading, check this:

static/gem.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Gemini
44
GEM = {
55
name: 'gemini-ai',
6-
version: '4.1.0',
6+
version: '4.2.0',
77
author: 'gbaptista',
88
summary: "Interact with Google's Gemini AI.",
99
description: "A Ruby Gem for interacting with Gemini through Vertex AI, Generative Language API, or AI Studio, Google's generative AI services.",

template.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Ruby Gem for interacting with [Gemini](https://deepmind.google/technologies/ge
99
## TL;DR and Quick Start
1010

1111
```ruby
12-
gem 'gemini-ai', '~> 4.1.0'
12+
gem 'gemini-ai', '~> 4.2.0'
1313
```
1414

1515
```ruby
@@ -88,11 +88,11 @@ Result:
8888
### Installing
8989

9090
```sh
91-
gem install gemini-ai -v 4.1.0
91+
gem install gemini-ai -v 4.2.0
9292
```
9393

9494
```sh
95-
gem 'gemini-ai', '~> 4.1.0'
95+
gem 'gemini-ai', '~> 4.2.0'
9696
```
9797

9898
### Credentials
@@ -1390,7 +1390,7 @@ gem build gemini-ai.gemspec
13901390

13911391
gem signin
13921392

1393-
gem push gemini-ai-4.1.0.gem
1393+
gem push gemini-ai-4.2.0.gem
13941394
```
13951395

13961396
### Updating the README

0 commit comments

Comments
 (0)