|
Revision 34106, 0.7 kB
(checked in by winebarrel, 4 years ago)
|
|
bayon 0.0.4にあわせて類似度を表示するオプションを追加
|
| Rev | Line | |
|---|
| [33956] | 1 | Gem::Specification.new do |spec|
|
|---|
| 2 | spec.name = 'bayon1.9'
|
|---|
| [34106] | 3 | spec.version = '0.1.1'
|
|---|
| [33956] | 4 | spec.platform = 'mswin32'
|
|---|
| 5 | spec.summary = 'Ruby bindings for bayon.'
|
|---|
| 6 | spec.require_paths = %w(lib lib/i386-mswin32)
|
|---|
| 7 | spec.files = Dir.glob('lib/*.*') + %w(lib/i386-mswin32/bayonext.so README COPYING)
|
|---|
| 8 | spec.author = 'winebarrel'
|
|---|
| 9 | spec.email = 'sgwr_dts@yahoo.co.jp'
|
|---|
| 10 | spec.homepage = 'http://bayon.rubyforge.org'
|
|---|
| 11 | spec.has_rdoc = true
|
|---|
| 12 | spec.rdoc_options << '--title' << 'bayon/Ruby - Ruby bindings for bayon.'
|
|---|
| 13 | spec.extra_rdoc_files = %w(README)
|
|---|
| 14 | spec.rubyforge_project = 'bayon'
|
|---|
| 15 | end
|
|---|