cuba-bin 0.2.1 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75eea8179e133e36a8e5feed24e753db2be3658e
4
- data.tar.gz: 344ab6fc1bc2a86ee5a59a9499f8f2e94f82253f
3
+ metadata.gz: c4fe609d5f950f480489f5f6325f8b33a6b687db
4
+ data.tar.gz: e686dba4ce27e60594116295868840966ffcd424
5
5
  SHA512:
6
- metadata.gz: 99fc7c31d2e7ff2e2448c6cb0605c0043ca0267f6c7a28c881e9b3282982d5fe14d9294fb19e2ae6b40fe178725750b2a5d36e61c73821ddabed050c46293794
7
- data.tar.gz: 63e6d5a105adbeb783d78150c8be434edc731bee23037b9ea64dc98e8138e8aadfe74181491b7ac957606636788102189f1a1c4024c151e7ea984cfbab62287d
6
+ metadata.gz: cf3608cd0c1c111364d164b26a7c85ce55342541189f5d9a06c7cf2b34925873a4a6f47c25580b6a0f2859aad0d0153974baf88b1729d82d5108809eda6f4cc0
7
+ data.tar.gz: c4516fa6331ecada60431c06285aa391cc37f8ae043b401ed84ff3962200ecce9c51dbef7553cd2154d7a08c117d49cc01d9f5e15ace44d04000bc354e88a3ad
@@ -4,7 +4,7 @@ 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
6
6
  # http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow
7
- preload_app true
7
+ # preload_app true
8
8
  GC.respond_to?(:copy_on_write_friendly=) and
9
9
  GC.copy_on_write_friendly = true
10
10
 
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.1'
6
+ VERSION = '0.2.2'
7
7
  end
8
8
 
9
9
  extend self
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - cj