Skip to content

Commit

Permalink
bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaptista committed Dec 15, 2023
1 parent 713a5be commit 3f1eaef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gemini-ai (1.0.0)
gemini-ai (2.0.0)
event_stream_parser (~> 1.0)
faraday (~> 2.7, >= 2.7.12)
googleauth (~> 1.9, >= 1.9.1)
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', '~> 1.0'
gem 'gemini-ai', '~> 2.0'
```

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

```sh
gem install gemini-ai -v 1.0.0
gem install gemini-ai -v 2.0.0
```

```sh
gem 'gemini-ai', '~> 1.0'
gem 'gemini-ai', '~> 2.0'
```

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

gem signin

gem push gemini-ai-1.0.0.gem
gem push gemini-ai-2.0.0.gem
```

### Updating the README
Expand Down
4 changes: 2 additions & 2 deletions static/gem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
module Gemini
GEM = {
name: 'gemini-ai',
version: '1.0.0',
version: '2.0.0',
author: 'gbaptista',
summary: "Interact with Google's Gemini AI.",
description: "A Ruby Gem for interacting with Gemini through Vertex AI, Google's generative AI service.",
description: "A Ruby Gem for interacting with Gemini through Vertex AI or AI Studio, Google's generative AI services.",
github: 'https://github.com/gbaptista/gemini-ai',
gem_server: 'https://rubygems.org',
license: 'MIT',
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', '~> 1.0'
gem 'gemini-ai', '~> 2.0'
```

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

```sh
gem install gemini-ai -v 1.0.0
gem install gemini-ai -v 2.0.0
```

```sh
gem 'gemini-ai', '~> 1.0'
gem 'gemini-ai', '~> 2.0'
```

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

gem signin

gem push gemini-ai-1.0.0.gem
gem push gemini-ai-2.0.0.gem
```

### Updating the README
Expand Down

0 comments on commit 3f1eaef

Please sign in to comment.