giblish 0.7.5 → 0.7.6
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/docs/README.adoc +3 -4
- data/lib/{giblish-search.rb → giblish-search.cgi} +1 -1
- data/lib/giblish/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01704f427e4785240f22f270809fc7daba1b92a420064459d1d77bfce5091e10
|
|
4
|
+
data.tar.gz: 6ae9177e72be9aa5a21f3e0b622e2756dc579b704cbaa64767503a1b06666074
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06de334ef986255d0559dcb1ca38850205a2f21c9eafe7c803508b8942cb9abdb8f194f9010ba716b7f3bb9bca834511e04c8d3ec8b5ab5af8d905874dd5edba
|
|
7
|
+
data.tar.gz: 30150805ce92a8aaa23dc67167cea23db43a7adcb9b688d64352019a7e60b2a0b5fa0c6aef6d01e75d83f7c4dd018a763fc5ebdf6b4e8df95f161883a8212376
|
data/docs/README.adoc
CHANGED
|
@@ -12,7 +12,7 @@ a destination directory tree containing the corresponding html or pdf files
|
|
|
12
12
|
and adds some handy tools for easier navigation of the resulting files.
|
|
13
13
|
|
|
14
14
|
An example of how giblish can generate the master branch of the official asciidoc.org
|
|
15
|
-
documentation git repo can be found at
|
|
15
|
+
documentation git repo can be found at https://www.rillbert.se/asciidoctor_docs/master/myindex.html
|
|
16
16
|
|
|
17
17
|
The added tools include:
|
|
18
18
|
|
|
@@ -338,10 +338,9 @@ accessible at www.mywebsite.com/cgi-bin/giblish-search.cgi
|
|
|
338
338
|
|
|
339
339
|
In my case this returns `/var/lib/ruby/gems/2.4.0/gems/giblish-0.5.2/lib/giblish.rb`. This means that I will find the script in the same directory, i.e. `/var/lib/ruby/gems/2.4.0/gems/giblish-0.5.2/lib`.
|
|
340
340
|
|
|
341
|
-
. Copy the server side script to the /cgi-bin dir on the web server. In this example the cgi-bin dir
|
|
342
|
-
is configured to be /var/www/cgi-bin
|
|
341
|
+
. Copy the server side script to the /cgi-bin dir on the web server. In this example the cgi-bin dir is configured to be `/var/www/cgi-bin`
|
|
343
342
|
+
|
|
344
|
-
scp /var/lib/ruby/gems/2.4.0/gems/giblish-0.5.2/lib/giblish-search.
|
|
343
|
+
scp /var/lib/ruby/gems/2.4.0/gems/giblish-0.5.2/lib/giblish-search.cgi rillbert@my.web.server.org:/var/www/cgi-bin/giblish-search.cgi
|
|
345
344
|
|
|
346
345
|
////
|
|
347
346
|
|
data/lib/giblish/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: giblish
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Anders Rillbert
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -228,7 +228,7 @@ files:
|
|
|
228
228
|
- docs/setup_server_assets/giblish_deployment.graphml
|
|
229
229
|
- exe/giblish
|
|
230
230
|
- giblish.gemspec
|
|
231
|
-
- lib/giblish-search.
|
|
231
|
+
- lib/giblish-search.cgi
|
|
232
232
|
- lib/giblish.rb
|
|
233
233
|
- lib/giblish/application.rb
|
|
234
234
|
- lib/giblish/buildgraph.rb
|