Module Sprockets::Version
In: lib/sprockets/version.rb

Constants

MAJOR = 1
MINOR = 0
TINY = 2
STRING = [MAJOR, MINOR, TINY].join(".")

[Validate]