Sha256: 08f9195fc897390e545af13aa029f15f72c720058f04c3fbbd46b19ef23578a4

Contents?: true

Size: 203 Bytes

Versions: 16

Compression:

Stored size: 203 Bytes

Contents

module AlephExecutables
  class Deps
    def initialize(options); end

    def execute!
      puts 'Running bundle install ...'
      Bundler.with_clean_env { system 'bundle install' }
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

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