root/lang/ruby/aqtk-ruby/trunk/aqtk/aqtk-mswin32.gemspec @ 31103

Revision 31103, 0.9 kB (checked in by winebarrel, 4 years ago)
Line 
1Gem::Specification.new do |spec|
2  spec.name              = 'aqtk'
3  spec.version           = '0.1.0'
4  spec.platform          = 'mswin32'
5  spec.summary           = 'Ruby bindings for AquesTalk.'
6  spec.require_paths     = %w(lib/i386-mswin32)
7  spec.files             = %w(lib/i386-mswin32/aqtk.so bin/AquesTalk.dll bin/AquesTalkDa.dll README.txt LICENSE.txt AqLicense.txt COPYING.KAKASI ext/extconf.rb ext/nmake.exe ext/Makefile)
8  spec.author            = 'winebarrel'
9  spec.email             = 'sgwr_dts@yahoo.co.jp'
10  spec.homepage          = 'http://aqtk.rubyforge.org'
11  spec.has_rdoc          = true
12  spec.rdoc_options      << '--charset=shift_jis' << '--title' << 'AquesTalk/Ruby - Ruby bindings for AquesTalk.'
13  spec.extra_rdoc_files  = %w(README.txt LICENSE.txt AqLicense.txt COPYING.KAKASI)
14  spec.rubyforge_project = 'aqtk'
15  spec.extensions        << 'ext/extconf.rb'
16end
Note: See TracBrowser for help on using the browser.