config/hoe.rb in pong-0.1.0 vs config/hoe.rb in pong-0.2.0

- old
+ new

@@ -25,10 +25,9 @@ end end RUBYFORGE_USERNAME.replace @config["username"] end - REV = nil # UNCOMMENT IF REQUIRED: # REV = `svn info`.each {|line| if line =~ /^Revision:/ then k,v = line.split(': '); break v.chomp; else next; end} rescue nil VERS = Pong::VERSION::STRING + (REV ? ".#{REV}" : "") RDOC_OPTS = ['--quiet', '--title', 'pong documentation',