Sha256: 06f425283e67fc0f391e352bf2f27d9fdb14ac5449ba10cc61bdd34d1811e4cb

Contents?: true

Size: 574 Bytes

Versions: 1

Compression:

Stored size: 574 Bytes

Contents

require 'rubygems'
require 'rake'
require 'echoe'

Echoe.new('object-factory', '0.1.3') do | config | 
  config.description = 'A simple object factory to help you build valid objects in your tests'
  config.url = 'http://github.com/brightbox/object-factory'
  config.author = 'Brightbox Systems Ltd'
  config.email = 'hello@brightbox.co.uk'
  config.ignore_pattern = ['tmp/*', 'script/*']
  config.dependencies = ['brightbox-rujitsu']
  config.development_dependencies = []
end

Dir["#{File.dirname(__FILE__)}/tasks/*.rake"].sort.each do | rake_file | 
  load rake_file
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
brightbox-object-factory-0.1.3 Rakefile