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.
@@ -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 => "Please Authenticate",
32
+ :authprompt => "desviar_user@instantlinux.net",
33
33
 
34
34
  :msg_adminuser => "Administrative username - has access to all records",
35
35
  :adminuser => "desviar",
@@ -1,7 +1,7 @@
1
1
  module Desviar
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  RELEASE = "2013-08-04"
4
- TIMESTAMP = "2013-08-04 21:02:33 -07:00"
4
+ TIMESTAMP = "2013-08-04 22:38:12 -07:00"
5
5
 
6
6
  def self.info
7
7
  "#{name} v#{VERSION} (#{RELEASE})"
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.17
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.17\n\nTo configure, download from:\n https://raw.github.com/instantlinux/desviar/master/config/config.rb.example\ninto
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: []