Module | Compass::Version |
In: |
lib/compass/version.rb
|
VERSION_DETAILS | = | { :major => 0, :minor => 12, :build => 7, :name => "Alnilam" |
Returns a hash representing the version. The :major, :minor, and :teeny keys have their respective numbers. The :string key contains a human-readable string representation of the version. The :rev key will have the current revision hash.
This method swiped from Haml and then modified, some credit goes to Nathan Weizenbaum