From nobody at rubyforge.org Mon Jan 17 04:28:59 2011 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 17 Jan 2011 04:28:59 -0500 (EST) Subject: [Muby-submits] [289] trunk/lib/muby/user_methods.rb: removed dual output logging... Message-ID: <20110117092859.98383167831F@rubyforge.org> Revision: 289 Author: zond Date: 2011-01-17 04:28:58 -0500 (Mon, 17 Jan 2011) Log Message: ----------- removed dual output logging... Modified Paths: -------------- trunk/lib/muby/user_methods.rb Modified: trunk/lib/muby/user_methods.rb =================================================================== --- trunk/lib/muby/user_methods.rb 2010-06-03 21:37:50 UTC (rev 288) +++ trunk/lib/muby/user_methods.rb 2011-01-17 09:28:58 UTC (rev 289) @@ -142,7 +142,6 @@ def sendn(string, echo = true) echo(string) if echo @connection.send(string) if @connection - log_output(string) end # Send a message to the server, with a \n From nobody at rubyforge.org Mon Jan 17 04:29:32 2011 From: nobody at rubyforge.org (nobody at rubyforge.org) Date: Mon, 17 Jan 2011 04:29:32 -0500 (EST) Subject: [Muby-submits] [290] trunk/lib/muby/configuration.rb: bumped version Message-ID: <20110117092932.8E90A167831F@rubyforge.org> Revision: 290 Author: zond Date: 2011-01-17 04:29:32 -0500 (Mon, 17 Jan 2011) Log Message: ----------- bumped version Modified Paths: -------------- trunk/lib/muby/configuration.rb Modified: trunk/lib/muby/configuration.rb =================================================================== --- trunk/lib/muby/configuration.rb 2011-01-17 09:28:58 UTC (rev 289) +++ trunk/lib/muby/configuration.rb 2011-01-17 09:29:32 UTC (rev 290) @@ -4,7 +4,7 @@ module Muby - VERSION = "0.7.18" unless defined?(Muby::VERSION) + VERSION = "0.7.19" unless defined?(Muby::VERSION) # # The class that encapsulates all configuration.