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

Fetch upstream #1

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open

Fetch upstream #1

wants to merge 45 commits into from

Commits on Feb 22, 2014

  1. don't commit the lock

    alto committed Feb 22, 2014
    Configuration menu
    Copy the full SHA
    464801f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b28530b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f199cc6 View commit details
    Browse the repository at this point in the history
  4. cleaned up gemspec

    alto committed Feb 22, 2014
    Configuration menu
    Copy the full SHA
    418023b View commit details
    Browse the repository at this point in the history
  5. removed trailing whitespace

    alto committed Feb 22, 2014
    Configuration menu
    Copy the full SHA
    194c2de View commit details
    Browse the repository at this point in the history
  6. updated readme

    alto committed Feb 22, 2014
    Configuration menu
    Copy the full SHA
    c0e3582 View commit details
    Browse the repository at this point in the history
  7. updated copyright

    alto committed Feb 22, 2014
    Configuration menu
    Copy the full SHA
    813858e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    591ce29 View commit details
    Browse the repository at this point in the history
  9. version bump to 0.2.0

    alto committed Feb 22, 2014
    Configuration menu
    Copy the full SHA
    18534ac View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2014

  1. Configuration menu
    Copy the full SHA
    2216552 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2014

  1. Merge pull request #3 from pgaertig/fix/boolean_values

    Correctly match boolean and null values
    alto committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    48ade2e View commit details
    Browse the repository at this point in the history
  2. version bump to 0.2.1

    alto committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    f0ba19b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2014

  1. Configuration menu
    Copy the full SHA
    ba0bf76 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from pgaertig/feature/allow_symbols

    Allow Ruby symbols as keys and values
    alto committed May 3, 2014
    Configuration menu
    Copy the full SHA
    4f422e5 View commit details
    Browse the repository at this point in the history
  3. enable Travis CI

    alto committed May 3, 2014
    Configuration menu
    Copy the full SHA
    e389d5a View commit details
    Browse the repository at this point in the history
  4. enable Travis CI, part 2

    alto committed May 3, 2014
    Configuration menu
    Copy the full SHA
    580b04b View commit details
    Browse the repository at this point in the history
  5. updated changelog for #4

    alto committed May 3, 2014
    Configuration menu
    Copy the full SHA
    8534de9 View commit details
    Browse the repository at this point in the history
  6. enable Travis CI, part 3

    alto committed May 3, 2014
    Configuration menu
    Copy the full SHA
    dbfa9d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40eab39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cb5db5 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2014

  1. Support numbers in json.

    Without this change it would fail:
    
    TypeError: no implicit conversion of Fixnum into String
    plu committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    1540790 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from plu/master

    Support numbers in json.
    alto committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    1e823f8 View commit details
    Browse the repository at this point in the history
  3. version bump to 0.2.2

    alto committed Aug 17, 2014
    Configuration menu
    Copy the full SHA
    1622a1b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. Configuration menu
    Copy the full SHA
    c8984a4 View commit details
    Browse the repository at this point in the history
  2. version bump to 0.2.3

    alto committed Oct 14, 2014
    Configuration menu
    Copy the full SHA
    743ddbe View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. Configuration menu
    Copy the full SHA
    74c22ba View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2015

  1. Merge pull request #8 from derek-watson/feature/has_only

    has_only: enforce a fixed sets of JSON object properties
    alto committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    b34011d View commit details
    Browse the repository at this point in the history
  2. version bump to 0.3.0

    alto committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    617fa2d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2015

  1. use maxitext (== minitest++)

    alto committed May 22, 2015
    Configuration menu
    Copy the full SHA
    4d5fb7b View commit details
    Browse the repository at this point in the history
  2. playing around with rubocop

    alto committed May 22, 2015
    Configuration menu
    Copy the full SHA
    700b492 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3aaf48 View commit details
    Browse the repository at this point in the history
  4. increased lengthes

    alto committed May 22, 2015
    Configuration menu
    Copy the full SHA
    8da2de2 View commit details
    Browse the repository at this point in the history
  5. how to use rubocop

    alto committed May 22, 2015
    Configuration menu
    Copy the full SHA
    804f00d View commit details
    Browse the repository at this point in the history
  6. changes according to rubocop

    alto committed May 22, 2015
    Configuration menu
    Copy the full SHA
    778544f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. Add size check

    thomasjachmann committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    834d26b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbc2ebe View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Merge pull request #9 from thomasjachmann/add_size_check

    Add size check
    alto committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    98d1b36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2d90b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3b50c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2015

  1. Fix issue #10

    Pick another name. Unfortunately, an API breaking change.
    thomasjachmann committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    1b7c37d View commit details
    Browse the repository at this point in the history
  2. Adjust documentation

    thomasjachmann committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    1155215 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from thomasjachmann/issue_10

    Fix issue #10
    alto committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    102ac4a View commit details
    Browse the repository at this point in the history
  4. version bump to 0.4.1

    alto committed Aug 18, 2015
    Configuration menu
    Copy the full SHA
    a0fa3cf View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Remove support for test-unit and older versions of minitest

    We now only support Minitest, not Test::Unit or MiniTest anymore.
    alto committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7df1f95 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.0.0

    alto committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    daa802c View commit details
    Browse the repository at this point in the history