Skip to content

Commit 28aa196

Browse files
committed
bump to 1.0.1
1 parent 609be45 commit 28aa196

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ollama-ai (1.0.0)
4+
ollama-ai (1.0.1)
55
faraday (~> 2.9)
66

77
GEM

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Ruby gem for interacting with [Ollama](https://ollama.ai)'s API that allows yo
99
## TL;DR and Quick Start
1010

1111
```ruby
12-
gem 'ollama-ai', '~> 1.0.0'
12+
gem 'ollama-ai', '~> 1.0.1'
1313
```
1414

1515
```ruby
@@ -104,11 +104,11 @@ Result:
104104
### Installing
105105

106106
```sh
107-
gem install ollama-ai -v 1.0.0
107+
gem install ollama-ai -v 1.0.1
108108
```
109109

110110
```sh
111-
gem 'ollama-ai', '~> 1.0.0'
111+
gem 'ollama-ai', '~> 1.0.1'
112112
```
113113

114114
## Usage
@@ -868,7 +868,7 @@ gem build ollama-ai.gemspec
868868

869869
gem signin
870870

871-
gem push ollama-ai-1.0.0.gem
871+
gem push ollama-ai-1.0.1.gem
872872
```
873873

874874
### Updating the README

static/gem.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Ollama
44
GEM = {
55
name: 'ollama-ai',
6-
version: '1.0.0',
6+
version: '1.0.1',
77
author: 'gbaptista',
88
summary: 'Interact with Ollama API to run open source AI models locally.',
99
description: "A Ruby gem for interacting with Ollama's API that allows you to run open source AI LLMs (Large Language Models) locally.",

template.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Ruby gem for interacting with [Ollama](https://ollama.ai)'s API that allows yo
99
## TL;DR and Quick Start
1010

1111
```ruby
12-
gem 'ollama-ai', '~> 1.0.0'
12+
gem 'ollama-ai', '~> 1.0.1'
1313
```
1414

1515
```ruby
@@ -66,11 +66,11 @@ Result:
6666
### Installing
6767

6868
```sh
69-
gem install ollama-ai -v 1.0.0
69+
gem install ollama-ai -v 1.0.1
7070
```
7171

7272
```sh
73-
gem 'ollama-ai', '~> 1.0.0'
73+
gem 'ollama-ai', '~> 1.0.1'
7474
```
7575

7676
## Usage
@@ -830,7 +830,7 @@ gem build ollama-ai.gemspec
830830

831831
gem signin
832832

833-
gem push ollama-ai-1.0.0.gem
833+
gem push ollama-ai-1.0.1.gem
834834
```
835835

836836
### Updating the README

0 commit comments

Comments
 (0)