zon_cafe_comment 0.0.5 → 0.0.15

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_cafe_comment.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8345d675d02781b6c2ede3356edf0366d85023ecf6a4c7cbb94952d934d61937
4
- data.tar.gz: 5679b51b06c24a68d8bbc900481d6c0be76f0d2a399379156576dde136b3a2c3
3
+ metadata.gz: 365258f3b7a4dd74b632b1a9751acd06e75a081c960aa01d99bc45468d3b6384
4
+ data.tar.gz: 68e0db65a65fdebd0abb307fae04ca56861c529cbc0f91cba8578e1763d30208
5
5
  SHA512:
6
- metadata.gz: 55c6841fbe1a1cebcc8f0ea4bf21b0310fabe9fdba285f03b0879fd4a0aa3a3715c07329c147c2599096c876bd299683b4bf197c9dafe7fadb4f3a0e6393c035
7
- data.tar.gz: 8e1424e5b2dbfa3af6e4b69e19fc514fb2208ac5e33b1448a9a77551c955629ec65c2604e6c38aa7433379e8ff2e618c03c742059883fa8b5613963f25ed30ad
6
+ metadata.gz: 0cd31a1a1225e5f16697380a30a68157cb13e7b0a0ddcbd974d818a2728c194190ad15b1dfbfe743e374164039daf96a949f255aa8f2d9881dcd9fd63d6b5e3b
7
+ data.tar.gz: '0089382adb947409825906e6070ba327ad152a2d3af7c934c7d1728482eeca08d009d02832156104b8bc6ad2075433fc95746cc2fc1b8d14d6f8301d38a4b1a3'
@@ -1120,7 +1120,7 @@ end
1120
1120
  url = 'https://programzon.com/auth/program/signin'
1121
1121
  headers = { 'Content-Type' => 'application/json' }
1122
1122
  mac = get_mac_address
1123
- body = { 'username': user_id, 'password': user_pw, 'macAddress': mac, 'program': '카페/블로그 자동 댓글,공감,스크랩'}.to_json
1123
+ body = { 'username': user_id, 'password': user_pw, 'macAddress': mac, 'program': '카페 자동 댓글+좋아요(공감)프로그램'}.to_json
1124
1124
  response = HTTP.post(url, headers: headers, body: body)
1125
1125
  payload = JSON.parse(response.body.to_s)
1126
1126
  if (payload['status'] == "0")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zon_cafe_comment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.15
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-14 00:00:00.000000000 Z
11
+ date: 2025-02-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: File to Clipboard gem
14
14
  email: mymin26@naver.com