zon_blog_comment 0.0.20 → 0.0.21

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/zon_blog_comment.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e352ca9ea0caf65c81eb99d055f7fa2764df321fd7e80db5c670dfeb1761203
4
- data.tar.gz: b8fc364aa2d222eced49637d3ff4955f6d384e9145dca5acb9250696eba863e2
3
+ metadata.gz: a10758306b41214c9ad4d13529c79a52092db01350f3fef50c71a33da91a597e
4
+ data.tar.gz: 25620b0b21bfcaaa680923951aebd036ca9efa08f6dfd44fa37baab69805a721
5
5
  SHA512:
6
- metadata.gz: bbbf63cd3d8c1e6fb4b55b6f7783b4386343063330d26a585659bccf934d9b7a6caac82fbea9550794c18d8105b029dc132dde6a45e6c89c158f0b9a781ceb98
7
- data.tar.gz: 936e0121c468814e81b97193af3fcb672954c115c4b7f056e47d82d054efe2368bf8910c65262eebaf765f673e9a96d4c48c8cff151176ad17f37fc27865925c
6
+ metadata.gz: c450a168c7d0bcdee8beb57520975d2facf0560ea49bda029a70068484b3bc2713b0e0c3f4f48c3c06e353ff116dc10ffb4a59da54b68c078e03d22df1300037
7
+ data.tar.gz: 2872b932649227fa3f41854de7d24a49676283ca4b89d0cb83cafaca62959bb2a7be6d2953818b060dc7e76490a1762e335311305f76a2c6d913eb2b057fdbf5
@@ -242,7 +242,7 @@ class Naver
242
242
 
243
243
 
244
244
 
245
- if option['블로그키워드검색최신순'] == 'true'
245
+ if option['블로그키워드검색인기순'] == 'true'
246
246
  # 수집된 post-url들을 저장할 배열
247
247
  collected_urls = []
248
248
  # 페이지 번호 초기화
@@ -293,7 +293,7 @@ class Naver
293
293
  page_no += 1
294
294
  end
295
295
 
296
- elsif option['블로그키워드검색인기순'] == 'true'
296
+ elsif option['블로그키워드검색최신순'] == 'true'
297
297
  # 수집된 post-url들을 저장할 배열
298
298
  collected_urls = []
299
299
  # 페이지 번호 초기화
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zon_blog_comment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - zon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-25 00:00:00.000000000 Z
11
+ date: 2025-02-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: File to Clipboard gem
14
14
  email: mymin26@naver.com