guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 247 forks source link

Include macOS Big Sur in Adapter::Darwin#usable? #479

Closed christiankn closed 4 years ago

christiankn commented 4 years ago

macOS Big Sur has target_os=darwin20

Darwin-adapter only looks for versions in [10,19]

Changed Darwin-adapter-regex to look for version numbers in [10,29]

Work on #478

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.4%) to 98.087% when pulling b34f5172729126911be29199c935e02dcc74fff6 on christiankn:478-support-macos-bigsur into ba5059c9f3a8594eae7e0050687c1a6735046d85 on guard:master.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.3%) to 98.036% when pulling b34f5172729126911be29199c935e02dcc74fff6 on christiankn:478-support-macos-bigsur into ba5059c9f3a8594eae7e0050687c1a6735046d85 on guard:master.

j15e commented 3 years ago

Kudos @christiankn - thank you for the fix!