Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qrush/m
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.1
Choose a base ref
...
head repository: qrush/m
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.1
Choose a head ref
  • 12 commits
  • 25 files changed
  • 6 contributors

Commits on May 27, 2019

  1. Test only the currently supported versions

    Why:
    
    * Both MRI and JRuby support only a few versions, the other having been
      EOLed, there is no reason for m to support EOLed versions. Although we
      will not actively try to break anything, it is advisable that you
      upgrade as soon as possible.
    
    This change addresses the need by:
    
    * Bumping all the version in the CI
    zamith committed May 27, 2019
    Configuration menu
    Copy the full SHA
    257cebb View commit details
    Browse the repository at this point in the history
  2. Adds support for passthrough options

    Why:
    
    * There are some options, such as the seed that we might want to pass
      down to the actual runner
    
    This change addresses the need by:
    
    * Taking any option that is not supported by m and passing it down to
      the runner
    zamith committed May 27, 2019
    Configuration menu
    Copy the full SHA
    7187486 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    zamith authored May 27, 2019
    Configuration menu
    Copy the full SHA
    d35375b View commit details
    Browse the repository at this point in the history
  4. Update README.md

    zamith authored May 27, 2019
    Configuration menu
    Copy the full SHA
    1c08a9c View commit details
    Browse the repository at this point in the history
  5. Update README.md

    zamith authored May 27, 2019
    Configuration menu
    Copy the full SHA
    de8fbba View commit details
    Browse the repository at this point in the history
  6. Update README.md

    zamith authored May 27, 2019
    Configuration menu
    Copy the full SHA
    453effc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. README: Show build status of master branch (#81)

    This change makes the CI badge show the correct status of the master branch.
    
    Sometimes, other branches fail, such as dependency updates by bots. That should not reflect badly on the README's badge.
    olleolleolle authored May 25, 2020
    Configuration menu
    Copy the full SHA
    cc139f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. [#85] Appraisal Tests: fix running all tests (#86)

    This fixes an issue when running all tests in each appraisal.
    ```
    bundle exec appraisal rake test
    ```
    
    Fixes #85
    gi authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    0d3d18a View commit details
    Browse the repository at this point in the history
  2. Version 1.6.0

    gi committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    103c51f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. [#87] GitHub Workflow: ruby-ci (#88)

    * [#87] GitHub Workflow: ruby-ci
    
    This workflow builds and tests against the current ruby versions and each appraisal.
    
    * [#87] Appraisals: update library version in lockfiles
    
    The lockfiles were not previously update with the latest package version.
    
    * [#87] GitHub Workflow: ruby-ci - remove jruby
    
    The development dependencies conditioned on jruby cause issues with the
    current workflow setup:
    * allocation_stats
    * rdiscount
    * rocco
    gi authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    9013918 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

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

Commits on Nov 19, 2022

  1. 1.6.1

    searls committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    c522061 View commit details
    Browse the repository at this point in the history
Loading