I'm using ruby-1.8.6 p111 which I've used fine with rubyscript2exe for months. I've kept everything the same, but if
I upgrade from rubygems-1.1.1 to rubygems-1.2.0, rubyscript2exe spits out errors when trying to compile any script.
I've tested this with a simple one-line script. Just a hello.rb document with the line "puts 'hello'" and
that's it. This works fine with 1.1.1 but not with 1.2.0. I've tried upgrading from 1.1.1 to 1.2.0 and I've tried
completely reinstalling ruby (1.8.6 p111) and installing rubygems-1.2.0 from scratch, and it still has the same problem.
So in conclusion, something change with rubygems-1.2.0 and it has broken rubyscript2exe. |