require 'echoe'

Echoe.new('rails-test-serving', '0.1.1') do |p|
  p.description     = "Makes unit tests of a Rails application run instantly"
  p.url             = "https://github.com/Roman2K/rails-test-serving"
  p.author          = "Roman Le Négrate"
  p.email           = "roman.lenegrate@gmail.com"
  p.ignore_pattern  = "*.gemspec"
  p.development_dependencies = []
  p.rdoc_options    = %w(--main README.rdoc --inline-source --line-numbers --charset UTF-8)
end
