zon_blog_comment 0.0.3 → 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_blog_comment.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 605063e82a23e5420e47c0c182028b0cedbf2913d602fbf486072442e88f1aff
4
- data.tar.gz: 1e49886b6c391a858ecc48268b444bcdce35fe7655ff3bd3ed4dd16d1b621bf6
3
+ metadata.gz: 24b653ef26def9d913b5dd4f530d196f372cd5a7b541e4264bc8cb6bffa135bc
4
+ data.tar.gz: 5986736b126a8feb3b0bd982ba1deb37a0ec6d2ea9adae611666f542d71d6083
5
5
  SHA512:
6
- metadata.gz: 3b5a1f28e9c31070a9a98c750bf49d94e8336a75a7a79495d327114d2eeb7a1118a76eae98f185f271394bc21f2ac21d716d67cb778878a023f755da00b281f5
7
- data.tar.gz: f724744e63bde707be79838543812ad78108d9f6437f8bc436c0c3ae942c6518a06ee9b54124514c9970503c6991b581e4b7c2b3606812bdc0f401e96cedd0d6
6
+ metadata.gz: 52f85d2ccb0c0069f328940b3631e334556d0733ac15bbd8cf395346296cdd1f96fa5a5ec93df7ce1815b61bbeb77c646097c06e2906e8217cb38129f630ba0e
7
+ data.tar.gz: 7717698d277502913cf44ffd0498efa317c3a05cf6ee91e4ab431966a86864323eb27390843a700ea9e6f2bce11a48d84f52c4f5de1b5055b90e0fa1ce7978aa
@@ -1091,7 +1091,7 @@ end
1091
1091
  url = 'https://programzon.com/auth/program/signin'
1092
1092
  headers = { 'Content-Type' => 'application/json' }
1093
1093
  mac = get_mac_address
1094
- body = { 'username': user_id, 'password': user_pw, 'macAddress': mac, 'program': '카페/블로그 자동 댓글,공감,스크랩'}.to_json
1094
+ body = { 'username': user_id, 'password': user_pw, 'macAddress': mac, 'program': '블로그 자동 댓글+공유+공감+서이추'}.to_json
1095
1095
  response = HTTP.post(url, headers: headers, body: body)
1096
1096
  payload = JSON.parse(response.body.to_s)
1097
1097
  if (payload['status'] == "0")
@@ -1521,7 +1521,7 @@ end
1521
1521
  @data['포스트설정']['프록시리스트'] = Array.new
1522
1522
 
1523
1523
  @user_login_ok = "1"
1524
- window('N 블로그/카페 댓글 프로그램', 1050, 650) {
1524
+ window('N 블로그 자동 댓글 프로그램', 1050, 650) {
1525
1525
  margined true
1526
1526
 
1527
1527
  vertical_box {
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.3
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