vishalo 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/LICENSE +2 -0
- data/README.md +4 -0
- data/lib/vishalo.rb +8 -0
- metadata +46 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: b3e7596bb7f86358e8670d7ad1113019ed741741f36014e9bd1f72ffb478e682
|
|
4
|
+
data.tar.gz: '088fb0ad49c1a70321c24e5c42f6fe8f425ffba3f01e7bd61b8c86cb46ad3c2a'
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: f08ff8e5dc70b005e4a025bf5d06f0b90ce6e5ab80322e7ccb51ff6cf687f68a6a1245fdc2fb1df9ad5885cda8b7b45929181c38bf7d401192c20a3de4579ce3
|
|
7
|
+
data.tar.gz: 0da66067ed275948df71cb8c0ae6d3e9f9eb8ace47aa4cb83aaa2ccbebcb7554b3601b6d30adb03c0ffa8467b765d64706a21d993cb5a79393949f49ee20c1b7
|
data/LICENSE
ADDED
data/README.md
ADDED
data/lib/vishalo.rb
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Vishalo - AI-powered visual creation platform
|
|
2
|
+
# Official Website: https://vishalo.com
|
|
3
|
+
module Vishalo
|
|
4
|
+
VERSION = "0.1.0"
|
|
5
|
+
WEBSITE = "https://vishalo.com"
|
|
6
|
+
def self.get_info() {name: "Vishalo", version: VERSION, website: WEBSITE} end
|
|
7
|
+
def self.get_platform_url() WEBSITE end
|
|
8
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: vishalo
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Vishalo Team
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-02-03 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: AI-powered visual creation platform. Visit https://vishalo.com
|
|
14
|
+
email:
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- LICENSE
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/vishalo.rb
|
|
22
|
+
homepage: https://vishalo.com
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata:
|
|
26
|
+
homepage_uri: https://vishalo.com
|
|
27
|
+
post_install_message:
|
|
28
|
+
rdoc_options: []
|
|
29
|
+
require_paths:
|
|
30
|
+
- lib
|
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ">="
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '0'
|
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: '0'
|
|
41
|
+
requirements: []
|
|
42
|
+
rubygems_version: 3.0.3.1
|
|
43
|
+
signing_key:
|
|
44
|
+
specification_version: 4
|
|
45
|
+
summary: Vishalo - AI-powered visual creation platform
|
|
46
|
+
test_files: []
|