Skip to content

Commit

Permalink
bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaptista committed Jan 13, 2024
1 parent 609be45 commit 28aa196
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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:
ollama-ai (1.0.0)
ollama-ai (1.0.1)
faraday (~> 2.9)

GEM
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 [Ollama](https://ollama.ai)'s API that allows yo
## TL;DR and Quick Start

```ruby
gem 'ollama-ai', '~> 1.0.0'
gem 'ollama-ai', '~> 1.0.1'
```

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

```sh
gem install ollama-ai -v 1.0.0
gem install ollama-ai -v 1.0.1
```

```sh
gem 'ollama-ai', '~> 1.0.0'
gem 'ollama-ai', '~> 1.0.1'
```

## Usage
Expand Down Expand Up @@ -868,7 +868,7 @@ gem build ollama-ai.gemspec

gem signin

gem push ollama-ai-1.0.0.gem
gem push ollama-ai-1.0.1.gem
```

### Updating the README
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 Ollama
GEM = {
name: 'ollama-ai',
version: '1.0.0',
version: '1.0.1',
author: 'gbaptista',
summary: 'Interact with Ollama API to run open source AI models locally.',
description: "A Ruby gem for interacting with Ollama's API that allows you to run open source AI LLMs (Large Language Models) locally.",
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 [Ollama](https://ollama.ai)'s API that allows yo
## TL;DR and Quick Start

```ruby
gem 'ollama-ai', '~> 1.0.0'
gem 'ollama-ai', '~> 1.0.1'
```

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

```sh
gem install ollama-ai -v 1.0.0
gem install ollama-ai -v 1.0.1
```

```sh
gem 'ollama-ai', '~> 1.0.0'
gem 'ollama-ai', '~> 1.0.1'
```

## Usage
Expand Down Expand Up @@ -830,7 +830,7 @@ gem build ollama-ai.gemspec

gem signin

gem push ollama-ai-1.0.0.gem
gem push ollama-ai-1.0.1.gem
```

### Updating the README
Expand Down

0 comments on commit 28aa196

Please sign in to comment.