Sha256: 477c078311d655e384a8655388f70bcc4f42dd1e423705fb531804146613fb30
Contents?: true
Size: 337 Bytes
Versions: 3
Compression:
Stored size: 337 Bytes
Contents
require 'aruba/api' require 'fileutils' APP_BIN_PATH = File.join(FileUtils.pwd, 'bin', 'repo') module Aruba module Api # override aruba avoid 'current_ruby' call and make sure # that binary run on Win32 without the binstubs def detect_ruby(cmd) cmd = cmd.gsub(/^repo/, "ruby -S #{APP_BIN_PATH}") end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
repo_manager-0.7.3 | features/support/aruba.rb |
repo_manager-0.7.2 | features/support/aruba.rb |
repo_manager-0.7.1 | features/support/aruba.rb |