5
I Use This!
Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make Thor::Runner#initialize_thorfiles private.
nex3
as Nathan Weizenbaum
More... almost 16 years ago
thor.rb should require thor/util.
nex3
as Nathan Weizenbaum
More... almost 16 years ago
Add -D as an alias for Thor#help to match Rake.
nex3
as Nathan Weizenbaum
More... almost 16 years ago
Get rid of the ObjectSpace monkeypatch in the thor executable.
nex3
as Nathan Weizenbaum
More... almost 16 years ago
Narrow down the scope of the thor executable even more.
nex3
as Nathan Weizenbaum
More... almost 16 years ago
Make the 'no thorfiles' error a little more accurate.
nex3
as Nathan Weizenbaum
More... almost 16 years ago
Add rake2thor to the gem binfiles.
nex3
as Nathan Weizenbaum
More... almost 16 years ago
Extract Thor::Runner from the thor binary both to shrink the binary and to make it more accessible. More... about 16 years ago
Account for no subclasses being available even if with_modules is true. More... about 16 years ago
Don't rely on methods always making the opts argument optional.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Make sure opts parameters are always optional.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Make sure local Thorfiles override system-wide ones.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Update the gemspec.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Make Thor::Runner#help work with runner-ed tasks.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Factor out some thorfile loading logic.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Expand Thor#help to offer more detailed info about specific tasks if requested.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Clean up Thor::Runner#display_tasks a bit and move some of that logic to Thor::Task.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Clean up the runner:installed task.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Output errors to $stderr.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Raise Thor::Errors when errors occur rather than just puts-ing.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Raise more descriptive errors when accessing undefined Thor::Runner tasks.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Moving more logic into Thor::Task and Thor itself.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Clean up Thor::Runner#method_missing.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Spec Thor::Util and fix a couple bugs so exposed.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Move Thor::Util into its own file.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Add more aliases for 'thor help'.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Allow Thor.map to use Arrays as multiple keys.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Add an Emacs mode annotation to bin/thor.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Add a spec for 9bb6b7b.
nex3
as Nathan Weizenbaum
More... about 16 years ago
Add coverage to gitignore.
nex3
as Nathan Weizenbaum
More... about 16 years ago