0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Choosing a better method name for adding resource files to the classpath. Also allowing a directory to appear at the beginning, as well as the end, of the classpath. More... over 11 years ago
A little bit of refactoring of the library used to add jars and directories to the classpath. Also removed some of the debugging puts statements. More... over 11 years ago
Don't need a plain-text file any longer (have the Markdown version); trying to keep things DRY. More... about 14 years ago
Added a markdown version of the plain text README for nicer presentation on GitHub. More... about 14 years ago
* Updated the README to remove some blank lines, and to give correct URL for project on github, as well as date of initial release. * Updated the description that is shown on rubygems.org, since the HTML formatting did not make the output look pretty. Just installed 'gemwhois' and noticed that it respects line-breaks in the description, so I've gone back to a simple text-formatted description. More... about 14 years ago
Updated the Rakefile to: * correctly specify the test file * give an html-formatted description of how and why someone would use this gem More... about 14 years ago
Some rewording of the rdoc for brevity/clarity. More... about 14 years ago
Updated the links in the README to give URLs that are actually useful. More... about 14 years ago
Updated the version, since I update the description in the Rakefile (thus creating a new version of the gem). More... about 14 years ago
Adding a description for this gem. More... about 14 years ago
Rewording the summary for brevity. More... about 14 years ago
* Adding a default sort order for files and directories Note: This is important because Dir globbing produces different file list orders on different platforms. * Added the option for specifying a custom sort order * Printing a warning message if an invalid option is encountered * Updated the gem summary description, and the README to include examples for using the various options More... about 14 years ago
Changed instance var into class var so that it would need to be defined once, instead of in each test setup. Also slightly reworded comment for clarity. More... about 14 years ago
* Added a test target to run tests (they were run by hand previously). * Modified the API to take an options hash instead of a recurse flag. The options has allows one to pass in the recurse flag, as well as include and exclude patterns for the filenames. * Updated to test the new options available. Also refactored the tests to reset the global hash that keeps track of which files have already been required. More... about 14 years ago
Ignoring files that should not be in version control (e.g. editor swap files, and build products). More... about 14 years ago
Attempt to package 'required' into a gem. More... about 14 years ago
Second part of the rename. Should have been part of the previous commit. More... about 14 years ago
Catchier name "required" instead of "require_all". Updated test directory to use new name. More... about 14 years ago
Initial commit of 'required' project. It basically gives the command: require_all directory require_all [directories] require_all [directories], recurse This is usful for such tasks as: * requiring a bunch of jar for a JRuby project * requiring a bunch of ruby files for better rcov stats (finding dead code) More... about 14 years ago