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

Ruby3, faraday2 compatibility, remove parse native collection override templates #74

Open
wants to merge 16 commits into
base: feature/1.10.0
Choose a base branch
from

Commits on Jan 11, 2021

  1. Updated dependencies

    apersaud committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    1b8bcda View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Replaces deprecated Proc.new usage

    “warning: Capturing the given block using Proc.new is deprecated; use `&block` instead”
    hspindell committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    0128aec View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    4a0f9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f6b132 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    72fb8ef View commit details
    Browse the repository at this point in the history
  2. Remove extra comma

    brunoenten committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    bb51333 View commit details
    Browse the repository at this point in the history
  3. remove dependence on AMS

    brunoenten committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    08eb6c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. ignore leading underscore

    brunoenten committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    2d5d0a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    61d65e8 View commit details
    Browse the repository at this point in the history
  2. ruby 3.0 compatibility

    brunoenten committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    b475475 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. fix block param

    brunoenten committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    7a76ffd View commit details
    Browse the repository at this point in the history
  2. more ruby 3 compatibility

    brunoenten committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    4cd6356 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. faraday 2 compatibility

    brunoenten committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    302900e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Remove models overrides templates

    Can't have two autoloaded files defining the same class. It results in
    inconsistent behavior.
    Built-in parse classes have to be properly reopened with class_eval.
    brunoenten committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    51fd897 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

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

Commits on Sep 19, 2022

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