lib/relevance/tarantula.rb in tarantula-0.4.3 vs lib/relevance/tarantula.rb in tarantula-0.5.0
- old
+ new
@@ -2,9 +2,15 @@
require 'erb'
require 'active_support'
require 'action_controller'
require 'htmlentities'
+if RUBY_VERSION < '1.9.1'
+ warn "***************************************************"
+ warn "tarantula will stop supporting ruby 1.8.x in 0.6.0."
+ warn "***************************************************"
+end
+
module Relevance; end
module Relevance; module CoreExtensions; end; end
module Relevance
module Tarantula
def tarantula_home