wan_3_co 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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +3 -0
  3. data/lib/wan_3_co/version.rb +3 -0
  4. metadata +49 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a0ca23b67a178063b4e30386bc85496a38c07d0dc5baf49a5b32cb5cbd586050
4
+ data.tar.gz: a981e35119851011578824a4d34b5f132fccb86ef75a1d020ba55936fff64d8d
5
+ SHA512:
6
+ metadata.gz: a646aec3e1e6211597acedf1dad4219bcbe736dbc7184d44692ef92ce3a08776d3602a3470a4eedd8df72c7fda907454ddbc07c172c9966613c0c84b02476759
7
+ data.tar.gz: c2f99385177a4c974f3336a3978046cfaffc07116422dfde25dd6b5f800c5decffc3839e00f59fd9d9315b0e9eb5730055887188230779194a4d34e90d140b5e
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Wan 3
2
+
3
+ AI video generator. https://www.wan-3.co/
@@ -0,0 +1,3 @@
1
+ module Wan3Co
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wan_3_co
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Wan 3
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-05-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A minimal Ruby gem that points to the Wan 3 AI video generator website
14
+ and supports RubyGems and RubyDoc indexing.
15
+ email:
16
+ - support@wan-3.co
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - README.md
22
+ - lib/wan_3_co/version.rb
23
+ homepage: https://www.wan-3.co/
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ homepage_uri: https://www.wan-3.co/
28
+ source_code_uri: https://www.wan-3.co/
29
+ documentation_uri: https://www.rubydoc.info/gems/wan_3_co
30
+ post_install_message:
31
+ rdoc_options: []
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: 2.6.0
39
+ required_rubygems_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ requirements: []
45
+ rubygems_version: 3.0.3.1
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: Minimal Ruby gem for Wan 3 AI video generator metadata.
49
+ test_files: []