rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob 0fe613a026f3a28c436a608c7bb2ae834189d426 231 bytes (raw)
$ git show HEAD:lib/rainbows/coolio_support.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
8
9
 
# -*- encoding: binary -*-
# :enddoc:
begin
  require "coolio"
  Coolio::VERSION >= "1.0.0" or abort "cool.io >= 1.0.0 is required"
rescue LoadError
  require "rev"
  Rev::VERSION >= "0.3.0" or abort "rev >= 0.3.0 is required"
end

git clone https://yhbt.net/rainbows.git