lib/vegas.rb in vegas-0.1.9 vs lib/vegas.rb in vegas-0.1.10
- old
+ new
@@ -4,13 +4,11 @@
rescue LoadError
require 'rubygems'
require 'rack'
end
-$LOAD_PATH.unshift File.dirname(__FILE__)
-
module Vegas
- VERSION = "0.1.9"
+ VERSION = "0.1.10"
WINDOWS = !!(RUBY_PLATFORM =~ /(mingw|bccwin|wince|mswin32)/i)
JRUBY = !!(RbConfig::CONFIG["RUBY_INSTALL_NAME"] =~ /^jruby/i)
autoload :Runner, 'vegas/runner'