Sha256: 2c97b0ae66835f69b89abe1ad54e1bee63984d5a931bfa68a36345ae1818b9d0
Contents?: true
Size: 992 Bytes
Versions: 1
Compression:
Stored size: 992 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/yandex_mystem/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Dmitry Polushkin"] gem.email = ["dmitry.polushkin@gmail.com"] 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 = ["lib"] gem.version = YandexMystem::VERSION gem.add_development_dependency "rspec", '~> 2.8' gem.add_development_dependency "rake", '~> 10.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yandex_mystem-0.1.0 | yandex_mystem.gemspec |