Bil Bas
Bil Bas
Shouldn't use sudo directly, since user can't trust the request for a password. Should instead suggest that the user uses sudo.
Assumes that Gem::Specification#bin_file is defined, which isn't there in 1.7.2 Either manually construct the path or require a newer version of rubygems (latter is probably more sensible).
Might want to explain this, since it is otherwise not obvious if you don't usually use Ocra. Also allow for Releasy module to exist, since we are, after all, using...
People are struggling to get things set up perfectly with the very limited documentation (not unreasonably), but the error messages are pretty much non-existant and you need to be running...
Innosetup is fine, but a cross-platform installer would be grand, especially if it handled updates!
icon.png => icon.ico & icon.icns If anyone can suggest a way to do this _on all platforms_, then I'm all ears :)
Need to make sure that #executable_type is explained, especially for :windows_wrapped build (since user may not be aware of the difference in build type on Windows).
Should have a list of folders to add to $LOAD_PATH, in case that is necessary.
tar.gz and tar.bz2 => libarchive gem zip => rubyzip gem Add 7za executable in Windows version of gem? --- DONE!