duo_blog_cafe_comment 0.0.10 → 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/duo_blog_cafe_comment.rb +1 -1
- 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: a1c9255d1cae08bf3654e599a7ee03b1682a7f804be70f48d82e3cda37f645bf
|
4
|
+
data.tar.gz: 3a3f033c02c874708211c3ec8e07d19fbc75a4d616170cdbbc28c2e6ef8963e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9c88ac3e47d3b2b01e972d6d6b76535e5347f39caacf0f9478a8fdfc27b1cc3d98662f6c8744eb16d1d8af5be12691f58cea2651d910046e5eedd0538dfbe32
|
7
|
+
data.tar.gz: 8a78c0221169165d2154763228f898a4a8bda74264c3c474c692e594d7ec1a701d0210940929602979a05ed11d46855a126d2144ce06cc324947bb8b3f22cd9c
|
@@ -2052,7 +2052,7 @@ class Wordpress
|
|
2052
2052
|
|
2053
2053
|
option['proxy'] = ''
|
2054
2054
|
if @data['포스트설정']['프록시'].checked?
|
2055
|
-
if table[
|
2055
|
+
if table[4].to_s.include?('ex)') or table[4].to_i == 0
|
2056
2056
|
option['proxy'] = @data['포스트설정']['프록시리스트'].sample.to_s
|
2057
2057
|
else
|
2058
2058
|
option['proxy'] = table[4].to_s.force_encoding('utf-8').to_s
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: duo_blog_cafe_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
|