v0.2.0
What's Changed
- Check for Integer instead of Fixnum/Bignum by @herwinw in #2
- Don't assign to an unused variable in test_cookie by @herwinw in #3
- Fixed a few warnings by @herwinw in #5
- Use assert_kind_of instead of if + assert(false) by @herwinw in #6
- Removed remaining references to Fixnum/Bignum by @herwinw in #4
- Remove hack to prevent years < 1970 in DateTime by @herwinw in #7
Full Changelog: v0.1.1...v0.2.0