lib/jammit-ebtd.rb in jammit-ebtd-0.6.8 vs lib/jammit-ebtd.rb in jammit-ebtd-0.6.9
- old
+ new
@@ -2,10 +2,10 @@
# @Jammit@ is the central namespace for all Jammit classes, and provides access
# to all of the configuration options.
module Jammit
- VERSION = "0.6.8"
+ VERSION = "0.6.9"
ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
ASSET_ROOT = File.expand_path((defined?(Rails) && Rails.root.to_s.length > 0) ? Rails.root : ENV['RAILS_ROOT'] || ".") unless defined?(ASSET_ROOT)