zimage2 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 +22 -0
  3. data/README.md +18 -0
  4. data/lib/zimage2.rb +18 -0
  5. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: ff0f3cf768c3b0790dd2435ca4509de713ec7d1e6968a34309d1a24528486c52
4
+ data.tar.gz: 61296ffdb9caf0d3c047d3228d770765893ecd861461ee7e7e4f6c6620c1942d
5
+ SHA512:
6
+ metadata.gz: 5b3c86be8dac9caab51d7b9b08c84ce846c254be51bb028fbba6aa6fb94ee949f4b1e3d1f868bebf06e564f73f85d77642c8c6977c910075068bcd657b565932
7
+ data.tar.gz: 86ae574259f186e8b8372fc14dffbc0ee2ab4f0688ba8999814a79c36b7cae977a8e61199aad03756ce93213471f13823ba01ce1673edb5671ce3cd280adff94
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026
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.
22
+
data/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # zimage2
2
+
3
+ Z Image 2 - AI Image Generator & Editor. Official website backlink gem.
4
+
5
+ ## Official Website
6
+
7
+ 🌐 Visit: <https://www.zimage2.org>
8
+
9
+ ## Installation
10
+
11
+ ```bash
12
+ gem install zimage2
13
+ ```
14
+
15
+ ## Links
16
+
17
+ - Website: <https://www.zimage2.org>
18
+
data/lib/zimage2.rb ADDED
@@ -0,0 +1,18 @@
1
+ module Zimage2
2
+ VERSION = "0.1.0"
3
+ WEBSITE = "https://www.zimage2.org"
4
+
5
+ def self.get_info
6
+ {
7
+ name: "Z Image 2",
8
+ version: VERSION,
9
+ website: WEBSITE,
10
+ description: "Z Image 2 - AI Image Generator & Editor. Official website backlink gem."
11
+ }
12
+ end
13
+
14
+ def self.get_platform_url
15
+ WEBSITE
16
+ end
17
+ end
18
+
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: zimage2
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - ai studio
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-03-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: https://www.zimage2.org - Z Image 2.0 AI Image Generator & Editor. Official
14
+ website backlink gem.
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - README.md
22
+ - lib/zimage2.rb
23
+ homepage: https://www.zimage2.org
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
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: Z Image 2 - AI Image Generator & Editor. Official website backlink gem.
46
+ test_files: []