# -*- encoding: utf-8 -*- # stub: term_extraction 0.1.7 ruby lib Gem::Specification.new do |s| s.name = "term_extraction".freeze s.version = "0.1.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["alex".freeze, "Daniel Huckstep".freeze] s.date = "2010-02-07" s.description = "Term extraction library".freeze s.email = "alexrabarts@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/term_extraction.rb".freeze, "lib/term_extraction/yahoo.rb".freeze, "lib/term_extraction/zemanta.rb".freeze, "term_extraction.gemspec".freeze, "test/fixtures/yahoo.xml".freeze, "test/fixtures/yahoo2.xml".freeze, "test/fixtures/zemanta.xml".freeze, "test/fixtures/zemanta2.xml".freeze, "test/term_extraction_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/alexrabarts/term_extraction".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Provides access to term extraction APIs such as Yahoo! Term Extraction API and Zemanta.".freeze s.test_files = ["test/term_extraction_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.1.6".freeze]) end