lib/jammit.rb in ghazel-jammit-0.6.0.1 vs lib/jammit.rb in ghazel-jammit-0.6.0.2
- 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.0.1"
+ VERSION = "0.6.0.2"
ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
ASSET_ROOT = File.expand_path((defined?(Rails) && Rails.root.to_s.length > 0) ? Rails.root : ".") unless defined?(ASSET_ROOT)