Skip to content

Commit

Permalink
bump to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaptista committed Dec 26, 2023
1 parent d426670 commit 40e0994
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
gemini-ai (3.0.0)
gemini-ai (3.1.0)
event_stream_parser (~> 1.0)
faraday (~> 2.7, >= 2.7.12)
faraday (~> 2.8, >= 2.8.1)
googleauth (~> 1.9, >= 1.9.1)

GEM
Expand All @@ -16,7 +16,7 @@ GEM
byebug (11.1.3)
coderay (1.1.3)
event_stream_parser (1.0.0)
faraday (2.7.12)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Ruby Gem for interacting with [Gemini](https://deepmind.google/technologies/ge
## TL;DR and Quick Start

```ruby
gem 'gemini-ai', '~> 3.0.0'
gem 'gemini-ai', '~> 3.1.0'
```

```ruby
Expand Down Expand Up @@ -114,11 +114,11 @@ Result:
### Installing

```sh
gem install gemini-ai -v 3.0.0
gem install gemini-ai -v 3.1.0
```

```sh
gem 'gemini-ai', '~> 3.0.0'
gem 'gemini-ai', '~> 3.1.0'
```

### Credentials
Expand Down Expand Up @@ -980,7 +980,7 @@ gem build gemini-ai.gemspec

gem signin

gem push gemini-ai-3.0.0.gem
gem push gemini-ai-3.1.0.gem
```

### Updating the README
Expand Down
2 changes: 1 addition & 1 deletion gemini-ai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['ports/dsl']

spec.add_dependency 'event_stream_parser', '~> 1.0'
spec.add_dependency 'faraday', '~> 2.7', '>= 2.7.12'
spec.add_dependency 'faraday', '~> 2.8', '>= 2.8.1'
spec.add_dependency 'googleauth', '~> 1.9', '>= 1.9.1'

spec.metadata['rubygems_mfa_required'] = 'true'
Expand Down
2 changes: 1 addition & 1 deletion static/gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Gemini
GEM = {
name: 'gemini-ai',
version: '3.0.0',
version: '3.1.0',
author: 'gbaptista',
summary: "Interact with Google's Gemini AI.",
description: "A Ruby Gem for interacting with Gemini through Vertex AI, Generative Language API, or AI Studio, Google's generative AI services.",
Expand Down
8 changes: 4 additions & 4 deletions template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Ruby Gem for interacting with [Gemini](https://deepmind.google/technologies/ge
## TL;DR and Quick Start

```ruby
gem 'gemini-ai', '~> 3.0.0'
gem 'gemini-ai', '~> 3.1.0'
```

```ruby
Expand Down Expand Up @@ -77,11 +77,11 @@ Result:
### Installing

```sh
gem install gemini-ai -v 3.0.0
gem install gemini-ai -v 3.1.0
```

```sh
gem 'gemini-ai', '~> 3.0.0'
gem 'gemini-ai', '~> 3.1.0'
```

### Credentials
Expand Down Expand Up @@ -943,7 +943,7 @@ gem build gemini-ai.gemspec

gem signin

gem push gemini-ai-3.0.0.gem
gem push gemini-ai-3.1.0.gem
```

### Updating the README
Expand Down

0 comments on commit 40e0994

Please sign in to comment.