[MacRuby] #369: Change wording of sample-macruby/buildall.rb
#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/>
#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: ---------------------------------------+------------------------------------ Comment(by keith.gautreaux@…): The HTML escaping ate the pasted diff so I saved it as a file and attached it to the ticket. -- Ticket URL: <http://www.macruby.org/trac/ticket/369#comment:1> MacRuby <http://macruby.org/>
#369: Change wording of sample-macruby/buildall.rb ---------------------------------------+------------------------------------ Reporter: keith.gautreaux@… | Owner: lsansonetti@… Type: enhancement | Status: closed Priority: trivial | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | ---------------------------------------+------------------------------------ Changes (by martinlagardette@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 0.5 => MacRuby 0.7 Comment: Thanks, just changed that (I've never seen this bug, i'm surprised) -- Ticket URL: <http://www.macruby.org/trac/ticket/369#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby