Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Darwin/Windows confusion in Rakefile
-windows = (RUBY_PLATFORM =~ /win/) rescue nil +windows = (RUBY_PLATFORM =~ /win32|cygwin/) rescue nil
- Loading branch information