- Fix failure when job is not defined and fix exception handling for jobs (@nicholasorenrawlings)
- Add reserve_timeout option to job processing (@nicholasorenrawlings)
- Add travis-ci badge (@tdg5)
- Fix tests to run more reliably (@tdg5)
- Fix #29 ExpectedCrlfError name and invocation (@tdg5)
- Fixes issue with "chomp" nil exception when losing connection (Thanks @simao)
- Better handling of unknown or invalid commands during transmit
- Raise proper CRLF exception (Thanks @carlosmoutinho)
- Replace Telnet with tcpsocket thanks @vidarh
- Fixes status and ID parsing in a response (Thanks @justincase)
- Convert command to ASCII_8Bit to avoid gsub issues
- Fix 1.8.7 compatibility issues
- Add configuration block to beaneater and better job parsing
- BREAKING: json jobs now return as string by default not hashes
- Add timeout: false to transmit to allow longer reserve
- Add
Jobs#find_all
to fix #10 - Fixed issue with
tubes-list
by merging results - Add
Job#ttr
,Job#pri
,Job#delay
- Improved yardocs coverage and accuracy
- Initial release!