Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Flog#flog and FlogCLI::run to use path expansion the same way. #65

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 23, 2019

  1. Updated to primarily address path expansion changes.

    David M. Inman committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    50a68f8 View commit details
    Browse the repository at this point in the history
  2. Added test_flog_with_path_expander. Since path expansion is now done …

    …in Flog#flog and FlogCLI shares it a test was added to verify the new code.
    David M. Inman committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    6c6e1a8 View commit details
    Browse the repository at this point in the history
  3. Now uses Flog#flog to expand/traverse dirs to find ruby source files.…

    … This means both Flog and FlogCli share this same behavior. Failing to supply a ruby source file or finding no source file readable are now two different aborts. Usage statement is updated to show the use of standard input ruby source. Using require_relative to make sure ruby source file is loaded from development directory rather than an installed gem.
    David M. Inman committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    f244296 View commit details
    Browse the repository at this point in the history
  4. Updated version number to reflect minor enhancements. Modified Flog#f…

    …log to expand dirs in its args to files. It also returns false if no file or standard input is processed and true otherwise.
    David M. Inman committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    be2edf2 View commit details
    Browse the repository at this point in the history
  5. Using env to find ruby, removed hardwired path. Using require_relativ…

    …e to insure files are found from the developers dir rather than an installed gem.
    David M. Inman committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    1e341ef View commit details
    Browse the repository at this point in the history