desviar 0.0.17 → 0.0.18
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.
- data/config/config.rb.example +1 -1
- data/lib/version.rb +2 -2
- metadata +2 -2
data/config/config.rb.example
CHANGED
|
@@ -29,7 +29,7 @@ $config = {
|
|
|
29
29
|
:redir_retain => "keep",
|
|
30
30
|
|
|
31
31
|
:msg_authprompt => "AuthPrompt appears as the realm in the browser authentication dialog",
|
|
32
|
-
:authprompt => "
|
|
32
|
+
:authprompt => "desviar_user@instantlinux.net",
|
|
33
33
|
|
|
34
34
|
:msg_adminuser => "Administrative username - has access to all records",
|
|
35
35
|
:adminuser => "desviar",
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: desviar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.18
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -258,7 +258,7 @@ files:
|
|
|
258
258
|
homepage: http://github.com/instantlinux/desviar
|
|
259
259
|
licenses: []
|
|
260
260
|
post_install_message: ! "------------------------------------------------------------------------------\nDesviar
|
|
261
|
-
v0.0.
|
|
261
|
+
v0.0.18\n\nTo configure, download from:\n https://raw.github.com/instantlinux/desviar/master/config/config.rb.example\ninto
|
|
262
262
|
a new file config.rb and export DESVIAR_CONFIG=<path>/config.rb.\n\nThanks for using
|
|
263
263
|
Desviar.\n------------------------------------------------------------------------------\n"
|
|
264
264
|
rdoc_options: []
|