From 707041b330c7c5c4d901fde092a7faa8bb8f9f65 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 21 Nov 2015 08:52:31 +0000 Subject: revactor: remove fcntl dependency In the unlikely case somebody runs revactor, they won't need to load the extra fcntl.so library into their process anymore. In retrospect, we could've alway used IO#close_on_exec= since it appeared in 1.9.1 and (IIRC) revactor always required 1.9.1+ --- lib/rainbows/revactor.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rainbows/revactor.rb') diff --git a/lib/rainbows/revactor.rb b/lib/rainbows/revactor.rb index e68fee6..fae5f16 100644 --- a/lib/rainbows/revactor.rb +++ b/lib/rainbows/revactor.rb @@ -1,6 +1,5 @@ # -*- encoding: binary -*- require 'revactor' -require 'fcntl' Revactor::VERSION >= '0.1.5' or abort 'revactor 0.1.5 is required' # Enables use of the Actor model through {Revactor}[http://revactor.org] -- cgit v1.2.3-24-ge0c7