cafe_buy_duo 0.1.59 → 0.1.60

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/cafe_buy_duo.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 752f2206f53479d6f7bddb917997081e82aecc8930b153a76766c2bff609be68
4
- data.tar.gz: 5286a119b42ddb8abeb49fd8c276c030288f54ae1740fc4690f330dccc875f1c
3
+ metadata.gz: 2ab5bd2aa14e6e2e361626de9bb27ea864e5a8ddf36ce24630669b6fcec2a864
4
+ data.tar.gz: 547a761fe89deab4cd8b94ea1c3c5271fb0c87ced550c6988cfb9993750830a6
5
5
  SHA512:
6
- metadata.gz: 045dfc65958aeaf7268787c71311a9e713589acb08d23f5e8b485d229c4baa1d606d7b40b4fb5e86f716fc3a413c9bee3894f2d1405403ada0022a818101ad6a
7
- data.tar.gz: 2995cb2faca27eed05fa4003596f1a0f10f3502ea5605bfc8f31123e1dc2c426f8270eae05b053dd965f5f607cc3323506841c37acc2722bf29b13f64cd6dd35
6
+ metadata.gz: 9d9300684fb654f075b563990e13db9c59fbdcbee564077390b49d7ce6454f9061e7903887e82ff3a317fd5f51579b540b67988812e22bb5b1dbc572658c6c1a
7
+ data.tar.gz: 1c5c4c84192133d41a57e12d93cc408ca4dd7d37f47825f3f842be9a5af2ded1f22c67c0af2701e231a89c39741c33ae106db7c0198db49cc0dc36555b50d726
data/lib/cafe_buy_duo.rb CHANGED
@@ -314,11 +314,11 @@ class Naver
314
314
  FileUtils.mkdir_p(naver_cookie_dir) unless File.exist?(naver_cookie_dir)
315
315
  if proxy == ''
316
316
 
317
- system(%{"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe" https://naver.com/ --remote-debugging-port=9222 --user-data-dir=C:/naver_cookie/#{user_id} --no-first-run --no-default-browser-check --disable-sync})
317
+ system(%{"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe" https://my.naver.com/ --remote-debugging-port=9222 --user-data-dir=C:/naver_cookie/#{user_id} --no-first-run --no-default-browser-check --disable-sync})
318
318
 
319
319
  else
320
320
 
321
- system(%{"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe" https://naver.com/ --remote-debugging-port=9222 --user-data-dir=C:/naver_cookie/#{user_id} --proxy-server=#{proxy.to_s.force_encoding('utf-8').to_s} --no-first-run --no-default-browser-check --disable-sync})
321
+ system(%{"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe" https://my.naver.com/ --remote-debugging-port=9222 --user-data-dir=C:/naver_cookie/#{user_id} --proxy-server=#{proxy.to_s.force_encoding('utf-8').to_s} --no-first-run --no-default-browser-check --disable-sync})
322
322
 
323
323
  end
324
324
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cafe_buy_duo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.59
4
+ version: 0.1.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - zon
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-07-09 00:00:00.000000000 Z
10
+ date: 2025-07-14 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  description: File to Clipboard gem
13
13
  email: mymin26@naver.com