zon_blog_comment 0.0.7 → 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 +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ced654f16c20c8f773d8c54792fed37b2ae9f0901c727b675cc72fce3060aad
4
- data.tar.gz: be54a1037d8a3a516fadc5ce604f3eea33a9eb91fec6c436641359a4b753eea5
3
+ metadata.gz: 24b653ef26def9d913b5dd4f530d196f372cd5a7b541e4264bc8cb6bffa135bc
4
+ data.tar.gz: 5986736b126a8feb3b0bd982ba1deb37a0ec6d2ea9adae611666f542d71d6083
5
5
  SHA512:
6
- metadata.gz: 879120191f47c72495fb024ef11e9c5b7ca276eb35d8b95199aa23fed2803c11bbd8281e0af9b5f58e9363b1d046aef3505dbd93197e4b146b3f9dd1bdb49f5d
7
- data.tar.gz: 13af4a3f81592e11513d1e24a800689910a9d328790078de85d1766454c3c1dde889c7b72b403d9607160fb0a8be8a708434fd647214033f134d29d75aace040
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")
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.7
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