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.
Files changed (3) hide show
  1. data/bin/urturn +1 -1
  2. data/lib/webdoc-cli/version.rb +1 -1
  3. 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 => 'w:d@dev-wd.webdoc.com'
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]
@@ -1,5 +1,5 @@
1
1
  module Webdoc
2
2
  module Cli
3
- VERSION = "0.5.1"
3
+ VERSION = "0.5.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urturn-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: