Sha256: b459025d69c004400b13a08bf8e02c1c0323dbf4efbbf13d25a02bca8c6a1396

Contents?: true

Size: 263 Bytes

Versions: 8

Compression:

Stored size: 263 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'

Dir.glob('lib/tasks/**/*.rake').each { |task| load "#{Dir.pwd}/#{task}" }
Dir.glob('tasks/**/*.rake').each { |task| load "#{Dir.pwd}/#{task}" }
RSpec::Core::RakeTask.new(:spec)

task :default => [:spec]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pact_broker-client-1.3.0 Rakefile
pact_broker-client-1.2.0 Rakefile
pact_broker-client-1.1.0 Rakefile
pact_broker-client-1.0.3 Rakefile
pact_broker-client-1.0.2 Rakefile
pact_broker-client-1.0.1 Rakefile
pact_broker-client-1.0.0 Rakefile
pact_broker-client-0.0.6 Rakefile