sisu 7.1.1 → 7.1.2
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/bin/sisu +1 -1
- data/bin/sisugem +1 -1
- data/data/sisu/version.yml +3 -3
- 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: 0452e649b2e36784cf59a95d34c19d02a17ed6ee
|
|
4
|
+
data.tar.gz: df46259cf37b892eb7c5d191cffba10049322169
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1ccb457de6a329b4ffeee5b7b3b631f909e6ec83213a5383f68c8578effe2b58ce5db7626f4a7971b064e7ec0d082036ef03efdde6f97264e0ea5f1baa7203e
|
|
7
|
+
data.tar.gz: 36f119c78ad95cd449dad733bf429b61bfc04cad707db9b2002e1e71eb67844475f8bf2ed3808362e33f8adede35bfa76df3ee8efbb35e3a428882753a1c15bf
|
data/bin/sisu
CHANGED
|
@@ -115,7 +115,7 @@ class Orient
|
|
|
115
115
|
end
|
|
116
116
|
end
|
|
117
117
|
def sisu_this_lib
|
|
118
|
-
if
|
|
118
|
+
if Gem::Specification.any? \
|
|
119
119
|
and processing.sisu_runtime_path =~/\/gems\// \
|
|
120
120
|
and processing.sisu_runtime_path \
|
|
121
121
|
=~ /\/#{processing.gem_regex}\//
|
data/bin/sisugem
CHANGED
|
@@ -115,7 +115,7 @@ class Orient
|
|
|
115
115
|
end
|
|
116
116
|
end
|
|
117
117
|
def sisu_this_lib
|
|
118
|
-
if
|
|
118
|
+
if Gem::Specification.any? \
|
|
119
119
|
and processing.sisu_runtime_path =~/\/gems\// \
|
|
120
120
|
and processing.sisu_runtime_path \
|
|
121
121
|
=~ /\/#{processing.gem_regex}\//
|
data/data/sisu/version.yml
CHANGED
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.2
|
|
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-18 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.2
|
|
14
|
+
from git 7.1.2.r0.g17f9306] (linux calls & without external dependencies)
|
|
15
15
|
email: ralph.amissah@gmail.com
|
|
16
16
|
executables:
|
|
17
17
|
- sisugem
|