lib/vegas.rb in vegas-0.1.10 vs lib/vegas.rb in vegas-0.1.11
- old
+ new
@@ -5,10 +5,10 @@
require 'rubygems'
require 'rack'
end
module Vegas
- VERSION = "0.1.10"
+ VERSION = "0.1.11"
WINDOWS = !!(RUBY_PLATFORM =~ /(mingw|bccwin|wince|mswin32)/i)
JRUBY = !!(RbConfig::CONFIG["RUBY_INSTALL_NAME"] =~ /^jruby/i)
autoload :Runner, 'vegas/runner'