Sha256: 2b36cab681f516d5f3e59f1ab4e1bc8e72d117782c9eb49e324cd120d7989cc7
Contents?: true
Size: 454 Bytes
Versions: 16
Compression:
Stored size: 454 Bytes
Contents
require "rubygems" require "bundler/setup" require 'rspec/core/rake_task' # 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 RSpec::Core::RakeTask.new task :default => 'spec'
Version data entries
16 entries across 16 versions & 2 rubygems