omah 0.7.7 → 0.7.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d3df1b5d1003e26a06ebabcff7d3ae2231229f7
4
- data.tar.gz: eec4044e4258acef30a04766a83871f1d792e364
3
+ metadata.gz: 58ef34918e0c0c27ac19783a3a850c4220e3403e
4
+ data.tar.gz: 647886d4b35700230836a11d4c1848e0c269cc31
5
5
  SHA512:
6
- metadata.gz: 5ae618b4ed5e5341bdfe0aba6c5f5e922ff25eb02178527d3ac1fc1c0737def91182a165166e759447dff6a9ab38d310d71070c21a1ad6166224de896142e78c
7
- data.tar.gz: c6ce5749b496c7d032042955bc59cc13caa2b7e6852d51f69d0faae2b9a58ec47249c5dd0394123b17ee7f141a2aa47ca6144d20eb3c16589ab343999ee52dc1
6
+ metadata.gz: 84614a3cedf663484245e51ab2d2684acb0707abc81c3d2a3bbe9ec1a98dc70a6f94cfc2ec68e304b484d82b6182acb8f1f240ca5224f376c466b8e163ffb423
7
+ data.tar.gz: 41c36084aee1e61693a36e66c772e36aed5ef279f4be6abdb96bc6aeeaeb6b49ce2ddddd3f038f73738eeaec6619c21ad045a36c288e78e5af5b5c2b19493856
checksums.yaml.gz.sig CHANGED
Binary file
data/lib/omah.rb CHANGED
@@ -23,8 +23,8 @@ class Omah
23
23
  include Library
24
24
 
25
25
  def initialize(user: 'user', filepath: '.', \
26
- options: {xslt: 'listing.xsl'}, plugins: [], webpath: '/email',
27
- url_base: 'http://localhost/' )
26
+ options: {xslt: 'listing.xsl', url_base: 'http://localhost/' },
27
+ plugins: [], webpath: '/email')
28
28
 
29
29
  @user = user
30
30
  @xslt = options[:xslt]
@@ -33,7 +33,7 @@ class Omah
33
33
 
34
34
  @filepath_user = File.expand_path(File.join(filepath, @user))
35
35
  @webpath_user = webpath +'/' + @user
36
- @url_base = url_base
36
+ @url_base = options[:url_base]
37
37
 
38
38
  Dir.chdir filepath
39
39
 
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.7.7
4
+ version: 0.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file