trellis-2-net-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 +9 -0
  3. data/README.md +17 -0
  4. data/lib/trellis_2_ai.rb +17 -0
  5. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d5fa5014fb06eb365741907627feec9e73b9f2f76a124491544f810f1f3d0807
4
+ data.tar.gz: 405ec75fac3cd24af3ca7c51dd42d8d55e6c9f358d6ea0d6a4d60457c8c5d215
5
+ SHA512:
6
+ metadata.gz: aac0bd98ae01aa543a48749b555f7bd7a2ba9fa2fc7f61a4c157395fb8cb557f3462aefc760fc4b691d3ccb6dfc832d728106059a5a300178e3f444f30c667ec
7
+ data.tar.gz: 3899a3e8022ba3ae8d7ba962d2124346dc81c6bd23e1268e999b714c21a5d06128b43c0d46641c0bf5d0a398c1ac01dba4c09afa00d336b30bf408778345a3c3
data/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 DeepSeek Video
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
data/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # trellis-2-ai
2
+
3
+ Trellis 2 AI 3D generator for creators, studios, designers, and product teams.
4
+
5
+ ## Official Website
6
+
7
+ 🌐 Visit: [https://trellis-2.net](https://trellis-2.net)
8
+
9
+ ## Installation
10
+
11
+ ```bash
12
+ gem install trellis-2-net-ai
13
+ ```
14
+
15
+ ## Links
16
+
17
+ - Website: [https://trellis-2.net](https://trellis-2.net)
@@ -0,0 +1,17 @@
1
+ module Trellis2Ai
2
+ VERSION = "0.1.0"
3
+ WEBSITE = "https://trellis-2.net"
4
+
5
+ def self.get_info
6
+ {
7
+ name: "Trellis 2",
8
+ version: VERSION,
9
+ website: WEBSITE,
10
+ description: "Trellis 2 AI 3D generator"
11
+ }
12
+ end
13
+
14
+ def self.get_platform_url
15
+ WEBSITE
16
+ end
17
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: trellis-2-net-ai
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Trellis 2 Team
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-04-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Trellis 2 AI 3D generator for creators, studios, designers, and product
14
+ teams. Visit https://trellis-2.net
15
+ email:
16
+ - support@trellis-2.net
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - LICENSE
22
+ - README.md
23
+ - lib/trellis_2_ai.rb
24
+ homepage: https://trellis-2.net
25
+ licenses:
26
+ - MIT
27
+ metadata: {}
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.0.3.1
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Trellis 2 AI 3D generator
47
+ test_files: []