friday_gemini_ai 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/gemini_ai.gemspec +5 -5
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 52341ffcd17c5b6273266d99825214442f6d59eb497a7eb3a47999d18a18e89f
|
|
4
|
+
data.tar.gz: 79731db3a54d4840d0222fa6dada373ef9e7da855a28fb8dbe8338f009567b41
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd1316c73e47d2bf52ba576faf3802d2f836b0d8c0d3c09a75f1f01122349afeb396aeca23703fa75718051a69fe6ef6fc539f9fbe42e43e6ffbad8ee28cdf58
|
|
7
|
+
data.tar.gz: f1f921e622d15a751f9af0d1dbfe5d657af88eb9e8e7986527995b43866b3b2e5f31e846c62589858b183c9c07d50e159ebc2aac7dc6013ce82ddad92b47e5d0
|
data/README.md
CHANGED
data/gemini_ai.gemspec
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Gem::Specification.new do |spec|
|
|
2
2
|
spec.name = 'friday_gemini_ai'
|
|
3
|
-
spec.version = '0.1.
|
|
3
|
+
spec.version = '0.1.1'
|
|
4
4
|
spec.date = '2025-03-01'
|
|
5
5
|
spec.summary = 'Ruby interface for Google Gemini AI models'
|
|
6
6
|
spec.description = 'A flexible Ruby gem for generating text using Google Gemini AI models with comprehensive error handling and multiple model support.'
|
|
7
7
|
spec.authors = ['bniladridas']
|
|
8
8
|
spec.email = ['bniladridas@gmail.com']
|
|
9
|
-
spec.homepage = 'https://github.com/bniladridas/
|
|
9
|
+
spec.homepage = 'https://github.com/bniladridas/friday_gemini_ai'
|
|
10
10
|
spec.license = 'MIT'
|
|
11
11
|
|
|
12
12
|
spec.files = [
|
|
@@ -30,8 +30,8 @@ Gem::Specification.new do |spec|
|
|
|
30
30
|
spec.add_development_dependency 'rake', '~> 13.0'
|
|
31
31
|
|
|
32
32
|
spec.metadata = {
|
|
33
|
-
'source_code_uri' => 'https://github.com/bniladridas/
|
|
34
|
-
'documentation_uri' => 'https://github.com/bniladridas/
|
|
35
|
-
'bug_tracker_uri' => 'https://github.com/bniladridas/
|
|
33
|
+
'source_code_uri' => 'https://github.com/bniladridas/friday_gemini_ai',
|
|
34
|
+
'documentation_uri' => 'https://github.com/bniladridas/friday_gemini_ai/blob/main/README.md',
|
|
35
|
+
'bug_tracker_uri' => 'https://github.com/bniladridas/friday_gemini_ai/issues'
|
|
36
36
|
}
|
|
37
37
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: friday_gemini_ai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- bniladridas
|
|
@@ -92,13 +92,13 @@ files:
|
|
|
92
92
|
- README.md
|
|
93
93
|
- gemini_ai.gemspec
|
|
94
94
|
- lib/gemini_ai.rb
|
|
95
|
-
homepage: https://github.com/bniladridas/
|
|
95
|
+
homepage: https://github.com/bniladridas/friday_gemini_ai
|
|
96
96
|
licenses:
|
|
97
97
|
- MIT
|
|
98
98
|
metadata:
|
|
99
|
-
source_code_uri: https://github.com/bniladridas/
|
|
100
|
-
documentation_uri: https://github.com/bniladridas/
|
|
101
|
-
bug_tracker_uri: https://github.com/bniladridas/
|
|
99
|
+
source_code_uri: https://github.com/bniladridas/friday_gemini_ai
|
|
100
|
+
documentation_uri: https://github.com/bniladridas/friday_gemini_ai/blob/main/README.md
|
|
101
|
+
bug_tracker_uri: https://github.com/bniladridas/friday_gemini_ai/issues
|
|
102
102
|
post_install_message:
|
|
103
103
|
rdoc_options: []
|
|
104
104
|
require_paths:
|