kling_4_com 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 +21 -0
  3. data/README.md +22 -0
  4. data/lib/kling_4_com.rb +14 -0
  5. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4cc94d2b933cd45ede229c834576ac2288fe206471a1db9a2e4a49277d99d638
4
+ data.tar.gz: 7bb33a44147c9b3657cd52199c1fb59b946960acb4d149fddb86b63e9c8b5082
5
+ SHA512:
6
+ metadata.gz: 11e6eb3c8718ac09aaac039d832d9c8df770c4278b0d043cd8441921b6d16008a2732e10dc2dc6777e5dfd22ae87df5d6d65031c79171cb79a66f3a5f72b754b
7
+ data.tar.gz: 9798615a8a9484e0e3aedef82fa138f15ac329b9aa16fc670ca18ff5b8390c32235b6c0121cd6b4b01a767cad79d08987dbcc943c232f732206372f27df7e6fc
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # Kling4Com (Ruby gem)
2
+
3
+ Kling 4.0 AI Video Generator Online. Official website backlink gem.
4
+
5
+ ## Official Website
6
+
7
+ Visit: [https://www.kling-4.com](https://www.kling-4.com)
8
+
9
+ ## Installation
10
+
11
+ ```bash
12
+ gem install kling_4_com
13
+ ```
14
+
15
+ ## Usage
16
+
17
+ ```ruby
18
+ require "kling_4_com"
19
+
20
+ info = Kling4Com.info
21
+ puts info.website
22
+ ```
@@ -0,0 +1,14 @@
1
+ module Kling4Com
2
+ VERSION = "0.1.0".freeze
3
+ WEBSITE = "https://www.kling-4.com"
4
+
5
+ Info = Struct.new(:name, :version, :website, :description)
6
+
7
+ def self.info
8
+ Info.new("Kling4Com", VERSION, WEBSITE, "Kling 4.0 AI Video Generator Online. Official website backlink gem.")
9
+ end
10
+
11
+ def self.website
12
+ WEBSITE
13
+ end
14
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kling_4_com
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - ai studio
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-03-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: https://www.kling-4.com - Kling 4.0 AI Video Generator Online Free. Official
14
+ website backlink gem.
15
+ email:
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE
21
+ - README.md
22
+ - lib/kling_4_com.rb
23
+ homepage: https://www.kling-4.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 4.0 AI Video Generator Online. Official website backlink gem.
46
+ test_files: []