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: guard/listen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: guard/listen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 13 files changed
  • 3 contributors

Commits on Apr 30, 2016

  1. remove unused spec code

    e2 committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    402a79e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0ce6c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01a028a View commit details
    Browse the repository at this point in the history
  4. Release 3.0.7

    e2 committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    432e9da View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Fall back to polling w/ warning on OS X 10.6-10.8

    Only if rb-fsevent is also > 0.9.4
    vaz authored and e2 committed May 18, 2016
    Configuration menu
    Copy the full SHA
    fefbbe0 View commit details
    Browse the repository at this point in the history
  2. explicity require forwardable

    e2 committed May 18, 2016
    Configuration menu
    Copy the full SHA
    51d7706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec6532 View commit details
    Browse the repository at this point in the history
  4. avoid unkillable thread problem on JRuby

    You can't kill a thread that is doing a sysread, so we just send a kill
    to those threads, and then we ignore them.
    
    The allows at least the Travis JRuby tests to run without hanging.
    e2 committed May 18, 2016
    Configuration menu
    Copy the full SHA
    37185e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33c783d View commit details
    Browse the repository at this point in the history
  6. Change rb-fsevent dependency to work on OS X 10.6-10.8

    Change `rb-fsevent` dependency from `>= 0.9.7` to `>= 0.9.4`, to enable gem
    to work on OS X 10.6 through 10.8.
    
    Needed as `rb-fsevent > 0.9.4` no longer supports OS X 10.6 through 10.8.
    
    Tested on OS X 10.8 via use with `guard-rspec` gem.
    
    Fixes #392
    robmckinnon authored and e2 committed May 18, 2016
    Configuration menu
    Copy the full SHA
    e3a2af7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3f8a6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8b1b51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f89a65 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #396 from guard/backport_major_bugfixes

    Backport various bugfixes up to Listen 3.1.5
    e2 committed May 18, 2016
    Configuration menu
    Copy the full SHA
    acd9de4 View commit details
    Browse the repository at this point in the history
  11. Release 3.0.8

    e2 committed May 18, 2016
    Configuration menu
    Copy the full SHA
    d08998e View commit details
    Browse the repository at this point in the history
Loading