urturn-cli 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/urturn +1 -1
- data/lib/webdoc-cli/version.rb +1 -1
- 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 => '
|
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]
|
data/lib/webdoc-cli/version.rb
CHANGED
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.
|
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-
|
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:
|