File: gemspec

package info (click to toggle)
ruby-htree 0.8%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 464 kB
  • sloc: ruby: 5,931; makefile: 23
file content (13 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
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