hermeneutics 1.16 → 1.17

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
  SHA256:
3
- metadata.gz: e86ac661e4e7c36adaa22ad9496a22b6d6730b96d37b0fadb7bfc3c10adc0918
4
- data.tar.gz: ebc397e72b4cfb43786313754fc20e817d4ba5ee325762cc6ffc0474a3a60a3c
3
+ metadata.gz: ac8172bba142309e912877edb4e760bfa87556d816e87e4d4dd78b05555aef75
4
+ data.tar.gz: 82b061223800abf8dcb69786117128867cb548d1b9b5e4fafa6c34f6e46ef618
5
5
  SHA512:
6
- metadata.gz: 0acf28e544d40be0c60ed53adce283b3618095997b608776704e59d5748f7ddb6fedbcfec1e1233830045eac5bc7f8cb4972ae1fc8e6fc2456f0396f280108af
7
- data.tar.gz: d3634608d57395a97b7b11d7ea4e82dfb2e78492f36560ca0d3b68d90ee0a8e4121988ca49b206289b45104f505aafedcb86d3ab25983c0ef6ad96b5eb9689d5
6
+ metadata.gz: cdc7d9756c0fa1d4f051bced732c8b79a68676526a8b9fa931ecea81be9e83152a223f95e9a8463bc3d0045f7fc4a3f5f28fc9e40f82914989a024f39b86c6a7
7
+ data.tar.gz: 266595759569bc90f47ba7efdbeab146e97888bb040435913316a6bbf3cd60b15c361a4eeb33f57df067b8cbdf853d940f74778da0a23614dcc49ac3d61ffd9a
@@ -359,6 +359,7 @@ module Hermeneutics
359
359
  dir = File.dirname script_name rescue ""
360
360
  dest = File.join dir, dest
361
361
  end
362
+ dest
362
363
  end
363
364
 
364
365
  def warn msg
@@ -13,7 +13,7 @@
13
13
  module Hermeneutics
14
14
 
15
15
  NAME = "hermeneutics"
16
- VERSION = "1.16".freeze
16
+ VERSION = "1.17".freeze
17
17
  SUMMARY = "CGI and mail handling"
18
18
 
19
19
  DESCRIPTION = <<~EOT
@@ -21,7 +21,7 @@ module Hermeneutics
21
21
  and CSS. Further, it is a CGI library.
22
22
  EOT
23
23
 
24
- COPYRIGHT = "(C) 2013-2022 Bertram Scharpf"
24
+ COPYRIGHT = "(C) 2013-2023 Bertram Scharpf"
25
25
  LICENSE = "BSD-2-Clause"
26
26
  AUTHORS = [ "Bertram Scharpf"]
27
27
  MAIL = "<software@bertram-scharpf.de>"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hermeneutics
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.16'
4
+ version: '1.17'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bertram Scharpf
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-22 00:00:00.000000000 Z
11
+ date: 2023-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: supplement