Sha256: 0d596551df6f176eeae4fea07b644e347d1a8d4ea7e11abe0ddd3243869bbd3b
Contents?: true
Size: 569 Bytes
Versions: 1
Compression:
Stored size: 569 Bytes
Contents
require 'rubygems' require 'rake' require 'echoe' Echoe.new('object-factory', '0.1.0') do | config | config.description = 'A simple object factory to help you build valid objects in your tests' config.url = 'http://github.com/rahoub/object-factory' config.author = 'Brightbox Systems Ltd' config.email = 'hello@brightbox.co.uk' config.ignore_pattern = ['tmp/*', 'script/*'] config.dependencies = ['rahoulb-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 |
---|---|
rahoulb-object-factory-0.1.0 | Rakefile |