laftel 0.1.0 → 0.1.1
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 +4 -4
- data/.idea/.gitignore +0 -0
- data/.idea/discord.xml +0 -0
- data/.idea/laftel.iml +0 -0
- data/.idea/misc.xml +0 -0
- data/.idea/modules.xml +0 -0
- data/.idea/vcs.xml +0 -0
- data/Gemfile +0 -0
- data/Gemfile.lock +0 -0
- data/README.md +5 -1
- data/Rakefile +0 -0
- data/laftel.gemspec +3 -3
- data/lib/laftel/version.rb +1 -1
- data/lib/laftel.rb +0 -0
- data/sig/laftel.rbs +0 -0
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bbde3cabc39abb62897279b791e869ea5002ad0519a23badaf5823fdad508a89
|
|
4
|
+
data.tar.gz: 390f2b89fb01cbc9c384793c4690beb03ce6d337fdbf9c98d889902a7029d45c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f718d4179317f318d50403699cf3fd556512fe5ee60ce886c4c388f4b92acae1a1717b78441db1baa4d02ea93aab46188b2288d11e84923cb7c2f2cf5ba63383
|
|
7
|
+
data.tar.gz: 27c43efe1c54078ec93394f1e750888856624a5d364b7c99dc738ba911bc3359d2cfb78450bb46f8a509be9857772cfd66344af31cd88ddbe3ee2d77431027ec
|
data/.idea/.gitignore
CHANGED
|
File without changes
|
data/.idea/discord.xml
CHANGED
|
File without changes
|
data/.idea/laftel.iml
CHANGED
|
File without changes
|
data/.idea/misc.xml
CHANGED
|
File without changes
|
data/.idea/modules.xml
CHANGED
|
File without changes
|
data/.idea/vcs.xml
CHANGED
|
File without changes
|
data/Gemfile
CHANGED
|
File without changes
|
data/Gemfile.lock
CHANGED
|
File without changes
|
data/README.md
CHANGED
data/Rakefile
CHANGED
|
File without changes
|
data/laftel.gemspec
CHANGED
|
@@ -10,14 +10,14 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
|
|
11
11
|
spec.summary = "Unofficial Laftel API Wrapper for Ruby"
|
|
12
12
|
spec.description = "Unofficial Laftel API Wrapper for Ruby"
|
|
13
|
-
spec.homepage = "https://
|
|
13
|
+
spec.homepage = "https://github.com/dya-only/ruby-laftel"
|
|
14
14
|
spec.required_ruby_version = ">= 2.6.0"
|
|
15
15
|
|
|
16
16
|
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
|
|
17
17
|
|
|
18
18
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
19
|
-
spec.metadata["source_code_uri"] = "https://github.com/dya-only"
|
|
20
|
-
spec.metadata["changelog_uri"] = "https://github.com/dya-only"
|
|
19
|
+
spec.metadata["source_code_uri"] = "https://github.com/dya-only/ruby-laftel"
|
|
20
|
+
spec.metadata["changelog_uri"] = "https://github.com/dya-only/ruby-laftel"
|
|
21
21
|
|
|
22
22
|
# Specify which files should be added to the gem when it is released.
|
|
23
23
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
data/lib/laftel/version.rb
CHANGED
data/lib/laftel.rb
CHANGED
|
File without changes
|
data/sig/laftel.rbs
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: laftel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- dya_only
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Unofficial Laftel API Wrapper for Ruby
|
|
14
14
|
email:
|
|
@@ -31,12 +31,12 @@ files:
|
|
|
31
31
|
- lib/laftel.rb
|
|
32
32
|
- lib/laftel/version.rb
|
|
33
33
|
- sig/laftel.rbs
|
|
34
|
-
homepage: https://
|
|
34
|
+
homepage: https://github.com/dya-only/ruby-laftel
|
|
35
35
|
licenses: []
|
|
36
36
|
metadata:
|
|
37
|
-
homepage_uri: https://
|
|
38
|
-
source_code_uri: https://github.com/dya-only
|
|
39
|
-
changelog_uri: https://github.com/dya-only
|
|
37
|
+
homepage_uri: https://github.com/dya-only/ruby-laftel
|
|
38
|
+
source_code_uri: https://github.com/dya-only/ruby-laftel
|
|
39
|
+
changelog_uri: https://github.com/dya-only/ruby-laftel
|
|
40
40
|
post_install_message:
|
|
41
41
|
rdoc_options: []
|
|
42
42
|
require_paths:
|
|
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
53
|
version: '0'
|
|
54
54
|
requirements: []
|
|
55
|
-
rubygems_version: 3.
|
|
55
|
+
rubygems_version: 3.5.3
|
|
56
56
|
signing_key:
|
|
57
57
|
specification_version: 4
|
|
58
58
|
summary: Unofficial Laftel API Wrapper for Ruby
|