posting_zon 0.0.6 → 0.0.7

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/posting_zon.rb +4 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c930089908991dba96f572471dfdac4f9bb6db5c97618d35296a4fd1aab7208f
4
- data.tar.gz: 7fde2790a1961f20e0c603fd54a854e9dc43713f9ffa184bacea262a30e7f376
3
+ metadata.gz: 494fa817e3393f197b7a95c57c0b3f35673c6026428d79a5f603700ac9fd00b2
4
+ data.tar.gz: 17cb5858011a855fae46a7b934d15d09db9450bd133168ce74d15d3c4308d66d
5
5
  SHA512:
6
- metadata.gz: d215114a663609d18cf6c26c997a8da01ed53a63446b0b71fe49f3083972fc08257c6973d713afcc00fd5d67378c2dfbadaeda405d8e1d5636ad64a744b34fc4
7
- data.tar.gz: 87247f8e534b11d8029727b2f0549cf52eec2e16ab3f1096ccffed6cce854de19db51b98d2aaa4beaff289702929975dcc9eb6a035403fa9cb8b0fb2f947fdad
6
+ metadata.gz: 60192fb486c866c3c1cd7307616502ea10e595d155ee2efe7ddb921e37c273dec2ef80048ca1c409b23d9c4bb327402cd0dba02537e114ec7b01aa22971e2d26
7
+ data.tar.gz: 7555127e26bdb5404dcd9374e005b70339b5f117be80764c2bfe95d2cb3aef7740190422994f9a521e02a7eabdcf7e8d223f862365aa64631f1eed3195c85342
data/lib/posting_zon.rb CHANGED
@@ -6036,11 +6036,14 @@ end
6036
6036
 
6037
6037
 
6038
6038
  #내용 입력<<─────────────────────────────────────────────────────────────────────
6039
- @driver.action.send_keys(content).perform
6039
+ #@driver.action.send_keys(content).perform #기존 코드 (내용 타이핑식)
6040
+ Clipboard.copy(content)
6041
+ @driver.action.key_down(:control).send_keys('v').key_up(:control).perform #새로넣은 코드 (내용 한번에 복붙방식)
6040
6042
  #내용 입력<<─────────────────────────────────────────────────────────────────────
6041
6043
 
6042
6044
 
6043
6045
 
6046
+
6044
6047
 
6045
6048
 
6046
6049
  if option['내용사진자동삽입'] == 'true'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: posting_zon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - zon