wp_posting_zon 0.0.1 → 0.0.2
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/wp_posting_zon.rb +10 -0
- 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: d8d28449e883d3a5b1e709079a181818ed9531779de717131d80e433f8888562
|
4
|
+
data.tar.gz: 65c1fb2875081395cc4f8cf6dc1acdb96d118b741af672e4d9c5ef3218abd1ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ec399fd22560ccdd795373ae7760d5df416ff6d456cdc87f43fca6ff9bbaa9f60fc3885ee9cb5fc54fa711c355e3986171ba655f475269fd01b7671ca7c2a65
|
7
|
+
data.tar.gz: 7d5057e27b64d6e7bc1ac88a9e5cc58f44688bd3a1f7ee77f6ea1d565436eccc0209a3f31ca46de16e8554f5ab3ce1633520092982a9d7a27e289238407815ea
|
data/lib/wp_posting_zon.rb
CHANGED
@@ -891,6 +891,11 @@ class Wordpress
|
|
891
891
|
if @data['포스트설정']['내용과자동생성'].checked? == false and @data['포스트설정']['내용을자동생성'].checked? == false and @data['포스트설정']['막글삽입'].checked? == true
|
892
892
|
snumber = @data['포스트설정']['막글삽입시작숫자'].text.to_s.to_i
|
893
893
|
enumber = @data['포스트설정']['막글삽입끝숫자'].text.to_s.to_i
|
894
|
+
@data['포스트설정']['막글'] = @data['포스트설정']['막글'].split(' ').shuffle.join(' ')
|
895
|
+
@data['포스트설정']['막글'] = @data['포스트설정']['막글'].split(' ').shuffle.join(' ')
|
896
|
+
@data['포스트설정']['막글'] = @data['포스트설정']['막글'].split(' ').shuffle.join(' ')
|
897
|
+
@data['포스트설정']['막글'] = @data['포스트설정']['막글'].split(' ').shuffle.join(' ')
|
898
|
+
@data['포스트설정']['막글'] = @data['포스트설정']['막글'].split(' ').shuffle.join(' ')
|
894
899
|
last_text = @data['포스트설정']['막글'][0..rand(snumber..enumber)].split(' ').shuffle.join(' ')
|
895
900
|
content22 = last_text.split(' ')
|
896
901
|
else
|
@@ -1296,6 +1301,11 @@ class Wordpress
|
|
1296
1301
|
else
|
1297
1302
|
snumber = @data['포스트설정']['막글삽입시작숫자'].text.to_s.to_i
|
1298
1303
|
enumber = @data['포스트설정']['막글삽입끝숫자'].text.to_s.to_i
|
1304
|
+
@data['포스트설정']['막글'] = @data['포스트설정']['막글'].split(' ').shuffle.join(' ')
|
1305
|
+
@data['포스트설정']['막글'] = @data['포스트설정']['막글'].split(' ').shuffle.join(' ')
|
1306
|
+
@data['포스트설정']['막글'] = @data['포스트설정']['막글'].split(' ').shuffle.join(' ')
|
1307
|
+
@data['포스트설정']['막글'] = @data['포스트설정']['막글'].split(' ').shuffle.join(' ')
|
1308
|
+
@data['포스트설정']['막글'] = @data['포스트설정']['막글'].split(' ').shuffle.join(' ')
|
1299
1309
|
last_text = @data['포스트설정']['막글'][0..rand(snumber..enumber)].split(' ').shuffle.join(' ')
|
1300
1310
|
|
1301
1311
|
if @data['포스트설정']['막글삽입2'].checked?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wp_posting_zon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- zon
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: File to Clipboard gem
|
14
14
|
email: mymin26@naver.com
|