cuba-bin 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40ca208dff5233dbc4567d43f43603c788c9d1e0
4
- data.tar.gz: 46ed27b965f1eb00bf4a1b4daa9d69f6afd3a698
3
+ metadata.gz: 75eea8179e133e36a8e5feed24e753db2be3658e
4
+ data.tar.gz: 344ab6fc1bc2a86ee5a59a9499f8f2e94f82253f
5
5
  SHA512:
6
- metadata.gz: ba703159dc22a19284daf85a313bf36aa007267614694d5c62e648dad48c19bb9c45e3be7cc97ac984c28fcc8e66be4280a2b9c44a68b2a3a50aa9f06771b885
7
- data.tar.gz: 97928c130416dc6a056496f739c4843cae5efd899caada5e97a930c82995afdcd5ff5450c5c28c552f24293fc44e10788b91d5d56068f36d3687bafbe975e9e2
6
+ metadata.gz: 99fc7c31d2e7ff2e2448c6cb0605c0043ca0267f6c7a28c881e9b3282982d5fe14d9294fb19e2ae6b40fe178725750b2a5d36e61c73821ddabed050c46293794
7
+ data.tar.gz: 63e6d5a105adbeb783d78150c8be434edc731bee23037b9ea64dc98e8138e8aadfe74181491b7ac957606636788102189f1a1c4024c151e7ea984cfbab62287d
data/bin/cuba CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  if ARGV.empty?
4
- puts "usage: cutest [-v] [-r lib] [-o test] [-s scope] file ..."
4
+ puts "usage: cuba [s *args]"
5
5
  exit
6
6
  end
7
7
 
data/lib/cuba/bin.rb CHANGED
@@ -3,7 +3,7 @@ require "cuba/bin/daemon"
3
3
 
4
4
  module Cuba::Bin
5
5
  unless defined? VERSION
6
- VERSION = '0.2.0'
6
+ VERSION = '0.2.1'
7
7
  end
8
8
 
9
9
  extend self
@@ -1,5 +1,5 @@
1
1
  worker_processes Integer(ENV["CUBA_BIN_WORKERS"] || 2)
2
- timeout Integer(ENV['CUBA_BIN_TIMEOUT'] || 30)
2
+ timeout Integer(ENV['CUBA_BIN_TIMEOUT'] || 15)
3
3
  listen Integer(ENV['CUBA_BIN_PORT'] || 8080)
4
4
 
5
5
  # combine Ruby 2.0.0dev or REE with "preload_app true" for memory savings
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cuba-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - cj