copilot3d-model-generator 0.1.1 → 0.1.2
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 +4 -4
- data/README.md +551 -3
- data/backlink-references.json +1584 -0
- data/lib/copilot3d_model_generator.rb +4 -1
- metadata +7 -7
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: copilot3d-model-generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Copilot 3D
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Copilot 3D AI 3D model generator from text and images. Visit https://copilot3d.net/
|
|
14
14
|
for more.
|
|
15
|
-
email:
|
|
15
|
+
email: ''
|
|
16
16
|
executables: []
|
|
17
17
|
extensions: []
|
|
18
18
|
extra_rdoc_files: []
|
|
19
19
|
files:
|
|
20
20
|
- README.md
|
|
21
|
+
- backlink-references.json
|
|
21
22
|
- lib/copilot3d_model_generator.rb
|
|
22
23
|
homepage: https://copilot3d.net/
|
|
23
|
-
licenses:
|
|
24
|
-
- MIT
|
|
24
|
+
licenses: []
|
|
25
25
|
metadata:
|
|
26
26
|
homepage_uri: https://copilot3d.net/
|
|
27
27
|
source_code_uri: https://copilot3d.net/
|
|
@@ -33,7 +33,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
33
33
|
requirements:
|
|
34
34
|
- - ">="
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
|
-
version:
|
|
36
|
+
version: 2.5.0
|
|
37
37
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
38
|
requirements:
|
|
39
39
|
- - ">="
|
|
@@ -43,5 +43,5 @@ requirements: []
|
|
|
43
43
|
rubygems_version: 3.0.3.1
|
|
44
44
|
signing_key:
|
|
45
45
|
specification_version: 4
|
|
46
|
-
summary: Copilot 3D
|
|
46
|
+
summary: Copilot 3D AI 3D model generator from text and images. Visit
|
|
47
47
|
test_files: []
|