## [In git](https://github.com/elgalu/boolean_class/compare/v0.0.2...HEAD) ### New Features * n/a ### Bugfixes * n/a ### Chores * Added this Change Log file (Leo Gallucci) * Added Code Climate badge and Dependency Status badge (Leo Gallucci) * README.md, Gemfile, gemspec improvements (Leo Gallucci) * Confirmed support for ruby 2.0.0-p0, added more rubies to travis, added .ruby-version file (Leo Gallucci) ## [v0.0.2](https://github.com/elgalu/boolean_class/compare/v0.0.1...v0.0.2) ### New Features * n/a ### Bugfixes * n/a ### Chores * Added simplecov for code testing converage (Leo Gallucci) * Added travis for Continuous Integration testing (Leo Gallucci) ## [v0.0.1](https://github.com/elgalu/boolean_class/tree/v0.0.1) ## First gem release ### Features: * Convert anything to Boolean with Boolean() method (Leo Gallucci) * Check is_a? or kind_of? (Leo Gallucci)