duo_blog_cafe_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/duo_blog_cafe_comment.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c80231e4de339a74a4dbfdbaace57d0e240bb70ee22df903e5f4a55978fd72c
4
- data.tar.gz: 218e3410aca8237082bda4d51108b88f4c12ad246323b6b98502fea0cae0412f
3
+ metadata.gz: fc09af612994bee3ca3fb51b673143718e433aa1866b492ea8f9e4bc6a80be82
4
+ data.tar.gz: d86ae94dabc0c29a0ee7099ad25947cc18383d793de458d6546acacf76c673b3
5
5
  SHA512:
6
- metadata.gz: 7ca35144088e62fa08806bf17d2f7b60f7059c298f3013e305c4b8567da04975e73567938f7134e609eeb1dc71e90c0c8d3f6563f3571e04df3aaf0d246efc80
7
- data.tar.gz: f6c927d45eea02fc96da21e1331fd439cfb71829a21e5ca754eb9fbfccb0a89d94ad8f31ccffc3d7352796d27350352e6bedb8766500a8ffa09f898f7b127647
6
+ metadata.gz: 560119d32fe39a96d199502894d80452767a418bd86017b38989a4fd23564adba2373fc348847693aa589dfbfdbf8147db7a6998e9b57f6a540d096f84f237b9
7
+ data.tar.gz: f0c1a8ccce7be76b5446ee827c7b6093a23d7e1189906548a9e4e34a44cbd9b2dab54c22346939c6bc21081ec5407b3176358719563b91350c1e8e70fc235eff
@@ -1079,7 +1079,7 @@ class Naver
1079
1079
 
1080
1080
  elsif option['블로그사용모드'] == 'true'
1081
1081
 
1082
- if option['블로그키워드검색최신순'] == 'true'
1082
+ if option['블로그키워드검색인기순'] == 'true'
1083
1083
  # 수집된 post-url들을 저장할 배열
1084
1084
  collected_urls = []
1085
1085
  # 페이지 번호 초기화
@@ -1130,7 +1130,7 @@ class Naver
1130
1130
  page_no += 1
1131
1131
  end
1132
1132
 
1133
- elsif option['블로그키워드검색인기순'] == 'true'
1133
+ elsif option['블로그키워드검색최신순'] == 'true'
1134
1134
  # 수집된 post-url들을 저장할 배열
1135
1135
  collected_urls = []
1136
1136
  # 페이지 번호 초기화
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: duo_blog_cafe_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