urturn-cli 0.6.3 → 0.6.4

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 +2 -3
data/bin/urturn CHANGED
@@ -10,7 +10,7 @@ program_desc "Command Line to access Webdoc API"
10
10
 
11
11
  version Webdoc::Cli::VERSION
12
12
 
13
- flag [:h, :host], :default_value => 'webdoc.com'
13
+ flag [:h, :host], :default_value => 'urturn.com'
14
14
 
15
15
  pre do |global_options, command, options, args|
16
16
  Webdoc::Cli.host = global_options[:host]
@@ -1,5 +1,5 @@
1
1
  module Webdoc
2
2
  module Cli
3
- VERSION = "0.6.3"
3
+ VERSION = "0.6.4"
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.6.3
4
+ version: 0.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-15 00:00:00.000000000 Z
13
+ date: 2013-01-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: gli
@@ -191,4 +191,3 @@ signing_key:
191
191
  specification_version: 3
192
192
  summary: Access Urturn through command line
193
193
  test_files: []
194
- has_rdoc: