Provide a Compass::VERSION constant.
This commit is contained in:
parent
b13fd43a2e
commit
e6b14cf5bb
@ -7,6 +7,7 @@ end
|
|||||||
|
|
||||||
module Compass
|
module Compass
|
||||||
extend Compass::Version
|
extend Compass::Version
|
||||||
|
VERSION = "#{version[:major]}.#{version[:minor]}.#{version[:patch]}"
|
||||||
def base_directory
|
def base_directory
|
||||||
File.expand_path(File.join(File.dirname(__FILE__), '..'))
|
File.expand_path(File.join(File.dirname(__FILE__), '..'))
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user