Sha256: 8f65fbd28fd0387abef9f40d988e83033f7ee335d55225c3aa2c34eb9e310fc9

Contents?: true

Size: 567 Bytes

Versions: 92

Compression:

Stored size: 567 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']

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

Version data entries

92 entries across 92 versions & 1 rubygems

Version Path
pact_broker-2.27.6 Rakefile
pact_broker-2.27.5 Rakefile
pact_broker-2.27.4 Rakefile
pact_broker-2.27.3 Rakefile
pact_broker-2.27.2 Rakefile
pact_broker-2.27.0 Rakefile
pact_broker-2.26.1 Rakefile
pact_broker-2.26.0 Rakefile
pact_broker-2.25.0 Rakefile
pact_broker-2.24.0 Rakefile
pact_broker-2.23.4 Rakefile
pact_broker-2.23.3 Rakefile
pact_broker-2.23.2 Rakefile
pact_broker-2.23.1 Rakefile
pact_broker-2.23.0 Rakefile
pact_broker-2.22.0 Rakefile
pact_broker-2.21.0 Rakefile
pact_broker-2.20.0 Rakefile
pact_broker-2.19.2 Rakefile
pact_broker-2.19.1 Rakefile