omah 0.9.4 → 0.9.5
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 +5 -6
- data.tar.gz.sig +0 -0
- metadata +7 -8
- 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: 5f76c05ecaceb71b58cfb8f74a84108474fa51a887fdb85ec63af7a5f18e986b
|
|
4
|
+
data.tar.gz: 16145d2ccae4990dba144b1ffa27d193bc21287b5ebc0fa79f7d67cae36d628a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a8cb70d398453b9301dcd6456151cb84a77ba49fdfe57af29bef6f608365ca6e2571072768866c0147772fd506c7fa28503ae695756e53c3d853e697e9d400d
|
|
7
|
+
data.tar.gz: fbd391990d5d32668981da65d0a4d365e830d7438c4c48ec85a102b47997085e059157a750f657b4449a8a599a9718b9558c4f311150ccf3ca7f75d15e54c733
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/omah.rb
CHANGED
|
@@ -6,23 +6,22 @@
|
|
|
6
6
|
require 'nokorexi'
|
|
7
7
|
require 'dynarex-daily'
|
|
8
8
|
require 'novowels'
|
|
9
|
+
require 'rxfreadwrite'
|
|
9
10
|
|
|
10
11
|
module Library
|
|
11
12
|
|
|
12
13
|
def fetch_file(filename)
|
|
13
14
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
URI.open(File.join(lib, filename),
|
|
18
|
-
'UserAgent' => 'Omah'){|x| x.read }
|
|
15
|
+
lib = File.dirname(__FILE__)
|
|
16
|
+
File.read filename
|
|
17
|
+
|
|
19
18
|
end
|
|
20
19
|
end
|
|
21
20
|
|
|
22
21
|
class Omah
|
|
23
22
|
|
|
24
23
|
include Library
|
|
25
|
-
include
|
|
24
|
+
include RXFReadWriteModule
|
|
26
25
|
|
|
27
26
|
def initialize(user: 'user', filepath: '.', \
|
|
28
27
|
options: {xslt: 'listing.xsl', url_base: 'http://localhost/' },
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
v/Ouz34Li0pxu+f3q+Z4+FRkBjMmW1X8RIaeSj9LAirhInezIc2b9CkS5c5zkwkZ
|
|
36
36
|
S/OWSwnVm2eKNuPrpAfd36Wk
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date:
|
|
38
|
+
date: 2022-02-22 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: dynarex-daily
|
|
@@ -63,20 +63,20 @@ dependencies:
|
|
|
63
63
|
requirements:
|
|
64
64
|
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '0.
|
|
66
|
+
version: '0.7'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 0.
|
|
69
|
+
version: 0.7.0
|
|
70
70
|
type: :runtime
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
74
|
- - "~>"
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: '0.
|
|
76
|
+
version: '0.7'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 0.
|
|
79
|
+
version: 0.7.0
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: novowels
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -125,8 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
126
|
version: '0'
|
|
127
127
|
requirements: []
|
|
128
|
-
|
|
129
|
-
rubygems_version: 2.7.10
|
|
128
|
+
rubygems_version: 3.2.22
|
|
130
129
|
signing_key:
|
|
131
130
|
specification_version: 4
|
|
132
131
|
summary: 'Offline Mail Helper: Stores email messages in a file directory archive.'
|
metadata.gz.sig
CHANGED
|
Binary file
|