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: ruby/rake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.0.0
Choose a base ref
...
head repository: ruby/rake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.0.1
Choose a head ref
  • 12 commits
  • 12 files changed
  • 5 contributors

Commits on Aug 20, 2018

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

Commits on Aug 22, 2018

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

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    00aacdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46a8f7c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Add project metadata to the gemspec

    As per https://guides.rubygems.org/specification-reference/#metadata,
    add metadata to the gemspec file. This'll allow people to more easily
    access the source code, raise issues and read the changelog. These
    `bug_tracker_uri`, `changelog_uri`, `documentation_uri`, and
    `source_code_uri` links will appear on the rubygems page at
    https://rubygems.org/gems/rake and be available via the Rubygems API
    after the next release.
    orien committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    c3953d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Merge pull request #328 from orien/gem-metadata

    Add project metadata to the gemspec
    hsbt authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    a08b697 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Skip a taint test on Ruby 2.7

    Ruby 2.7 is deprecating taint, and taint will no longer have an
    effect. See https://bugs.ruby-lang.org/issues/16131.
    
    This just skips the test for FileList#clone and #dup copying the
    taint flag on Ruby 2.7+.
    jeremyevans committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    4dc6282 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Merge pull request #329 from jeremyevans/skip-taint-test-on-2.7

    Skip a taint test on Ruby 2.7
    hsbt authored Nov 1, 2019
    Configuration menu
    Copy the full SHA
    4a90acb View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Merge pull request #327 from mjbellantoni/mjb-order-only-arg-fix

    Fix an incorrectly resolved arg pattern
    hsbt authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    985abff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #271 from thorsteneckel/bugfix-reenable_invocation…

    …_exception
    
    Fixed bug: Reenabled task raises previous exception on second invokation
    hsbt authored Nov 12, 2019
    1 Configuration menu
    Copy the full SHA
    b6e2a66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8edd860 View commit details
    Browse the repository at this point in the history
  4. Bump version to 13.0.1

    hsbt committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c8251e2 View commit details
    Browse the repository at this point in the history
Loading