Sha256: e545585a5b234f2b88f9786bf961cafeda08473a01759c23de16352e50c4bcba

Contents?: true

Size: 261 Bytes

Versions: 16

Compression:

Stored size: 261 Bytes

Contents

module AlephExecutables
  class BundleRunner
    def initialize(options)
      @options = options
    end

    def run(cmd, *env_vars)
      evs = *env_vars
      Utils.bundle_exec_with_clean_env(cmd, @options.select{ |k,v| evs.include?(k) })
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev bin/executables/bundle_runner.rb
aleph_analytics-0.4.8 bin/executables/bundle_runner.rb
aleph_analytics-0.4.7 bin/executables/bundle_runner.rb
aleph_analytics-0.4.4 bin/executables/bundle_runner.rb
aleph_analytics-0.4.2 bin/executables/bundle_runner.rb
aleph_analytics-0.4.1 bin/executables/bundle_runner.rb
aleph_analytics-0.3.0 bin/executables/bundle_runner.rb
aleph_analytics-0.2.0 bin/executables/bundle_runner.rb
aleph_analytics-0.1.0 bin/executables/bundle_runner.rb
aleph_analytics-0.0.6 bin/executables/bundle_runner.rb
aleph_analytics-0.0.5 bin/executables/bundle_runner.rb
aleph_analytics-0.0.4 bin/executables/bundle_runner.rb
aleph_analytics-0.0.3 bin/executables/bundle_runner.rb
aleph_analytics-0.0.2 bin/executables/bundle_runner.rb
aleph_analytics-0.0.1.alpha bin/executables/bundle_runner.rb
aleph_analytics-0.0.0.alpha bin/executables/bundle_runner.rb