sisu 7.1.2 → 7.1.3
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
- data/data/sisu/version.yml +3 -3
- data/lib/sisu/cgi_sql_common.rb +3 -3
- data/lib/sisu/constants.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 396a7bffa15b37ef3926d791cde177569b0dcc5d
|
|
4
|
+
data.tar.gz: ea5293388691d114ff8cff2e40eee9b8af679cea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 294bf70c88d96b969557675ddcfbe786b7a56443dc8bd4eaabd3e79c95e75da56d6db4c16d7b7c70e8a62cec709b2366004eb87ec4ea9aac1db7b084c94c001c
|
|
7
|
+
data.tar.gz: f960ac44c517f3e2ac8da708b546b6017a75fa9fa20fdffb195eb145320835529530420c4ce747d28937c80e514260b75a19c4a16c25bb4dee2bd80f675101b8
|
data/data/sisu/version.yml
CHANGED
data/lib/sisu/cgi_sql_common.rb
CHANGED
|
@@ -76,7 +76,7 @@ module SiSU_CGI_SQL
|
|
|
76
76
|
|
|
77
77
|
* Author: Ralph Amissah
|
|
78
78
|
|
|
79
|
-
* Copyright: (C) 1997 -
|
|
79
|
+
* Copyright: (C) 1997 - 2015, Ralph Amissah, All Rights Reserved.
|
|
80
80
|
|
|
81
81
|
* License: GPL 3 or later:
|
|
82
82
|
|
|
@@ -541,7 +541,7 @@ module SiSU_CGI_SQL
|
|
|
541
541
|
<br>
|
|
542
542
|
<a href="http://www.sisudoc.org" >
|
|
543
543
|
<b>#{v.project}</b></a> <sup>©</sup> Ralph Amissah
|
|
544
|
-
1993, current
|
|
544
|
+
1993, current 2015.
|
|
545
545
|
All Rights Reserved.
|
|
546
546
|
<br>
|
|
547
547
|
#{v.project} is software for document structuring, publishing and search,
|
|
@@ -579,7 +579,7 @@ module SiSU_CGI_SQL
|
|
|
579
579
|
<br>Standard SiSU meta-markup syntax, and the
|
|
580
580
|
<br>Standard SiSU <u>object citation numbering</u> and system, (object/text identifying/locating system)
|
|
581
581
|
<br>
|
|
582
|
-
<sup>©</sup> Ralph Amissah 1997, current
|
|
582
|
+
<sup>©</sup> Ralph Amissah 1997, current 2015.
|
|
583
583
|
All Rights Reserved.
|
|
584
584
|
</font></p>
|
|
585
585
|
</td></tr>
|
data/lib/sisu/constants.rb
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
|
|
56
56
|
=end
|
|
57
57
|
#Ax,Xx,Mx,Rx,Hx,Dx,Px,Ep,Db,Gt,Tex=Array.new(11){{}}
|
|
58
|
-
YEAR='
|
|
58
|
+
YEAR='2015'
|
|
59
59
|
Sfx={
|
|
60
60
|
txt: '.txt',
|
|
61
61
|
txt_textile: '.textile',
|
|
@@ -271,7 +271,7 @@ else
|
|
|
271
271
|
}
|
|
272
272
|
end
|
|
273
273
|
Db={
|
|
274
|
-
name_prefix: "SiSU
|
|
274
|
+
name_prefix: "SiSU.#{SiSU_is.version_major?}a.",
|
|
275
275
|
name_prefix_db: "sisu_#{SiSU_is.version_major?}a_",
|
|
276
276
|
col_title: 800,
|
|
277
277
|
col_title_part: 400,
|
metadata
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sisu
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.1.
|
|
4
|
+
version: 7.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ralph Amissah
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-05-
|
|
11
|
+
date: 2015-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: documents - structuring, publishing in multiple formats & search [7.1.
|
|
14
|
-
from git 7.1.
|
|
13
|
+
description: documents - structuring, publishing in multiple formats & search [7.1.3
|
|
14
|
+
from git 7.1.3.r0.g0a971e4] (linux calls & without external dependencies)
|
|
15
15
|
email: ralph.amissah@gmail.com
|
|
16
16
|
executables:
|
|
17
17
|
- sisugem
|