Sha256: d20e1b7e4ce16f4152c9449a96341b8f1bab8c158d2ce863d595800a9cb2bbfb
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/yandex_mystem/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ['Dmitry Polushkin'] gem.email = %w(dmitry.polushkin@gmail.com) gem.homepage = 'http://github.com/dmitry/yandex_mystem' gem.description = %q{Mystem is a software that provided by the Yandex only for non-commercial project. With use of it you can detect base forms of the words in a text, make a simple morphological analysis of russian words.} gem.summary = %q{Yandex Mystem makes morphological analysis of a russian text} gem.homepage = '' gem.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = 'yandex_mystem' gem.require_paths = %w(lib) gem.version = YandexMystem::VERSION gem.add_dependency 'oj', '~> 2.11' gem.add_development_dependency 'rspec', '~> 3.0' gem.add_development_dependency 'rake', '~> 10.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yandex_mystem-3.0.1 | yandex_mystem.gemspec |