- Update Oj to 3.8
- Update Oj to 3.7
- Rewrite Errors stuff. There is now just a single
Cleverbot::Error
class. This improves portability with breaking API changes, and is just nicer in general.
- Fix unrecognized error throwing an error (#6) (saxton-tad)
- Bump HTTPClient version.
- Relicense as MIT.
- Use pessimistic version requirements, and bump Oj dependency.
- Improve performance by using optimized JSON instead of stdlib JSON
- Implement proper error handling for both of Cleverbot's errors, as well as a fallback error which complains about being unrecognized (#3).
- Merge
#create
into#initialize
. api_user
andapi_key
are no longer accessors, but readers.- Fix old links and what-not.
- Initial release.