compostr 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/compostr.rb +2 -1
- data/lib/compostr/version.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: 1e0e60c497f1a77185d48809e600c2b4f9436dd5d28304e210826aea0125bd0f
|
4
|
+
data.tar.gz: 7546b3c8d3b73c5857b4308e40e3105c514fc4e0492dfc3ef21137e3ddecd360
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0e1a47ce967801d01d15a286734bab7fcea7ebb9426eefd9726f969eed7739f048ce6db55c2b0370188c45ad2582a1a22d59f781133aa472fb13d04e7b3d9ca
|
7
|
+
data.tar.gz: ee7beeb503d4d47d0fd3054ee67ba36be30ff6283e4f31a1e90f09856d62890d38024e16e91f3099f4a5c61f98a8e91f98412fe070ad7d5e2c8a743cf40eb9d2
|
data/README.md
CHANGED
data/lib/compostr.rb
CHANGED
@@ -36,7 +36,8 @@ module Compostr
|
|
36
36
|
def self.wp
|
37
37
|
@wp ||= Rubypress::Client.new(host: config.host,
|
38
38
|
username: config.username,
|
39
|
-
password: config.password
|
39
|
+
password: config.password,
|
40
|
+
use_ssl: config.use_ssl)
|
40
41
|
end
|
41
42
|
|
42
43
|
# Access the logger, initialize and memoize it on demand.
|
data/lib/compostr/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compostr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Wolfsteller
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubypress
|