File: mecab-ruby.gemspec

package info (click to toggle)
mecab 0.996-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 8,576 kB
  • sloc: cpp: 165,232; sh: 11,439; makefile: 206; perl: 177; ansic: 148; ruby: 57; python: 55; java: 48
file content (18 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Gem::Specification.new do |s|
	s.name = %q{mecab-ruby}
	s.version = '0.99'
	s.author = 'Taku Kudo'
	s.date = '2011-12-24'
	s.description = <<-EOF
Ruby bindings for MeCab, a morphological analyzer.
	EOF
	s.email = 'taku@chasen.org'
	s.extensions = [ 'extconf.rb' ]
	s.files = [ 'AUTHORS', 'BSD', 'COPYING', 'GPL', 'LGPL',
		'MeCab_wrap.cpp', 'README', 'bindings.html',
		'extconf.rb', 'mecab-ruby.gemspec', 'test.rb' ]
	s.has_rdoc = false
	s.homepage = 'http://mecab.sourceforge.net/'
	s.summary = 'Ruby bindings for MeCab.'
end