repo.or.cz
/
rainbows.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
doc: add HACKING document
[rainbows.git]
/
lib
/
rainbows
/
coolio_support.rb
blob
0fe613a026f3a28c436a608c7bb2ae834189d426
1
# -*- encoding: binary -*-
2
# :enddoc:
3
begin
4
require "coolio"
5
Coolio::VERSION >= "1.0.0" or abort "cool.io >= 1.0.0 is required"
6
rescue LoadError
7
require "rev"
8
Rev::VERSION >= "0.3.0" or abort "rev >= 0.3.0 is required"
9
end