classic_omah 0.2.3 → 0.2.4
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
- checksums.yaml.gz.sig +0 -0
- data/lib/classic_omah.rb +4 -3
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f7ffca642afb0402728bc571649c997dcc61f76
|
|
4
|
+
data.tar.gz: a0133889c2ee06956dd0289a9366e03864461738
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 509b0e39a1b6eac68dcde732c045dcfdc3f8e0603409cb677cc15a3128eae0fbd9a9346a6a4c1597c8cb6525ffd4f3fd428ce6193547d8ce280e616a1dc1ab7f
|
|
7
|
+
data.tar.gz: 5d24bc8111962dcd3d20ad77c7bf67a15c64058bc3ebf665bfda73d2c3d9cf054480e82150aff5beba10b7a491f0b3c46851a415f542ba4699a3c374f6a2b055
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/classic_omah.rb
CHANGED
|
@@ -11,11 +11,11 @@ end
|
|
|
11
11
|
|
|
12
12
|
class ClassicOmah < Omah
|
|
13
13
|
|
|
14
|
-
def initialize(user: 'user', filepath: '.', mail: {}, \
|
|
14
|
+
def initialize(user: 'user', filepath: '.', mail: {}, port: 110 \
|
|
15
15
|
email_address: nil, options: {xslt: 'listing.xsl'}, plugins: [])
|
|
16
16
|
|
|
17
17
|
@mail = { address: '',
|
|
18
|
-
port:
|
|
18
|
+
port: port,
|
|
19
19
|
user_name: '',
|
|
20
20
|
password: '',
|
|
21
21
|
enable_ssl: false }.merge mail
|
|
@@ -60,7 +60,8 @@ class ClassicOmah < Omah
|
|
|
60
60
|
rescue
|
|
61
61
|
puts 'warning: ' + ($!).inspect
|
|
62
62
|
end
|
|
63
|
-
|
|
63
|
+
|
|
64
|
+
r
|
|
64
65
|
|
|
65
66
|
end
|
|
66
67
|
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: classic_omah
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
D07MglReWuT4LwOobcQDLoWfaUllIE1b/IVKmv5LjG27uDTSNCPP+Oai1EDah33t
|
|
32
32
|
0J9xBNAoDndYfA==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2016-
|
|
34
|
+
date: 2016-09-12 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: omah
|
metadata.gz.sig
CHANGED
|
Binary file
|