madness 1.1.0 → 1.1.1

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: cced29facd3dba093bbc3b25729fce834ade95ebaeb4086fdb8ad0ee179165d5
4
- data.tar.gz: 615502287bd4ec1da6b75beddf1d57e2fcd76d71a23b728dc6921d577de7b71d
3
+ metadata.gz: c0d9a7f338ee05bf69857049572b01b6e8be8c8d1aa3ba9d1a27e17c8faea809
4
+ data.tar.gz: 3e253530c148e67f61aaaadd7fad033c8c9ee9f41bde9b9b14b2f4716a0dfaba
5
5
  SHA512:
6
- metadata.gz: b2d0b4dbf8bae41e71ec0ff9181dac4a0d4254a0219561d50161cb21b93f6abcf0acb6098d430f60c4d2874b05648c91865cf822d251b3bdbeb9894714f48c16
7
- data.tar.gz: 78462e7922c4ea8164cab394fe9bb1e0fbb14700947c716f40ab7a7c797094cbb9c7317599c33bf1fb786a45f2a4e8c7a88614d4396a1a9aea067ee5f42eea1d
6
+ metadata.gz: 331a7165e63136a14ad027f259300774c6282fbea101ec62565ffd3360a79ab58b554ca1fc700d6ffa88c0416fbc92fa7147810aded6f67e1587ff37a7770e3f
7
+ data.tar.gz: 408bc8b9e0d34dc5abdaf975e510ed858bcd162972a94a23b57e70d49042e8741a9a237693d233ebb2e63cf32840445bf99b380117d985acadbaa8a5fcfe9e69
data/README.md CHANGED
@@ -125,7 +125,7 @@ port: 3000
125
125
  # server listen address
126
126
  bind: 0.0.0.0
127
127
 
128
- # set a server root path
128
+ # set a server root path, for example:
129
129
  # base_uri: /docs
130
130
  base_uri: ~
131
131
 
@@ -6,13 +6,13 @@ module Madness
6
6
  usage 'madness server [PATH] [options]'
7
7
  usage 'madness init (-h|--help)'
8
8
 
9
- param 'PATH', 'Path to the markdown directory [default: .]'
9
+ param 'PATH', 'Path to the markdown directory (default: .)'
10
10
 
11
- option '-p --port NUMBER', 'Set server port number [default: 3000]'
12
- option '-b --bind ADDRESS', 'Set server listen address [default: 0.0.0.0]'
11
+ option '-p --port NUMBER', 'Set server port number (default: 3000)'
12
+ option '-b --bind ADDRESS', 'Set server listen address (default: 0.0.0.0)'
13
13
  option '-o --open', 'Open a web browser after launching'
14
14
  option '--auth USER:PASS', 'Enable basic authentication'
15
- option '--auth-zone NAME', 'The basic authentication prompt title [default: Restricted Documentation]'
15
+ option '--auth-zone NAME', 'The basic authentication realm (default: Restricted Documentation)'
16
16
  option '--theme FOLDER', 'Use a custom theme (either absolute or relative to the main documentation path)'
17
17
 
18
18
  example 'madness server'
@@ -11,7 +11,7 @@ port: 3000
11
11
  # server listen address
12
12
  bind: 0.0.0.0
13
13
 
14
- # set a server root path
14
+ # set a server root path, for example:
15
15
  # base_uri: /docs
16
16
  base_uri: ~
17
17
 
@@ -1,3 +1,3 @@
1
1
  module Madness
2
- VERSION = '1.1.0'
2
+ VERSION = '1.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: madness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-22 00:00:00.000000000 Z
11
+ date: 2023-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable