urturn-cli 0.5.1 → 0.5.2
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/bin/urturn +1 -1
- data/lib/webdoc-cli/version.rb +1 -1
- metadata +1 -1
data/bin/urturn
CHANGED
|
@@ -8,7 +8,7 @@ include GLI::App
|
|
|
8
8
|
|
|
9
9
|
program_desc "Command Line to access Webdoc API"
|
|
10
10
|
|
|
11
|
-
flag [:h, :host], :default_value => '
|
|
11
|
+
flag [:h, :host], :default_value => 'webdoc.com'
|
|
12
12
|
|
|
13
13
|
pre do |global_options, command, options, args|
|
|
14
14
|
Webdoc::Cli.host = global_options[:host]
|
data/lib/webdoc-cli/version.rb
CHANGED