lib/gmail/version.rb in gmail-0.4.0 vs lib/gmail/version.rb in gmail-0.4.2

- old
+ new

@@ -1,12 +1,3 @@ -module Gmail - class Version #:nodoc: - MAJOR = 0 - MINOR = 4 - PATCH = 0 - STRING = [MAJOR, MINOR, PATCH].join('.') - end # Version - - def self.version # :nodoc: - Version::STRING - end -end # Gmail +module Gmail + VERSION = "0.4.2" +end # Gmail