From 8c0843df117db3fdddd605ebd3d6b3da9c3fa6cb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 23 Mar 2017 02:41:40 +0000 Subject: aggregate/pmq: update version numbers for Ruby and Linux Linux is in the 4.x and Ruby is into the 2.x range, by now, so try to get with the times. --- lib/raindrops/aggregate/pmq.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/raindrops/aggregate/pmq.rb b/lib/raindrops/aggregate/pmq.rb index 98d4169..8623cb1 100644 --- a/lib/raindrops/aggregate/pmq.rb +++ b/lib/raindrops/aggregate/pmq.rb @@ -6,7 +6,7 @@ require "fcntl" require "thread" require "stringio" -# \Aggregate + POSIX message queues support for Ruby 1.9 and \Linux +# \Aggregate + POSIX message queues support for Ruby 1.9+ and \Linux # # This class is duck-type compatible with \Aggregate and allows us to # aggregate and share statistics from multiple processes/threads aided @@ -14,8 +14,8 @@ require "stringio" # Raindrops::LastDataRecv Rack application, but can be used independently # on compatible Runtimes. # -# Unlike the core of raindrops, this is only supported on Ruby 1.9 and -# Linux 2.6. Using this class requires the following additional RubyGems +# Unlike the core of raindrops, this is only supported on Ruby 1.9+ and +# Linux 2.6+. Using this class requires the following additional RubyGems # or libraries: # # * aggregate (tested with 0.2.2) -- cgit v1.2.3-24-ge0c7