gemini-omni-ai 0.1.0

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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +16 -0
  4. data/lib/gemini_omni_ai.rb +15 -0
  5. metadata +51 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 746a49fae7306d253b9c47f7b3e628ab76e79e49f7cb5a26e164e36e7784aa33
4
+ data.tar.gz: 276b7d866a0176fde25082765dee60397ec4858562f9fd5104e7993ae05dfc07
5
+ SHA512:
6
+ metadata.gz: 123f8c0d5b6b1d81f98db67428c7fb8e9f5c4281525e7f785c40fde973baee3436819196f185850dbec47525db2bd317b8e2e976d58a128a139dd9758013b0d4
7
+ data.tar.gz: c92b38dc0873c9582c480c6889edb0a7f042479d4755d794ddd9c824454750d4d2d6240171f7207c73c4282dbb3d9cb36b4f4389e13b1f0b516f5618b49a4520
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Gemini Omni
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # gemini-omni-ai
2
+
3
+ Gemini Omni turns text prompts and images into polished omni video clips. Generate ads, social reels, and launch content with Gemini Omni AI.
4
+
5
+ Visit: [https://gemini-omni.online](https://gemini-omni.online)
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ gem install gemini-omni-ai
11
+ ```
12
+
13
+ ## Links
14
+
15
+ - Website: [https://gemini-omni.online](https://gemini-omni.online)
16
+ - Support: [support@gemini-omni.online](mailto:support@gemini-omni.online)
@@ -0,0 +1,15 @@
1
+ module GeminiOmniAi
2
+ VERSION = "0.1.0"
3
+ WEBSITE = "https://gemini-omni.online"
4
+ SUPPORT = "support@gemini-omni.online"
5
+
6
+ def self.info
7
+ {
8
+ name: "Gemini Omni",
9
+ title: "Gemini Omni AI Video Generator | Omni Video Online",
10
+ website: WEBSITE,
11
+ support: SUPPORT,
12
+ description: "Gemini Omni turns text prompts and images into polished omni video clips. Generate ads, social reels, and launch content with Gemini Omni AI."
13
+ }
14
+ end
15
+ end
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gemini-omni-ai
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Gemini Omni Team
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-05-14 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Gemini Omni turns text prompts and images into polished omni video clips.
14
+ Generate ads, social reels, and launch content with Gemini Omni AI. Visit https://gemini-omni.online
15
+ email:
16
+ - support@gemini-omni.online
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - LICENSE
22
+ - README.md
23
+ - lib/gemini_omni_ai.rb
24
+ homepage: https://gemini-omni.online
25
+ licenses:
26
+ - MIT
27
+ metadata:
28
+ homepage_uri: https://gemini-omni.online
29
+ source_code_uri: https://gemini-omni.online
30
+ documentation_uri: https://gemini-omni.online
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '2.7'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubygems_version: 3.0.3.1
47
+ signing_key:
48
+ specification_version: 4
49
+ summary: Gemini Omni turns text prompts and images into polished omni video clips.
50
+ Generate ads, social reels, and launch content with Gemini Omni AI.
51
+ test_files: []