vendor/bundle/bin/term_display in tdiary-5.0.1 vs vendor/bundle/bin/term_display in tdiary-5.0.2

- old
+ new

@@ -6,15 +6,15 @@ # this file is here to facilitate running it. # require 'rubygems' -version = ">= 0" +version = ">= 0.a" if ARGV.first str = ARGV.first str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding - if str =~ /\A_(.*)_\z/ + if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then version = $1 ARGV.shift end end