gemini-ai 3.2.0 → 4.1.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: c726dcc65ecf4cfca2819e6f18da5fd1a3eb96e45888971881c7255631a2f074
4
- data.tar.gz: 2d1617c38f987a40386b48b8465871e44f60bc2bd00dc4883704f91aa12aaab9
3
+ metadata.gz: eda19196e43e0d519127fd3e91c477835d03035115d837849ac398788901d50a
4
+ data.tar.gz: dad8ccd200487954be14b3cd2e459848e5e557bb10961bcbfdedc70733191742
5
5
  SHA512:
6
- metadata.gz: c3356afb013f69f51c1dfd6f379da7ae615dbbc4750dff25b977bc70a4ccda428a4466cbf4ea60dd7341bbc634882b56d1d76a24c3993a449c97ae566c44daf1
7
- data.tar.gz: 9412ff5d682105db69caf9cc98688d499f794f76231e741450ee6eebd2c0f49efaeca6376f3b45a424e070e717e702a347ce5cf5cf0eb27229dc8e10727cdb32
6
+ metadata.gz: ee6e3a097d57d1a4f81d74bcec541a03aa23e1829d36b0296817345da6503fc1a198baad7e333e68996654f586ddc822704572159c297afe05e41ba687e2bba3
7
+ data.tar.gz: 55eae644861d7c4a45ab2551357e17c44b4490f0d73b706adeb26b12a1931f65db77a5ca64b589b2447367404fea7951cc15710ba12ce2b4561a7b12f84fc05e
data/.gitignore CHANGED
@@ -1,3 +1,7 @@
1
1
  *.gem
2
2
  .devcontainer
3
3
  .env
4
+ *.tmp
5
+ *.temp
6
+ temp.rb
7
+ tmp.rb
data/.rspec ADDED
@@ -0,0 +1 @@
1
+ --require spec_helper
data/.rubocop.yml CHANGED
@@ -4,3 +4,6 @@ AllCops:
4
4
 
5
5
  Style/Documentation:
6
6
  Enabled: false
7
+
8
+ require:
9
+ - rubocop-rspec
data/Gemfile CHANGED
@@ -5,7 +5,9 @@ source 'https://rubygems.org'
5
5
  gemspec
6
6
 
7
7
  group :test, :development do
8
- gem 'dotenv', '~> 2.8', '>= 2.8.1'
8
+ gem 'dotenv', '~> 3.1', '>= 3.1.2'
9
9
  gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
10
- gem 'rubocop', '~> 1.60', '>= 1.60.1'
10
+ gem 'rspec', '~> 3.13'
11
+ gem 'rubocop', '~> 1.64', '>= 1.64.1'
12
+ gem 'rubocop-rspec', '~> 3.0', '>= 3.0.1'
11
13
  end
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gemini-ai (3.2.0)
4
+ gemini-ai (4.1.0)
5
5
  event_stream_parser (~> 1.0)
6
- faraday (~> 2.9)
6
+ faraday (~> 2.9, >= 2.9.2)
7
7
  faraday-typhoeus (~> 1.1)
8
8
  googleauth (~> 1.8)
9
9
  typhoeus (~> 1.4, >= 1.4.1)
@@ -11,42 +11,45 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- addressable (2.8.6)
15
- public_suffix (>= 2.0.2, < 6.0)
14
+ addressable (2.8.7)
15
+ public_suffix (>= 2.0.2, < 7.0)
16
16
  ast (2.4.2)
17
+ base64 (0.2.0)
17
18
  byebug (11.1.3)
18
19
  coderay (1.1.3)
19
- dotenv (2.8.1)
20
+ diff-lcs (1.5.1)
21
+ dotenv (3.1.2)
20
22
  ethon (0.16.0)
21
23
  ffi (>= 1.15.0)
22
24
  event_stream_parser (1.0.0)
23
- faraday (2.9.0)
25
+ faraday (2.9.2)
24
26
  faraday-net_http (>= 2.0, < 3.2)
25
27
  faraday-net_http (3.1.0)
26
28
  net-http
27
29
  faraday-typhoeus (1.1.0)
28
30
  faraday (~> 2.0)
29
31
  typhoeus (~> 1.4)
30
- ffi (1.16.3)
31
- google-cloud-env (2.1.0)
32
+ ffi (1.17.0)
33
+ google-cloud-env (2.1.1)
32
34
  faraday (>= 1.0, < 3.a)
