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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2f8641eb28b4e2b90d76dedec2d49bc22d2874007a0e1ee81f4ecbc7857d417
4
- data.tar.gz: 13da533b130420b853eb46a214490a77860126013374da446e785f6131c06a3a
3
+ metadata.gz: bbde3cabc39abb62897279b791e869ea5002ad0519a23badaf5823fdad508a89
4
+ data.tar.gz: 390f2b89fb01cbc9c384793c4690beb03ce6d337fdbf9c98d889902a7029d45c
5
5
  SHA512:
6
- metadata.gz: d118b6470e527736da3d885db23b2355c1b634db981652d05d9454e043a2c341513fda478f98112270becb318faa308a59bc8fd2bea186b096071407683d3bda
7
- data.tar.gz: 30ab9f52785155a788048203d324e4b2ad974b3b8a2c6e897cdc36b1088200147343d16d5193517d19708c6e2a04d189d9c9e954964955a334bcbe25ff2d5293
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
@@ -1,5 +1,9 @@
1
1
  # Unofficial Laftel API Wrapper for Ruby
2
2
  ## 루비를 위한 비공식 라프텔 API 라이브러리
3
3
 
4
+ simple example!
5
+ ```ruby
6
+ require 'laftel'
4
7
 
5
- currently developing...
8
+ puts Laftel.search('코노스바')
9
+ ```
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://dyacode.kro.kr"
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Laftel
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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: 2023-09-15 00:00:00.000000000 Z
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://dyacode.kro.kr
34
+ homepage: https://github.com/dya-only/ruby-laftel
35
35
  licenses: []
36
36
  metadata:
37
- homepage_uri: https://dyacode.kro.kr
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.4.10
55
+ rubygems_version: 3.5.3
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: Unofficial Laftel API Wrapper for Ruby