Rakefile in rahoulb-object-factory-0.1.1 vs Rakefile in rahoulb-object-factory-0.1.2

- old
+ new

@@ -1,9 +1,9 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('object-factory', '0.1.1') do | config | +Echoe.new('object-factory', '0.1.2') 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/*']