Sha256: 3bddf8e5f91848af47916fb036d94984d71864b130163fe24739b52c814e16ce
Contents?: true
Size: 314 Bytes
Versions: 18
Compression:
Stored size: 314 Bytes
Contents
require("digest/sha1"); Bundler.Definition = { build: function(gemfile, lockfile, unlock) { unluck = unlock || {}; gemfile = Pathname.new(gemfile).expandPath(); if (!gemfile.file()) { throw new GemfileNotFound(gemfile+' not found'); } Dsl.evaluate(gemfile, lockfile, unlock); } };
Version data entries
18 entries across 18 versions & 1 rubygems