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-support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.2
Choose a base ref
...
head repository: rspec/rspec-support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.3
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 26, 2014

  1. Generalize the gem backtrace exclusion.

    Previous regex matcher let gems slip through if a custom path was
    provided to bundler (e.g. `bundle install --path ../bundle`). Remove any
    explicit path dependencies on potential ruby version based directory
    names.
    cupakromer committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    da01d8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from rspec/backport-generalize-gem-backtrace

    Generalize the gem backtrace exclusion.
    cupakromer committed Jun 26, 2014
    Configuration menu
    Copy the full SHA
    3a948b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2014

  1. Merge pull request #90 from rspec/fallback_to_object_method_when_nece…

    …ssary
    
    Fallback to object.method when necessary
    JonRowe committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    bf3df4d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. Merge pull request #91 from benlangfeld/mod_prepend_support_detection

    Ruby 2.1 Module#prepend isn't private
    JonRowe committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    1900889 View commit details
    Browse the repository at this point in the history
  2. fixup changelog for #91

    JonRowe committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    81fe245 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Fix rspec/support/warnings so it can be loaded and used in isolation.

    It relies upon CallerFilter but wasn't requiring it.
    myronmarston committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    0cf0b06 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. Fix changelog link.

    [ci skip]
    myronmarston committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    6f19d25 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2014

  1. 3.0.3 release.

    myronmarston committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    f67769b View commit details
    Browse the repository at this point in the history
Loading