Thomas E Enebo wrote: > I changed the names of Ruby.evalScript on trunk last week to: > > Ruby.evalScriptlet(String) > Ruby.evalFile(Reader, String) > > Before these were both: > > Ruby.evalScript(String) > Ruby.evalScript(Reader, String) > > I was going to update this in goldspike, but the build system needs > multiple changes to run against trunk and I did not know exactly what > I needed to change to make sure things are working...
I mentioned this on Raphaƫl's post, but I'll mention it again... There will be a 1.0.1 release without the API changes soon, so it might be best to have a stable GoldSpike release based on that. Incompatible API changes will remain on trunk to target 1.1 and we'll make a better effort to merge compatibility and perf changes to the 1.0 branch from now on. - Charlie _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
