lib/sub_diff/version.rb in sub_diff-0.0.0 vs lib/sub_diff/version.rb in sub_diff-1.0.0

- old
+ new

@@ -1,17 +1,3 @@ module SubDiff - # Contains information about this gem's version - module Version - MAJOR = 0 - MINOR = 0 - PATCH = 0 - - # Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt> - # - # Example - # - # puts Version # '1.0.2' - def self.to_s - [MAJOR, MINOR, PATCH].join('.') - end - end -end \ No newline at end of file + VERSION = '1.0.0' +end