lib/relevance/tarantula.rb in tarantula-0.0.5 vs lib/relevance/tarantula.rb in tarantula-0.0.8.1

- old
+ new

@@ -1,14 +1,13 @@ -require 'forwardable' - TARANTULA_ROOT = File.expand_path(File.join(File.dirname(__FILE__), "../..")) +require 'forwardable' require 'erb' -gem 'actionpack' -gem 'activesupport' +require 'rubygems' require 'active_support' require 'action_controller' + # bringing in xss-shield requires a bunch of other dependencies # still not certain about this, if it ruins your world please let me know #xss_shield_path = File.join(TARANTULA_ROOT, %w{vendor xss-shield}) #$: << File.join(xss_shield_path, "lib") #require File.join(xss_shield_path, "init") @@ -19,10 +18,10 @@ module Relevance; end module Relevance; module CoreExtensions; end; end module Relevance module Tarantula - VERSION = "0.0.5" + VERSION = "0.0.8.1" def tarantula_home File.expand_path(File.join(File.dirname(__FILE__), "../..")) end def log(msg)