Ruby tdb 0.6.0 - many updates
[ruby-tdb.git] / tdb.gemspec
blobf6e16f33af825e30f08cff9cb284b2e65d9b7cd7
1 ENV["VERSION"] or abort "VERSION= must be specified"
2 manifest = File.readlines('.manifest').map! { |x| x.chomp! }
3 require 'wrongdoc'
4 extend Wrongdoc::Gemspec
5 name, summary, title = readme_metadata
7 Gem::Specification.new do |s|
8   s.name = %q{tdb}
9   s.version = ENV["VERSION"].dup
10   s.homepage = 'http://bogomips.org/ruby-tdb/'
11   s.authors = ["Ruby tdb hackers"]
12   s.description = readme_description
13   s.email = %q{ruby.tdb@librelist.org}
14   s.extra_rdoc_files = extra_rdoc_files(manifest)
15   s.files = manifest
16   s.rdoc_options = rdoc_options
17   s.rubyforge_project = %q{qrp}
18   s.summary = summary
19   s.test_files = Dir['test/test_*.rb']
20   s.extensions = %w(ext/tdb/extconf.rb)
21   s.add_development_dependency('wrongdoc', '~> 1.6.2')
22   s.license = %w(LGPLv2.1+)
23 end