zon_blog_comment 0.0.29 → 0.0.30
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 +6 -5
- 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: 996ffe614c8c44d4ef162f0e428e70ecfdb31f02473debf7d3d46669345a9505
|
4
|
+
data.tar.gz: a20731fa0f6ab4f4f5f182a48881b41e756773b19108bf6255c3007a547b2f3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ac3883ec2fb3ff48c837bf446818ef333aa7b87a7c8170138bbb3e92f23639d6f2472a40fedd2fbef08a993e73b64ddd393d64e72a0baab0d6527fea7e95305
|
7
|
+
data.tar.gz: 540ec95f9dd49a83b136494725117693aeb035212c27ae4bc587871fb1f09984322953377d0ff35f74cae467d7047d229e2f666eb2acb02761d6f43bb22e0b6a
|
data/lib/zon_blog_comment.rb
CHANGED
@@ -1060,11 +1060,12 @@ class Naver
|
|
1060
1060
|
sleep(1)
|
1061
1061
|
else
|
1062
1062
|
begin
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1063
|
+
Clipboard.copy(content)
|
1064
|
+
puts (content)
|
1065
|
+
@driver.find_element(:xpath, '//*[@class="u_cbox_guide"]').click
|
1066
|
+
sleep(1)
|
1067
|
+
@driver.action.send_keys(content).perform
|
1068
|
+
#@driver.action.key_down(:control).send_keys('v').key_up(:control).perform
|
1068
1069
|
rescue
|
1069
1070
|
end
|
1070
1071
|
end
|
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.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: File to Clipboard gem
|
14
14
|
email: mymin26@naver.com
|