-
Lyle Johnson authored
By default it looks like rake-compiler doesn't modify the gem spec appropriately when we're cross-compiling for multiple Ruby versions. Added some lines to remove "lib/fox16.so" from the gem spec's list of files to include, and then added "lib/1.8/fox16.so" and "lib/1.9/fox16.so" back to the list, so that we get the correct result.
Lyle Johnson authoredBy default it looks like rake-compiler doesn't modify the gem spec appropriately when we're cross-compiling for multiple Ruby versions. Added some lines to remove "lib/fox16.so" from the gem spec's list of files to include, and then added "lib/1.8/fox16.so" and "lib/1.9/fox16.so" back to the list, so that we get the correct result.