omah 0.2.0 → 0.2.1
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 -2
- data.tar.gz.sig +0 -0
- metadata +3 -3
- 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: b5018c944879de57659789bea4c19c513fcc80e5
|
|
4
|
+
data.tar.gz: ebba1b447f4b8abc7f60a14b97f9e88c8b6f735e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3853a0cdd608325d8fef604da4eb6d12911a642ec01d434dacec83a83579f0ec80ff362adfe40a5e2fed9a622570573065d7bbd6c7eec4b291cbd6018a96a5b
|
|
7
|
+
data.tar.gz: f68a29f1cdf3c09edbbb408b895123974e54a3fe7c4e5c58d2eacd233271aa685837d7893eec6a46fffc3ad509c2902f65c2ca4143bd6133445546e5a99eb53f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/omah.rb
CHANGED
|
@@ -18,7 +18,7 @@ class Omah
|
|
|
18
18
|
|
|
19
19
|
x = if File.exists? dailyfile then dailyfile
|
|
20
20
|
else
|
|
21
|
-
'
|
|
21
|
+
'messages[date]/message(id, tags, from, to, subject, date, txt_filepath, html_filepath)'
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
@dd = DynarexDaily.new x, {dir_archive: :yearly}
|
|
@@ -66,4 +66,4 @@ class Omah
|
|
|
66
66
|
|
|
67
67
|
end
|
|
68
68
|
|
|
69
|
-
end
|
|
69
|
+
end
|
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.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -31,7 +31,7 @@ cert_chain:
|
|
|
31
31
|
3LosTxP//qasvjSWNDjmKeTI4/c/fvSDtS5mLXCsxnJ/1Jp4zlO0rZWz0/BgcPFj
|
|
32
32
|
GUN8SqUlRq5unw==
|
|
33
33
|
-----END CERTIFICATE-----
|
|
34
|
-
date: 2015-
|
|
34
|
+
date: 2015-05-20 00:00:00.000000000 Z
|
|
35
35
|
dependencies:
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
37
|
name: dynarex-daily
|
|
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
80
80
|
version: '0'
|
|
81
81
|
requirements: []
|
|
82
82
|
rubyforge_project:
|
|
83
|
-
rubygems_version: 2.
|
|
83
|
+
rubygems_version: 2.4.6
|
|
84
84
|
signing_key:
|
|
85
85
|
specification_version: 4
|
|
86
86
|
summary: 'Offline Mail Helper: Stores email messages in a file directory archive'
|
metadata.gz.sig
CHANGED
|
Binary file
|