#369: Change wording of sample-macruby/buildall.rb ---------------------------------------+------------------------------------ Reporter: keith.gautreaux@… | Owner: lsansonetti@… Type: enhancement | Status: new Priority: trivial | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: ---------------------------------------+------------------------------------ Below is a minor diff to change the output wording of the buildall.rb script. Just adding a little polish. http://svn.macosforge.org/repository/ruby/MacRuby/trunk/sample- macruby/buildall.rb @@ -39,5 +39,5 @@ [succeeded, failed].each { |a| a << 'None' if a.empty? } -puts "Successful to build: #{succeeded.join(', ')}" +puts "Successfully built: #{succeeded.join(', ')}" puts "Failed to build: #{failed.join(', ')}" \ No newline at end of file -- Ticket URL: <http://www.macruby.org/trac/ticket/369> MacRuby <http://macruby.org/>