bugsnag / bugsnag-ruby

BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby
https://docs.bugsnag.com/platforms/ruby
MIT License
246 stars 174 forks source link

Fix /examples filepaths on Windows #797

Open johnnyshields opened 9 months ago

johnnyshields commented 9 months ago

On Windows, file names cannot contain : (colon) character. This PR simply renames the example/rails-51/lib/tasks/resque:setup.rake file to resque_setup.rake. Since this is just an example file, it doesn't actually affect the gem.

clr182 commented 9 months ago

Hi @johnnyshields Thanks for raising this PR. We will be sure to take a look when priority allows us.