Sha256: fda2aa3ffeeefef548c2962ba937fe4a6bac6a7f1cf39482d1bdbc5abd20fe56
Contents?: true
Size: 372 Bytes
Versions: 7
Compression:
Stored size: 372 Bytes
Contents
require "rubygems" require "bundler/setup" # Immediately sync all stdout so that tools like buildbot can # immediately load in the output. $stdout.sync = true $stderr.sync = true # Change to the directory of this file. Dir.chdir(File.expand_path("../", __FILE__)) # This installs the tasks that help with gem creation and # publishing. Bundler::GemHelper.install_tasks
Version data entries
7 entries across 7 versions & 2 rubygems