ollama-ai 1.0.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9aa019e0e1bf5cfe33ab505f32a1d487300e7473af437c18bfab72668be641c8
4
- data.tar.gz: 87ba909949f096e0be2083e3db5b7e630cf6d517b25b844833d186dc25dc8ad9
3
+ metadata.gz: b2fd0eb2c7a52658cbbbd9e96790db7756f46b9ba74dab3a8fd825c55ad6f1b6
4
+ data.tar.gz: 9b8fed3ca8b0fea528284d63257995d8893efa148923475e0b6eeecd7cc23128
5
5
  SHA512:
6
- metadata.gz: 6f32cdbab8c0228bedd0fe75a47800757c40b7ca4ea8d535c50db0effa2d4212a95de0274c9c6aa02767b9e7464239a7b5eb5336af8763cf4f86ae3ce379112d
7
- data.tar.gz: c9b7db88b10a593ff38d401d25c58674a1ddeb2ef69a7feef853c0f835e92c553051c4d6e4badf43dd16395d19ad276068426370c71ac726b2c37cecb35ab046
6
+ metadata.gz: a57063b64634e2312afc789e1cd8b5d4b32f55b82da6ff698b55207cf5514b44e667ee47de0c361903ac66202f7a55bac02b3888039a5b6bd911589ca29b37e0
7
+ data.tar.gz: d87bddf69072a65a7661bae253524c624b993c2f8c995f68657382b033054ee3a4620312004074d1aff13c167556607ca9a8354f2939f081f7e4cd3f97378d2f
data/Gemfile CHANGED
@@ -6,5 +6,5 @@ gemspec
6
6
 
7
7
  group :test, :development do
8
8
  gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
9
- gem 'rubocop', '~> 1.58'
9
+ gem 'rubocop', '~> 1.60', '>= 1.60.2'
10
10
  end
data/Gemfile.lock CHANGED
@@ -1,26 +1,33 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ollama-ai (1.0.0)
5
- faraday (~> 2.8)
4
+ ollama-ai (1.2.0)
5
+ faraday (~> 2.9)
6
+ faraday-typhoeus (~> 1.1)
6
7
 
7
8
  GEM
8
9
  remote: https://rubygems.org/
9
10
  specs:
10
11
  ast (2.4.2)
11
- base64 (0.2.0)
12
12
  byebug (11.1.3)
13
13
  coderay (1.1.3)
14
- faraday (2.8.1)
15
- base64
16
- faraday-net_http (>= 2.0, < 3.1)
17
- ruby2_keywords (>= 0.0.4)
18
- faraday-net_http (3.0.2)
14
+ ethon (0.16.0)
15
+ ffi (>= 1.15.0)
16
+ faraday (2.9.0)
17
+ faraday-net_http (>= 2.0, < 3.2)
18
+ faraday-net_http (3.1.0)
19
+ net-http
20
+ faraday-typhoeus (1.1.0)
21
+ faraday (~> 2.0)
22
+ typhoeus (~> 1.4)
23
+ ffi (1.16.3)
19
24
  json (2.7.1)
20
25
  language_server-protocol (3.17.0.3)
21
26
  method_source (1.0.0)
27
+ net-http (0.4.1)
28
+ uri
22
29
  parallel (1.24.0)
23
- parser (3.3.0.0)
30
+ parser (3.3.0.5)
24
31
  ast (~> 2.4.1)
25
32
  racc
26
33
  pry (0.14.2)
@@ -31,13 +38,13 @@ GEM
31
38
  pry (>= 0.13, < 0.15)
32
39
  racc (1.7.3)
33
40
  rainbow (3.1.1)
34
- regexp_parser (2.8.3)
41
+ regexp_parser (2.9.0)
35
42
  rexml (3.2.6)
36
- rubocop (1.59.0)
43
+ rubocop (1.60.2)
37
44
  json (~> 2.3)
38
45
  language_server-protocol (>= 3.17.0)
39
46
  parallel (~> 1.10)
40
- parser (>= 3.2.2.4)
47
+ parser (>= 3.3.0.2)
41
48
  rainbow (>= 2.2.2, < 4.0)
42
49
  regexp_parser (>= 1.8, < 3.0)
43
50
  rexml (>= 3.2.5, < 4.0)
@@ -47,8 +54,10 @@ GEM
47
54
  rubocop-ast (1.30.0)
48
55
  parser (>= 3.2.1.0)
49
56
  ruby-progressbar (1.13.0)
50
- ruby2_keywords (0.0.5)
57
+ typhoeus (1.4.1)
58
+ ethon (>= 0.9.0)
51
59
  unicode-display_width (2.5.0)
60
+ uri (0.13.0)
52
61
 
53
62
  PLATFORMS
54
63
  x86_64-linux
@@ -56,7 +65,7 @@ PLATFORMS
56
65
  DEPENDENCIES
57
66
  ollama-ai!
58
67
  pry-byebug (~> 3.10, >= 3.10.1)
59
- rubocop (~> 1.58)
68
+ rubocop (~> 1.60, >= 1.60.2)
60
69
 
61
70
  BUNDLED WITH
62
71
  2.4.22