Re: [sup-devel] [PATCH] Fix monkey-patching of Tempfile

2010-10-13 Thread Rich Lane
Applied to master. ___ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel

[sup-devel] [PATCH] Fix monkey-patching of Tempfile

2010-10-08 Thread Michael Hamann
In Ruby 1.9.2 the interal function make_tmpname has changed it's parameters and the second parameter can be nil now. This breaks the monkey-patched Tempfile class in sup. Additionally, monkey-patching is not really necessary as the Tempfile class supports an array as basename instead of a string co