fizx / robots

robots.txt parser

Kyle Maxwell (author)
Tue Mar 24 15:11:13 -0700 2009
robots / robots.gemspec
100644 16 lines (15 sloc) 0.52 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Gem::Specification.new do |s|
  s.name = "robots"
  s.version = "0.7.1"
  s.date = "2008-12-10"
  s.summary = "Simple robots.txt parser"
  s.email = "kyle@kylemaxwell.com"
  s.homepage = "http://github.com/fizx/robots"
  s.description = "It parses robots.txt files"
  s.has_rdoc = true
  s.authors = ["Kyle Maxwell", "Sausheong Chang"]
  s.files = ["README", "lib/robots.rb"]
  s.rdoc_options = ["--main", "README"]
  s.extra_rdoc_files = ["README"]
  s.add_dependency("fizx-loggable", ["> 0.0.0"])
end