public
Description: Ruby Gem for the Yahoo BOSS (Build your Own Search Service) web service. Full of test fruity goodness using rspec and cucumber
Homepage: http://eshopworks.lighthouseapp.com/projects/15732-rboss/overview
Clone URL: git://github.com/eshopworks/rboss-gem.git
rboss-gem / Rakefile
100644 4 lines (3 sloc) 0.14 kb
1
2
3
4
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['gem_tasks/**/*.rake'].each { |rake| load rake }