commander-rb / commander

The complete solution for Ruby command-line executables
MIT License
821 stars 74 forks source link

Fix Issue 36 - Ignore MissingSourceFile #37

Closed fallwith closed 7 years ago

fallwith commented 7 years ago

The MissingSourceFile constant is added to the list of constants to ignore because of the deprecation warnings that their usage cause.

With ActiveSupport 5+, MissingSourceFile has been deprecated and will now throw warnings.

This is fixes Issue 36

ggilder commented 7 years ago

Thanks @fallwith ! It looks like the build is failing on Ruby 1.9 — I'm merging https://github.com/commander-rb/commander/pull/38 to fix. Please rebase on master and I'll be happy to merge this PR!

fallwith commented 7 years ago

Thanks very much @ggilder. Done.

ggilder commented 7 years ago

Released under 4.4.1