switch to olddoc
[local-openid.git] / local-openid.gemspec
blobb536c0250a5178055aa3e15e2d205cda917be253
1 ENV["VERSION"] or abort "VERSION= must be specified"
2 manifest = File.readlines('.manifest').map! { |x| x.chomp! }
3 require 'olddoc'
4 extend Olddoc::Gemspec
5 name, summary, title = readme_metadata
7 Gem::Specification.new do |s|
8   s.name = %q{local-openid}
9   s.version = ENV["VERSION"].dup
11   s.authors = ["Eric Wong"]
12   s.date = Time.now.utc.strftime('%Y-%m-%d')
13   s.description = readme_description
14   s.email = %q{local.openid@librelist.org}
15   s.executables = %w(local-openid)
17   s.extra_rdoc_files = extra_rdoc_files(manifest)
18   s.files = manifest
19   s.homepage = Olddoc.config['rdoc_url']
20   s.summary = summary
21   s.rubyforge_project = %q{qrp}
22   s.add_dependency(%q<rack>, ["~> 1.3"])
23   s.add_dependency(%q<sinatra>, ["~> 1.0"])
24   s.add_dependency(%q<ruby-openid>, ["~> 2.1.7"])
25   # s.licenses = %w(AGPLv3) # accessor not compatible with older RubyGems
26 end