omni_video_rubygem 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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7cae9ed71948b232ed2cc31634ab0bd650ebafdaceda9e335dfacb700828fe57
4
+ data.tar.gz: 7981615f1d5afe91c1ed451b0cb72367eaadf5faa92c81b3bad2e05be8bb4d25
5
+ SHA512:
6
+ metadata.gz: 979e3aa9f842c0107f0dec05d8558a993fa8676227443b2d023ed09e27ada4df53ca650f39cb8c9f3da06bc104904d4005d949ac4ce43a86459952e7d27fd06e
7
+ data.tar.gz: d34d86db3ae40bd308bc1a7e1494b3cd9e3f13adcde986cfbceedf8a09568d5a0440f2c72dd3f422026ff9228ff43c7ef533e3cfc350367936a546e984199fdb
data/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # omni_video_rubygem
2
+
3
+ Minimal Ruby gem for Gemini Omni Video AI video generator site metadata.
4
+
5
+ - Homepage: https://www.omni-video.app
@@ -0,0 +1,3 @@
1
+ module OmniVideoRubygem
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,14 @@
1
+ require_relative "omni_video_rubygem/version"
2
+
3
+ module OmniVideoRubygem
4
+ HOMEPAGE = "https://www.omni-video.app".freeze
5
+ SUMMARY = "Gemini Omni Video is an AI video generator for text-to-video and image-to-video creation.".freeze
6
+
7
+ def self.homepage
8
+ HOMEPAGE
9
+ end
10
+
11
+ def self.summary
12
+ SUMMARY
13
+ end
14
+ end
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: omni_video_rubygem
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Gemini Omni Video
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-05-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A minimal Ruby gem that points to the Gemini Omni Video AI video generator
14
+ website and supports RubyGems and RubyDoc indexing.
15
+ email:
16
+ - support@omni-video.app
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - README.md
22
+ - lib/omni_video_rubygem.rb
23
+ - lib/omni_video_rubygem/version.rb
24
+ homepage: https://www.omni-video.app
25
+ licenses:
26
+ - MIT
27
+ metadata:
28
+ homepage_uri: https://www.omni-video.app
29
+ source_code_uri: https://www.omni-video.app
30
+ documentation_uri: https://www.rubydoc.info/gems/omni_video_rubygem
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.6.0
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: Minimal Ruby gem for Gemini Omni Video AI video generator site metadata.
50
+ test_files: []