giblish 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19bcb7fd2f476219f4f104e6e86a8688a3729225444e18d8c0c67e9288a42835
4
- data.tar.gz: 2c1d85d59fe970d2fd5739fc1e1f2aa3099d128514bea3e3d8fb810205b11491
3
+ metadata.gz: 01704f427e4785240f22f270809fc7daba1b92a420064459d1d77bfce5091e10
4
+ data.tar.gz: 6ae9177e72be9aa5a21f3e0b622e2756dc579b704cbaa64767503a1b06666074
5
5
  SHA512:
6
- metadata.gz: d56e1b40199396e95ad66f9a1f319ff42efd6aac68db62e3e9c5b8ff593ef79f6e155999ad83fce8666c04e8f674dd8c073b305e0a33d5dde738c04a4f09fb4a
7
- data.tar.gz: df30010468ce07b912cb4d2f75e66db05a3396452d15436e52b18516408b9b67b052829520d149c0c101be12615752a4fcfb4ef0950aecef91eb990132cc34c9
6
+ metadata.gz: 06de334ef986255d0559dcb1ca38850205a2f21c9eafe7c803508b8942cb9abdb8f194f9010ba716b7f3bb9bca834511e04c8d3ec8b5ab5af8d905874dd5edba
7
+ data.tar.gz: 30150805ce92a8aaa23dc67167cea23db43a7adcb9b688d64352019a7e60b2a0b5fa0c6aef6d01e75d83f7c4dd018a763fc5ebdf6b4e8df95f161883a8212376
@@ -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 http://www.rillbert.se/adoc/examples/adocorg/master/myindex.html
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.rb rillbert@my.web.server.org:/var/www/cgi-bin/giblish-search.cgi
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
 
@@ -5,7 +5,7 @@ require "json"
5
5
  require "asciidoctor"
6
6
  require "open3"
7
7
  require "cgi"
8
- require "uri/generic"
8
+ require "uri"
9
9
 
10
10
  class GrepDocTree
11
11
  Line_info = Struct.new(:line, :line_no) {
@@ -1,3 +1,3 @@
1
1
  module Giblish
2
- VERSION = "0.7.5".freeze
2
+ VERSION = "0.7.6".freeze
3
3
  end
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.5
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-10-29 00:00:00.000000000 Z
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.rb
231
+ - lib/giblish-search.cgi
232
232
  - lib/giblish.rb
233
233
  - lib/giblish/application.rb
234
234
  - lib/giblish/buildgraph.rb