Sha256: a9c9e10eddb5dd7602f326accf0f3dc1cf0ea2dcf8240c390c03586b204a6e42
Contents?: true
Size: 372 Bytes
Versions: 57
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
57 entries across 57 versions & 7 rubygems