0
I Use This!
Inactive

Commits : Listings

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