Sha256: 3b99d92c86bfc30b03fefd99e14a40971d597b2c27d15440cf3e16d20c87648d
Contents?: true
Size: 950 Bytes
Versions: 3
Compression:
Stored size: 950 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'polaris/nlp/version' Gem::Specification.new do |spec| spec.name = "polaris-nlp" spec.version = Polaris::Nlp::VERSION spec.authors = ["himkt"] spec.email = ["himkt@klis.tsukuba.ac.jp"] spec.summary = %q{Polaris, tool for polarity analysis} spec.description = %q{Polaris provides methods for polarity analysis (semantic orientations).} spec.homepage = "https://github.com/himkt/polaris" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
polaris-nlp-0.1.2 | polaris-nlp.gemspec |
polaris-nlp-0.1.1 | polaris-nlp.gemspec |
polaris-nlp-0.1.0 | polaris-nlp.gemspec |