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 for drive letters #367

Merged
merged 1 commit into from Aug 28, 2015
Merged

Fix for drive letters #367

merged 1 commit into from Aug 28, 2015

Commits on Aug 27, 2015

  1. Fix for drive letters

    `Pathname#relative_path_from` raises an `ArgumentError` when the
    self path and the base directory have different prefixes, on
    Windows and DOSish systems which have drive letters (or UNC).
    The absolute path just works fine in that case.
    nobu committed Aug 27, 2015
    Copy the full SHA
    d884dfe View commit details
    Browse the repository at this point in the history