copilot3d-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.
- checksums.yaml +7 -0
- data/LICENSE +9 -0
- data/README.md +17 -0
- data/lib/copilot3d_ai.rb +17 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 07b68dbde378125185770bf24c8d281f42d3db90b7ed494439e022aa4fc854fa
|
|
4
|
+
data.tar.gz: ac85f3244083a713518b8f0221855d83d6d85cf61dc59ccbd549f19c658813a7
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 1805425398bcd30c7ba41ed547395aa30dfe2c3c96370e108df871916e6653d0199f59fea4a79130c2e6781f4a04ca71781aebc4ee4acee240f3f83354cc77cb
|
|
7
|
+
data.tar.gz: 9269735e319f9bfb9902c7030f70dff683278b88c8ab2934ea7e9cad674463b7d53ead00a08861900e676b59c593f4278150c9a3bd0e61188e8bcbbe760b79cf
|
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
|
+
# copilot3d-ai
|
|
2
|
+
|
|
3
|
+
Copilot 3D platform for AI 3D generation.
|
|
4
|
+
|
|
5
|
+
## Official Website
|
|
6
|
+
|
|
7
|
+
🌐 Visit: [https://copilot3d.net](https://copilot3d.net)
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
gem install copilot3d-ai
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
## Links
|
|
16
|
+
|
|
17
|
+
- Website: [https://copilot3d.net](https://copilot3d.net)
|
data/lib/copilot3d_ai.rb
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
module Copilot3dAi
|
|
2
|
+
VERSION = "0.1.0"
|
|
3
|
+
WEBSITE = "https://copilot3d.net"
|
|
4
|
+
|
|
5
|
+
def self.get_info
|
|
6
|
+
{
|
|
7
|
+
name: "Copilot 3D",
|
|
8
|
+
version: VERSION,
|
|
9
|
+
website: WEBSITE,
|
|
10
|
+
description: "Copilot 3D AI platform for 3D generation"
|
|
11
|
+
}
|
|
12
|
+
end
|
|
13
|
+
|
|
14
|
+
def self.get_platform_url
|
|
15
|
+
WEBSITE
|
|
16
|
+
end
|
|
17
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: copilot3d-ai
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Copilot3D Team
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2026-03-01 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Copilot 3D platform for AI 3D model generation. Visit https://copilot3d.net
|
|
14
|
+
email:
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- LICENSE
|
|
20
|
+
- README.md
|
|
21
|
+
- lib/copilot3d_ai.rb
|
|
22
|
+
homepage: https://copilot3d.net
|
|
23
|
+
licenses:
|
|
24
|
+
- MIT
|
|
25
|
+
metadata: {}
|
|
26
|
+
post_install_message:
|
|
27
|
+
rdoc_options: []
|
|
28
|
+
require_paths:
|
|
29
|
+
- lib
|
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
31
|
+
requirements:
|
|
32
|
+
- - ">="
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
34
|
+
version: '0'
|
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
requirements: []
|
|
41
|
+
rubygems_version: 3.0.3.1
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: Copilot 3D platform for AI 3D generation
|
|
45
|
+
test_files: []
|