local-openid 0.4.1 - update URLs and stuff
[local-openid.git] / local-openid.gemspec
blob5f9ce88a585418003c9b2ec4c9b8391253eef95c
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.description = readme_description
13   s.email = %q{e@80x24.org}
14   s.executables = %w(local-openid)
16   s.extra_rdoc_files = extra_rdoc_files(manifest)
17   s.files = manifest
18   s.homepage = Olddoc.config['rdoc_url']
19   s.summary = summary
20   s.rubyforge_project = %q{qrp}
21   s.add_dependency(%q<rack>, ["~> 1.3"])
22   s.add_dependency(%q<sinatra>, ["~> 1.0"])
23   s.add_dependency(%q<ruby-openid>, ["~> 2.1.7"])
24   s.licenses = %w(AGPL-3.0+)
25 end