semver.org/
1
6
10 11 12
# File 'lib/transpec/version.rb', line 10 def self.to_s [MAJOR, MINOR, PATCH].join('.') end