Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iat can be a float value #134

Merged
merged 3 commits into from Mar 23, 2016
Merged

iat can be a float value #134

merged 3 commits into from Mar 23, 2016

Commits on Mar 11, 2016

  1. iat can be a float value

    llimllib committed Mar 11, 2016
    Copy the full SHA
    4cf57b4 View commit details
    Browse the repository at this point in the history
  2. Check for Numeric, not float

    ruby decodes json integers into integer types, so don't assume
    that they're floats
    llimllib committed Mar 11, 2016
    Copy the full SHA
    7962604 View commit details
    Browse the repository at this point in the history
  3. add a test for integral iat

    llimllib committed Mar 11, 2016
    Copy the full SHA
    5bf39ea View commit details
    Browse the repository at this point in the history