Gem::Specification.new do |s| s.name = %q{iclassify-interface} s.version = "1.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["W. Andrew Loe III"] s.date = %q{2008-12-08} s.description = %q{Module for interfacing with iclassify.} s.email = %q{loe@onehub.com} s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"] s.files = ["History.txt", "Manifest.txt", "README.txt", "Rakefile", "iclassify-interface.gemspec", "lib/iclassify-interface.rb", "lib/iclassify-interface/agent.rb", "lib/iclassify-interface/client.rb", "lib/iclassify-interface/node.rb", "lib/iclassify-interface/version.rb", "test/test_iclassify-interface.rb"] s.has_rdoc = true s.homepage = %q{http://github.com/loe/iclassify-interface} s.rdoc_options = ["--main", "README.txt"] s.require_paths = ["lib"] s.rubyforge_project = %q{iclassify-interface} s.rubygems_version = %q{1.2.0} s.summary = %q{Module for interfacing with an iclassify server.} s.test_files = ["test/test_iclassify-interface.rb"] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if current_version >= 3 then s.add_development_dependency(%q, [">= 1.8.2"]) else s.add_dependency(%q, [">= 1.8.2"]) end else s.add_dependency(%q, [">= 1.8.2"]) end end