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