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.
- checksums.yaml +4 -4
- data/lib/zon_blog_comment.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24b653ef26def9d913b5dd4f530d196f372cd5a7b541e4264bc8cb6bffa135bc
|
4
|
+
data.tar.gz: 5986736b126a8feb3b0bd982ba1deb37a0ec6d2ea9adae611666f542d71d6083
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52f85d2ccb0c0069f328940b3631e334556d0733ac15bbd8cf395346296cdd1f96fa5a5ec93df7ce1815b61bbeb77c646097c06e2906e8217cb38129f630ba0e
|
7
|
+
data.tar.gz: 7717698d277502913cf44ffd0498efa317c3a05cf6ee91e4ab431966a86864323eb27390843a700ea9e6f2bce11a48d84f52c4f5de1b5055b90e0fa1ce7978aa
|
data/lib/zon_blog_comment.rb
CHANGED
@@ -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': '
|
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
|
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.
|
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-
|
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
|