public
Description: Ruby's favorite feed auto-discovery library/tool
Homepage: http://axiombox.com/feedbag
Clone URL: git://github.com/damog/feedbag.git
Click here to lend your support to: feedbag and make a donation at www.pledgie.com !
feedbag / feedbag.gemspec
100644 21 lines (17 sloc) 0.648 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{feedbag}
  s.version = "0.5.100"
s.homepage = "http://axiombox.com/feedbag"
s.rubyforge_project = "feedbag"
 
  s.authors = ["Axiombox", "David Moreno"]
  s.date = %q{2009-02-10}
  s.description = %q{Ruby's favorite feed auto-discoverty tool}
  s.email = %q{david@axiombox.com}
  s.extra_rdoc_files = ["README.markdown", "COPYING"]
  s.files = ["lib/feedbag.rb", "benchmark/rfeedfinder_benchmark.rb"]
  s.has_rdoc = true
  s.rdoc_options = ["--main", "README.markdown"]
  s.summary = %q{Ruby's favorite feed auto-discovery tool}
s.add_dependency("hpricot", '>= 0.6')
end