0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed name to Releasy. More... about 12 years ago
Extra docs. More... about 12 years ago
Removed redundant #require_libs in gemspec. More... about 12 years ago
Clear Bundler env variables in generated executables. More... about 12 years ago
Added references from #add_build and #add_archive More... about 12 years ago
Corrected docs on Project.initialize More... about 12 years ago
Added a #tap-like syntax. More... about 12 years ago
Changed the way #verbose and #md5 worked (more consistent with some other boolean 'attributes'). #verbose=/#verbose? => #verbose/#quiet/#verbose? #md5=/#md5? => #create_md5s/#create_md5s? More... about 12 years ago
Various alterations to make YARD more user-friendly. More... about 12 years ago
Added ability to remove unnecessary encoding files when building from dist (Builder#exclude_encoding). Renamed #no_tcl_tk to #exclude_tcl_tk for consistency and improved its effect. More... about 12 years ago
Split WindowsBuilder into WindowsBuilder (builds for windows) and OcraBuilder (Builds windows ON windows with Ocra). More... about 12 years ago
Added OSX app run test if built on OSX. More... about 12 years ago
Fixes for 1.8.7 and OS X More... about 12 years ago
Changed example win32 wrapper from 1.8.7 to 1.9.3 (better choice for distribution anyway). More... about 12 years ago
Added MD5 creation. More... about 12 years ago
Defaulted to using Ultra compression for archives (They are likely to be large, so it makes sense to make them as best you can). More... about 12 years ago
Added #no_tcl_tk when making from a rubydist (saves 20% of release size when compressed). More... about 12 years ago
Used FileLists rather than arrays for lists of files. More... about 12 years ago
Corrected path of windows exe called in a windows wrapper built on non-Windows system. More... over 12 years ago
Added another mention in the credits. More... over 12 years ago
Fixed ocra on UTF8. Possibly :D More... over 12 years ago
Attempt to fix encoding issue when using Ocra on non-Windows systems. More... over 12 years ago
Corrected wrappers readme again. More... over 12 years ago
Corrected wrappers readme. More... over 12 years ago
Committed instructions file for wrappers during testing. More... over 12 years ago
Fixed project test. More... over 12 years ago
Changed OSX app so it extracted from tar.gz rather than requiring pre-extracted app and test didn't fail if you didn't have the app there. Moved wrappers all to one place (for test purposes). More... over 12 years ago
Fixed tests I broke. More... over 12 years ago
Added command, 'relapse install-sfx' that installs the self-extractor package for 7z, to enable :exe archiving (needed on non-Windows only). More... over 12 years ago
Replaced :windows_folder_from_wrapper with :windows_folder_from_ruby_dist, which saves on a massive amount of unnecessary messing around! More... over 12 years ago