Gem::Specification.new do |s|
  s.name = "htree"
  s.version = "0.8"
  s.authors = ["Tanaka Akira"]
  s.email = ["akr@fsij.org"]
  s.description = "htree provides a tree data structure which represent HTML and XML data."
  s.files = [
    "lib/"
  ].flatten
  s.homepage = "http://www.a-k-r.org/htree/"
  s.summary = "Ruby HTML/XML tree library"
  s.licenses = ["Ruby", "GPL-2"]
end
