Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
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: rspec/rspec-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.3
Choose a base ref
...
head repository: rspec/rspec-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.4
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 9, 2016

  1. Support rake 11.x

    The method `Rake.application.last_comment` has been removed
    in favor of `Rake.application.last_description`
    tjgrathwell authored and yujinakayama committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    34a0cfb View commit details
    Browse the repository at this point in the history
  2. Relax rake dependency

    ... so that we can notice when any breaking change is introduced in a
    major version bump of rake.
    
    Ref: #2197
    yujinakayama committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    cb00881 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcd716b View commit details
    Browse the repository at this point in the history
  4. Bump the patchlevel version of RSpec core

    This is so that we can release #2197
    Sam Phippen committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    580136d View commit details
    Browse the repository at this point in the history
Loading