require 'echoe' # try "rake -T" so see the wunderfull tasks generated by the little code below ;-) Echoe.new("timcharper-calendar_date_select") do |p| p.version = "1.11.1" p.author = "Tim Harper" p.email = "timcharper@gmail.com" p.url = "http://github.com/timcharper/calendar_date_select" p.summary = "A popular and flexible JavaScript DatePicker for RubyOnRails" p.description = <<-END_OF_DESCRIPTION CalendarDateSelect is semi-light-weight and easy to use! It takes full advantage of the prototype.js library, resulting in less code, but maintaining a great deal of functionality. Project site: http://code.google.com/p/calendardateselect/ END_OF_DESCRIPTION p.has_rdoc = false p.platform = Gem::Platform::RUBY p.ignore_pattern = Dir.glob("{tmp}/**/*") p.test_files = [ "test/test_helper.rb", "test/functional/calendar_date_select_test.rb", "test/functional/helper_methods_test.rb" ] end