omah 0.9.1 → 0.9.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
- checksums.yaml.gz.sig +0 -0
- data/lib/omah.rb +2 -1
- data.tar.gz.sig +0 -0
- metadata +3 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df80aff39934c3f071dca03f3cc37fa8710ea3eaf3a7edc7ee54998f28c4e223
|
|
4
|
+
data.tar.gz: f44c9e7435dcc7b8456c759f9880f350a11923ecf2898a8f5eedbfcd24068ea2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8eeb14c43108219546b6e9f8d75d09c88ca0e5c3e4d508403982dca75be2ebf8d244aae825479dc7d853597683d7d262fdcdaa987f3e0ec970f6aa95f530ed00
|
|
7
|
+
data.tar.gz: 7624b10cfc16dcf4c7a6912679d8913c0a07d5dd2d3efee8a43a6dda8a8f81ae8bef3ffc03fc6b658fd04191f63aa1b6b862ff832c549de8e234ac5d6ba610f2
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/omah.rb
CHANGED
|
@@ -146,7 +146,8 @@ class Omah
|
|
|
146
146
|
end
|
|
147
147
|
|
|
148
148
|
header = %i(from to subject).inject({}) {|r,x| r.merge(x => msg[x]) }
|
|
149
|
-
|
|
149
|
+
filepath = File.join(@filepath_user, x_filepath + '.kvx')
|
|
150
|
+
Kvx.new(header, debug: false).save filepath
|
|
150
151
|
|
|
151
152
|
txt_filepath = x_filepath + '.txt'
|
|
152
153
|
FileX.write File.join(@filepath_user, txt_filepath), \
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omah
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
QYtaxpGWTpAPjszaFSAGnt9wrzAMCFPhpqXanwuDYpQ0rmo/GgWyJNEJuUgvMZBi
|
|
31
31
|
WfE=
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date:
|
|
33
|
+
date: 2019-02-17 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: dynarex-daily
|
|
@@ -120,8 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
120
120
|
- !ruby/object:Gem::Version
|
|
121
121
|
version: '0'
|
|
122
122
|
requirements: []
|
|
123
|
-
|
|
124
|
-
rubygems_version: 2.7.6
|
|
123
|
+
rubygems_version: 3.0.1
|
|
125
124
|
signing_key:
|
|
126
125
|
specification_version: 4
|
|
127
126
|
summary: 'Offline Mail Helper: Stores email messages in a file directory archive'
|
metadata.gz.sig
CHANGED
|
Binary file
|