kling5-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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +9 -0
  3. data/README.md +17 -0
  4. data/lib/kling5_ai.rb +17 -0
  5. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: fd722cf6b819a6953c6549e55360dadb6ad6342f2c1f910d5284d426e42ad11c
4
+ data.tar.gz: 0b205c69125b4d0fc9f170f9cdb17611868c878cee844b160c5e6e09377cca42
5
+ SHA512:
6
+ metadata.gz: fd72928d44b42ee0c14807e8e1e2da79173ede0bd41a51f81ea8fa55668d2fca640f4cbf67acb5cccf992145f431a9e6427a9d5a614125aeb7b236dd9b4a05e3
7
+ data.tar.gz: ca19b839b8402cfd0f2766e68a0d985854f688f2f9b79ff132d38996a1736d8560b97902edbe3a7d5b7190a77eafd56803026fe50adcb9ec6d549ea92f8d90a3
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
+ # kling5-ai
2
+
3
+ Kling 5.0 video generator for creators.
4
+
5
+ ## Official Website
6
+
7
+ 🌐 Visit: [https://kling-5.com](https://kling-5.com)
8
+
9
+ ## Installation
10
+
11
+ ```bash
12
+ gem install kling5-ai
13
+ ```
14
+
15
+ ## Links
16
+
17
+ - Website: [https://kling-5.com](https://kling-5.com)
data/lib/kling5_ai.rb ADDED
@@ -0,0 +1,17 @@
1
+ module Kling5Ai
2
+ VERSION = "0.1.0"
3
+ WEBSITE = "https://kling-5.com"
4
+
5
+ def self.get_info
6
+ {
7
+ name: "Kling 5.0 AI",
8
+ version: VERSION,
9
+ website: WEBSITE,
10
+ description: "Kling 5.0 AI video generator"
11
+ }
12
+ end
13
+
14
+ def self.get_platform_url
15
+ WEBSITE
16
+ end
17
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kling5-ai
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Kling 5.0 AI Team
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-04-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Kling 5.0 video generator for creators. Visit https://kling-5.com
14
+ email:
15
+ - support@kling-5.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - README.md
22
+ - lib/kling5_ai.rb
23
+ homepage: https://kling-5.com
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.0.3.1
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Kling 5.0 AI video generator
46
+ test_files: []