0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Regenerated gemspec for version 0.3.0 More... almost 15 years ago
Version bump to 0.3.0 More... almost 15 years ago
Better logging More... almost 15 years ago
Log level ERROR for exception, DEBUG for backtraces and INFO for halted tasks. More... almost 15 years ago
Added install intructions More... almost 15 years ago
Logging in ERROR level More... almost 15 years ago
Minor formatting correction More... almost 15 years ago
Markdown headings in Readme More... almost 15 years ago
Regenerated gemspec for version 0.2.0 More... almost 15 years ago
Version bump to 0.2.0 More... almost 15 years ago
Markdown readme More... almost 15 years ago
Added README info More... almost 15 years ago
Added spec to make sure that task subclassing works with Task module More... almost 15 years ago
Added parameter validation macros for task classes. Renamed custom validation method from valid? to validate (valid? runs it internally as part of validations routine) More... almost 15 years ago
Task does not process if passed a failed report (halt processing chain) More... almost 15 years ago
Added Report#run_report for easy status checking in client code. Needs specs! More... almost 15 years ago
Added default Logger, complete demo script, report.error, rescueing in Strategy#run, not duping task arguments More... almost 15 years ago
Rescuing Spec::Mocks::MockExpectationError to avoid breaking RSpec, which relies on exceptions for its expectations (big HACK!) More... almost 15 years ago
Removed unused spec More... almost 15 years ago
Fixed demo More... almost 15 years ago
Moved demo script and file to demo/ More... almost 15 years ago
Regenerated gemspec for version 0.1.0 More... almost 15 years ago
Version bump to 0.1.0 More... almost 15 years ago
Added Strategy#with_input which allows to change input for upcoming tasks run with #run_task More... almost 15 years ago
Not defining initialize in Strategies to avoid meddling with client code. More... almost 15 years ago
Removed test tasks and strategies and moved the into demo script More... almost 15 years ago
Turned strategy and task classes into modules so you can use ProtoProcessor tasks and strategies in you own code More... almost 15 years ago
Regenerated gemspec for version 0.0.2 More... almost 15 years ago
Removed some example text More... almost 15 years ago
Version bump to 0.0.2 More... almost 15 years ago