riddl 0.99.197 → 0.99.198

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f63ab5e073d3f4ad52ca2a8da2610744e41c5bd3
4
- data.tar.gz: 6d2230ea52f58d53079cea749da984748705edbe
3
+ metadata.gz: b6b716944053cd0f1b4632586846e86ba49b2aaf
4
+ data.tar.gz: e845dd745ec0e9a3e5383b6c11a5c3d41223a627
5
5
  SHA512:
6
- metadata.gz: d81f4ada7e6f5439766326bea935a36d4e111b58fe32a069b9f5710c9963f4de8e29bdeb4492b1cf58b3912174d8e88af0af3e9efead16e0d22939c7064b3103
7
- data.tar.gz: c76110264a2abffa77c0e6136eda9f4a571b08d3b7c056604157da273582b5c86566e38faeda7be72c564b07ade64a97976a221a051c2ab75d8e85d32e9ef488
6
+ metadata.gz: bd91591dbb82304cec50fce6ea9e95633b68860b05d9b2e15bd800ca34440c421092722e84fc644f5ca42e3779d6a4ced2e61c0f8c27483acee3c1ca2b0031c9
7
+ data.tar.gz: e7eb83e656158549e184f6aa1d423b49484266668d852db291899bd65076e5537bbbcfb299a574e21880b17d0cc3b34d824265556a6038e83bdf253646f686a7
@@ -62,7 +62,7 @@ module Riddl
62
62
  operation = "start"
63
63
  ARGV.options { |opt|
64
64
  opt.summary_indent = ' ' * 4
65
- opt.banner = "Usage:\n#{opt.summary_indent}ruby server.rb [options] start|stop|restart|info|...\n"
65
+ opt.banner = "Usage:\n#{opt.summary_indent}ruby server.rb [options] start|stop|restart|info" + (@riddl_opts[:runtime_options].length > 0 ? '|' : '') + @riddl_opts[:runtime_options].map{|ro| ro[0]}.join('|') + "\n"
66
66
  opt.on("Options:")
67
67
  opt.on("--http-only", "-s", "Only http, no other protocols.") { http_only = true }
68
68
  opt.on("--verbose", "-v", "Do not daemonize. Write ouput to console.") { verbose = true }
@@ -111,8 +111,6 @@ module Riddl
111
111
  puts "Server (#{@riddl_opts[:url]}) already started"
112
112
  exit
113
113
  end
114
-
115
-
116
114
 
117
115
  ########################################################################################################################
118
116
  # stop/restart server
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.197"
3
+ s.version = "0.99.198"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "restful interface description and declaration language: tools and client/server libs"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riddl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.197
4
+ version: 0.99.198
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
8
8
  autorequire:
9
9
  bindir: tools
10
10
  cert_chain: []
11
- date: 2015-08-24 00:00:00.000000000 Z
11
+ date: 2015-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xml-smart