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: rubychan/coderay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.3
Choose a base ref
...
head repository: rubychan/coderay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 8 files changed
  • 3 contributors

Commits on May 30, 2020

  1. fix simplecov for Ruby 2.7

    korny committed May 30, 2020
    Configuration menu
    Copy the full SHA
    a135917 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

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

Commits on Jun 24, 2020

  1. Update MIT-LICENSE

    korny authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    228e873 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #250 from djberg96/rdoc_options

    Remove invalid -S option from rdoc_options
    korny authored Jun 24, 2020
    Configuration menu
    Copy the full SHA
    8f4254b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Fix test suite for ruby 3.0 change for methods on subclass of Array

    With ruby 3.0, especially with ruby/ruby#3690 ,
    for subclass of Array, `flatten` method now returns the instance of Array,
    not of the subclass.
    
    To keep the object instance of the subclass, use `flatten!` instead.
    mtasaka committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    c1c1503 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. test for ruby 3, too

    korny committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    050259d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #255 from mtasaka/ruby30-fix

    Fix test suite for ruby 3.0 change for methods on subclass of Array
    korny authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    4982353 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cd9459 View commit details
    Browse the repository at this point in the history
  4. fix Travis warnings

    korny committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    c25e8ef View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    bd3a167 View commit details
    Browse the repository at this point in the history
  2. add CircleCI config

    korny committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    2862117 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e35c86 View commit details
    Browse the repository at this point in the history
  4. add missing badge token

    korny authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f71b25d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. fix CircleCI status badge

    korny authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    01144a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eabc13c View commit details
    Browse the repository at this point in the history
Loading