wan3ai_app 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/wan3ai_app/version.rb +3 -0
  4. metadata +49 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 77e64cbbb16f97af190f6ea390f301b2bb269a9f2800c79461d604b581f30287
4
+ data.tar.gz: 127c4e8ce11ec1e9de4cf68d69a9ae0942f18d61debbc67fa1aef5eca82f64b3
5
+ SHA512:
6
+ metadata.gz: daee53b64ca02af6912f80c8617ce54c9227482f4abbb65ee5b3f4735279024a66e21976d59197adf25dbefffa6fe9485bbd90fb0e947af7a2a59aa7dc2e674d
7
+ data.tar.gz: 56b00156cee164389edcd78813b4234c36081c56f181d69a1f2a62255a34a6414e8f23f2f21da01fcb6ad8d29c95ebb7d5c77bd568456e34e3a63e2cb7395f5a
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Wan 3.0
2
+
3
+ AI video generator. https://www.wan3ai.app/
@@ -0,0 +1,3 @@
1
+ module Wan3aiApp
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wan3ai_app
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Wan 3.0
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-05-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A minimal Ruby gem that points to the Wan 3.0 AI video generator website
14
+ and supports RubyGems and RubyDoc indexing.
15
+ email:
16
+ - support@wan3ai.app
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - README.md
22
+ - lib/wan3ai_app/version.rb
23
+ homepage: https://www.wan3ai.app/
24
+ licenses:
25
+ - MIT
26
+ metadata:
27
+ homepage_uri: https://www.wan3ai.app/
28
+ source_code_uri: https://www.wan3ai.app/
29
+ documentation_uri: https://www.rubydoc.info/gems/wan3ai_app
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.0 AI video generator metadata.
49
+ test_files: []