File: mecab-ruby.gemspec

package info (click to toggle)
libmecab-ruby 0.98-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 272 kB
  • ctags: 443
  • sloc: cpp: 3,903; ruby: 49; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 529 bytes parent folder | download
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.97'
	s.author = 'Taku Kudo'
	s.date = '2007-06-10'
	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