Skip to content

Issue with Ocra when building #61

@niuage

Description

@niuage

When I run bundle exec rake build --trace, I get this at some point:

Yay.

But then:

attr_reader :path
if File::ALT_SEPARATOR.nil?
  File::ALT_SEPARATOR = "\\" # this is line 19
end
SEPARATOR_PAT = /[#{Regexp.quote File::ALT_SEPARATOR}#{Regexp.quote File::SEPARATOR}]/ # }
ABSOLUTE_PAT = /\A([A-Z]:)?#{SEPARATOR_PAT}/i

Any ideas? I thought maybe it was my local ruby version. I tried with both 2.2.0 and 1.9.3. Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions