Sha256: 539b3c40fbd694df1b6cc0b25639b7a5ca43290f1ea69e5ebcddd7c664cc8624
Contents?: true
Size: 1.73 KB
Versions: 1
Compression:
Stored size: 1.73 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{term_extraction} s.version = "0.1.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["alex", "Daniel Huckstep"] s.date = %q{2010-02-06} s.description = %q{Term extraction library} s.email = %q{alexrabarts@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README" ] s.files = [ ".gitignore", "LICENSE", "README", "Rakefile", "VERSION.yml", "lib/term_extraction.rb", "lib/term_extraction/yahoo.rb", "lib/term_extraction/zemanta.rb", "term_extraction.gemspec", "test/fixtures/yahoo.xml", "test/fixtures/yahoo2.xml", "test/fixtures/zemanta.xml", "test/fixtures/zemanta2.xml", "test/term_extraction_test.rb", "test/test_helper.rb" ] s.homepage = %q{http://github.com/alexrabarts/term_extraction} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Provides access to term extraction APIs such as Yahoo! Term Extraction API and Zemanta.} s.test_files = [ "test/term_extraction_test.rb", "test/test_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<crack>, [">= 0.1.6"]) else s.add_dependency(%q<crack>, [">= 0.1.6"]) end else s.add_dependency(%q<crack>, [">= 0.1.6"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
term_extraction-0.1.5 | term_extraction.gemspec |