Gem::Specification.new do |s| s.name = "calendar_date_select" s.version = "1.10.7" s.date = "2008-06-24" s.summary = "A popular and flexible JavaScript DatePicker for RubyOnRails" s.email = "timcharper@gmail.com" s.homepage = "http://github.com/timcharper/calendar_date_select" s.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/" s.has_rdoc = false s.authors = ["Tim Harper"] s.platform = Gem::Platform::RUBY s.files = Dir[ 'CHANGELOG', 'calendar_date_select.gemspec', 'init.rb', 'MIT-LICENSE', 'README', 'js_test/**/*', 'lib/**/*', 'public/**/*', 'test/**/*' ].to_a s.test_files = Dir['test/test_*.rb','test/**/*test.rb'] end