copilot3d-model-generator 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 +5 -0
- data/lib/copilot3d_model_generator.rb +1 -0
- metadata +47 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 3ec81e05cce7aec5731e259b3401144ee6891f9f3bc54d85e6527365d9f8b8c0
|
|
4
|
+
data.tar.gz: 5a76c4b427eea4c28152875bec792858e04c2b5ba817ee857c13fa132d1d016a
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 5f8486eb1ff572bcfb1759358736e5087ab4e628f36e260055a720851f94f010352aae71e74bc30c2ce726790304aa0602b773c4a0788ee40fd4798751453aaa
|
|
7
|
+
data.tar.gz: 8a9fa16af102fcf86900ebe60dee83a96fdb792b55fa27b245a6ae306e6f89eb6f67ed2aba666f670b099315be36cd83bed90bddbf6820932abdd75be8c32c49
|
data/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module Ucopilot3dUmodelUgenerator; VERSION='0.1.0'; WEBSITE='https://copilot3d.net/'; end
|
metadata
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: copilot3d-model-generator
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Copilot 3D
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-05-25 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Copilot 3D AI 3D model generator from text and images. Visit https://copilot3d.net/
|
|
14
|
+
for more.
|
|
15
|
+
email:
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/copilot3d_model_generator.rb
|
|
22
|
+
homepage: https://copilot3d.net/
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata:
|
|
26
|
+
homepage_uri: https://copilot3d.net/
|
|
27
|
+
source_code_uri: https://copilot3d.net/
|
|
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: 2.5.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: Copilot 3D
|
|
47
|
+
test_files: []
|