Sha256: 21eeb7b0262ca35f10752499703b574e73599ad9a98d1af5f7b2771b2894513a

Contents?: true

Size: 582 Bytes

Versions: 69

Compression:

Stored size: 582 Bytes

Contents

# encoding: utf-8
require "bundler/gem_tasks"

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end

FileList['lib/tasks/**/*.rake'].each { |task| load "#{Dir.pwd}/#{task}" }
FileList['tasks/**/*.rake'].each { |task| load "#{Dir.pwd}/#{task}" }

task :default => ['db:prepare:test', :boot, :spec, 'pact:verify', 'bundle:audit']

task :boot do
  require File.join(File.dirname(__FILE__), 'config/boot')
end

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
pact_broker-2.79.1 Rakefile
pact_broker-2.79.0 Rakefile
pact_broker-2.78.1 Rakefile
pact_broker-2.78.0 Rakefile
pact_broker-2.77.0 Rakefile
pact_broker-2.76.2 Rakefile
pact_broker-2.76.1 Rakefile
pact_broker-2.76.0 Rakefile
pact_broker-2.75.0 Rakefile
pact_broker-2.74.1 Rakefile
pact_broker-2.74.0 Rakefile
pact_broker-2.73.0 Rakefile
pact_broker-2.72.0 Rakefile
pact_broker-2.71.0 Rakefile
pact_broker-2.70.0 Rakefile
pact_broker-2.69.0 Rakefile
pact_broker-2.68.1 Rakefile
pact_broker-2.68.0 Rakefile
pact_broker-2.67.0 Rakefile
pact_broker-2.66.0 Rakefile