gosu / releasy

A rake task generator to help with building/packaging/deploying Ruby applications (⚠️ unmaintained)
https://spooner.github.com/libraries/releasy/
MIT License
378 stars 29 forks source link

Issue with Ocra when building #61

Open niuage opened 8 years ago

niuage commented 8 years ago

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.

coontail commented 7 years ago

Same issue for me.