Gem::Specification.new do |s| s.name = "auto_complete_jquery" s.version = "0.1.2" s.date = "2008-12-28" s.summary = "auto-complete method for Rails controllers using Dylan Verheul's jQuery autocomplete plugin" s.email = "chris@cobaltedge.com" s.homepage = "http://github.com/mojombo/grit" s.description = "This plugin provides a auto-complete method for your controllers to be used with Dylan Verheul's jquery autocomplete plugin." s.has_rdoc = true s.authors = ["Chris Bailey"] s.files = ["CHANGELOG", "README", "Rakefile", "auto_complete_jquery.gemspec", "init.rb", "lib/auto_complete_jquery.rb"] s.rdoc_options = ["--main", "README"] s.extra_rdoc_files = ["CHANGELOG", "README"] end