33
- googleauth (1.9.1)
35
+ googleauth (1.11.0)
34
36
  faraday (>= 1.0, < 3.a)
35
37
  google-cloud-env (~> 2.1)
36
38
  jwt (>= 1.4, < 3.0)
37
39
  multi_json (~> 1.11)
38
40
  os (>= 0.9, < 2.0)
39
41
  signet (>= 0.16, < 2.a)
40
- json (2.7.1)
41
- jwt (2.7.1)
42
+ json (2.7.2)
43
+ jwt (2.8.2)
44
+ base64
42
45
  language_server-protocol (3.17.0.3)
43
- method_source (1.0.0)
46
+ method_source (1.1.0)
44
47
  multi_json (1.15.0)
45
48
  net-http (0.4.1)
46
49
  uri
47
50
  os (1.1.4)
48
- parallel (1.24.0)
49
- parser (3.3.0.5)
51
+ parallel (1.25.1)
52
+ parser (3.3.3.0)
50
53
  ast (~> 2.4.1)
51
54
  racc
52
55
  pry (0.14.2)
@@ -55,12 +58,26 @@ GEM
55
58
  pry-byebug (3.10.1)
56
59
  byebug (~> 11.0)
57
60
  pry (>= 0.13, < 0.15)
58
- public_suffix (5.0.4)
59
- racc (1.7.3)
61
+ public_suffix (6.0.0)
62
+ racc (1.8.0)
60
63
  rainbow (3.1.1)
61
- regexp_parser (2.9.0)
62
- rexml (3.2.6)
63
- rubocop (1.60.1)
64
+ regexp_parser (2.9.2)
65
+ rexml (3.3.0)
66
+ strscan
67
+ rspec (3.13.0)
68
+ rspec-core (~> 3.13.0)
69
+ rspec-expectations (~> 3.13.0)
70
+ rspec-mocks (~> 3.13.0)
71
+ rspec-core (3.13.0)
72
+ rspec-support (~> 3.13.0)
73
+ rspec-expectations (3.13.1)
74
+ diff-lcs (>= 1.2.0, < 2.0)
75
+ rspec-support (~> 3.13.0)
76
+ rspec-mocks (3.13.1)
77
+ diff-lcs (>= 1.2.0, < 2.0)
78
+ rspec-support (~> 3.13.0)
79
+ rspec-support (3.13.1)
80
+ rubocop (1.64.1)
64
81
  json (~> 2.3)
65
82
  language_server-protocol (>= 3.17.0)
66
83
  parallel (~> 1.10)
@@ -68,17 +85,20 @@ GEM
68
85
  rainbow (>= 2.2.2, < 4.0)
69
86
  regexp_parser (>= 1.8, < 3.0)
70
87
  rexml (>= 3.2.5, < 4.0)
71
- rubocop-ast (>= 1.30.0, < 2.0)
88
+ rubocop-ast (>= 1.31.1, < 2.0)
72
89
  ruby-progressbar (~> 1.7)
73
90
  unicode-display_width (>= 2.4.0, < 3.0)
74
- rubocop-ast (1.30.0)
75
- parser (>= 3.2.1.0)
91
+ rubocop-ast (1.31.3)
92
+ parser (>= 3.3.1.0)
93
+ rubocop-rspec (3.0.1)
94
+ rubocop (~> 1.61)
76
95
  ruby-progressbar (1.13.0)
77
- signet (0.18.0)
96
+ signet (0.19.0)
78
97
  addressable (~> 2.8)
79
98
  faraday (>= 0.17.5, < 3.a)
80
99
  jwt (>= 1.5, < 3.0)
81
100
  multi_json (~> 1.10)
101
+ strscan (3.1.0)
82
102
  typhoeus (1.4.1)
83
103
  ethon (>= 0.9.0)
84
104
  unicode-display_width (2.5.0)
@@ -88,10 +108,12 @@ PLATFORMS
88
108
  x86_64-linux
89
109
 
90
110
  DEPENDENCIES
91
- dotenv (~> 2.8, >= 2.8.1)
111
+ dotenv (~> 3.1, >= 3.1.2)
92
112
  gemini-ai!
93
113
  pry-byebug (~> 3.10, >= 3.10.1)
94
- rubocop (~> 1.60, >= 1.60.1)
114
+ rspec (~> 3.13)
115
+ rubocop (~> 1.64, >= 1.64.1)
116
+ rubocop-rspec (~> 3.0, >= 3.0.1)
95
117
 
96
118
  BUNDLED WITH
97
119
  2.4.22