omnivideo-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/omnivideo_ai.rb +15 -0
  5. metadata +51 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d70d02d261b7917c25481815dc23a1b632751276cb372cbcd5ff61f5b4e39323
4
+ data.tar.gz: 66bb3937132cf6f759e899e96f5b9f141b6b6f9ef8aa8c0db6f76425fadf2281
5
+ SHA512:
6
+ metadata.gz: 4aa7da0bd87d07bd33af51660feb0239b92117b895bcb14d5150bd8c4220d543f864d90bf6da6ac37e21f14f8905d4246d35045bc70fbe66f2d39956cd30dc23
7
+ data.tar.gz: aec882d72705ebb6225f624ace461a97c82f77eb665e3c6c671262273883704360864d33fd5fda7f461e7aeccf564aa0baf4ff0a4a0115524c38f6af58f1e52c
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Omni Video
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
+ # omnivideo-ai
2
+
3
+ Create polished AI videos from prompts, images, and references with Omni Video for ads, social posts, product demos, and launch stories.
4
+
5
+ 🌐 Visit: [https://omnivideo.video](https://omnivideo.video)
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ gem install omnivideo-ai
11
+ ```
12
+
13
+ ## Links
14
+
15
+ - Website: [https://omnivideo.video](https://omnivideo.video)
16
+ - Support: [support@omnivideo.video](mailto:support@omnivideo.video)
@@ -0,0 +1,15 @@
1
+ module OmnivideoAi
2
+ VERSION = "0.1.0"
3
+ WEBSITE = "https://omnivideo.video"
4
+ SUPPORT = "support@omnivideo.video"
5
+
6
+ def self.info
7
+ {
8
+ name: "Omni Video",
9
+ title: "Omni Video AI Generator for Text and Image to Video",
10
+ website: WEBSITE,
11
+ support: SUPPORT,
12
+ description: "Create polished AI videos from prompts, images, and references with Omni Video for ads, social posts, product demos, and launch stories."
13
+ }
14
+ end
15
+ end
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: omnivideo-ai
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Omni Video Team
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-05-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Create polished AI videos from prompts, images, and references with Omni
14
+ Video for ads, social posts, product demos, and launch stories. Visit https://omnivideo.video
15
+ email:
16
+ - support@omnivideo.video
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - LICENSE
22
+ - README.md
23
+ - lib/omnivideo_ai.rb
24
+ homepage: https://omnivideo.video
25
+ licenses:
26
+ - MIT
27
+ metadata:
28
+ homepage_uri: https://omnivideo.video
29
+ source_code_uri: https://omnivideo.video
30
+ documentation_uri: https://omnivideo.video
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: Create polished AI videos from prompts, images, and references with Omni
50
+ Video for ads, social posts, product demos, and launch stories.
51
+ test_files: []