ray3_ai_app 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 +7 -0
- data/README.md +7 -0
- data/lib/ray3_ai_app/version.rb +3 -0
- data/lib/ray3_ai_app.rb +14 -0
- metadata +50 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 1c178cbd4af3fefab37350200dec48a1184f0e392be184d6388c65c8e1160f6d
|
|
4
|
+
data.tar.gz: add22c2ecd1e378d2f16533b9e61beb8fe77da1849c1e82593d083b531d2de96
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: a13697ce98266904efce7f087348432e9d71cb16ad211b2eeb6b86cb53032666dda97c8ee1b207f99da4ac3ec7d03c3cadad4827b1cebcd198eb571b5c045c36
|
|
7
|
+
data.tar.gz: 6f53b419e5478247d736c58843b659044ac6a82315c75f401de48f766eaddcb25f5e9c46b64489a71d8ec28de8dcfab050af0413e59d1d68eda71dc93d8313be
|
data/README.md
ADDED
data/lib/ray3_ai_app.rb
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
require_relative "ray3_ai_app/version"
|
|
2
|
+
|
|
3
|
+
module Ray3AiApp
|
|
4
|
+
HOMEPAGE = "https://www.ray3-ai.app".freeze
|
|
5
|
+
SUMMARY = "Ray3 AI is an AI video generator for text-to-video and image-to-video workflows.".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: ray3_ai_app
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Ray3 AI
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-04-13 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: A minimal Ruby gem that points to the Ray3 AI platform website and supports
|
|
14
|
+
RubyGems and RubyDoc indexing.
|
|
15
|
+
email:
|
|
16
|
+
- support@ray3-ai.app
|
|
17
|
+
executables: []
|
|
18
|
+
extensions: []
|
|
19
|
+
extra_rdoc_files: []
|
|
20
|
+
files:
|
|
21
|
+
- README.md
|
|
22
|
+
- lib/ray3_ai_app.rb
|
|
23
|
+
- lib/ray3_ai_app/version.rb
|
|
24
|
+
homepage: https://www.ray3-ai.app
|
|
25
|
+
licenses:
|
|
26
|
+
- MIT
|
|
27
|
+
metadata:
|
|
28
|
+
homepage_uri: https://www.ray3-ai.app
|
|
29
|
+
source_code_uri: https://www.ray3-ai.app
|
|
30
|
+
documentation_uri: https://www.rubydoc.info/gems/ray3_ai_app
|
|
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 Ray3 AI platform site metadata.
|
|
50
|
+
test_files: []
|