public
Rubygem
Description: A ruby client for the summize conversational search engine.
Clone URL: git://github.com/dustin/ruby-summize.git
dustin (author)
Fri Jul 04 01:27:37 -0700 2008
commit  1a139cebf0e77048d148aa73e7de8d9d04eb8adf
tree    282ad00266bac2ef51d06cbd9ae6af321def9d51
parent  94e909f5d32153f9d7e842ae72bac279c1731a14
ruby-summize / ruby-summize.gemspec
100644 16 lines (15 sloc) 0.552 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Gem::Specification.new do |s|
  s.name = "ruby-summize"
  s.version = "0.1"
  s.date = "2008-07-04"
  s.summary = "Ruby client for summize."
  s.email = "dustin@spy.net"
  s.homepage = "http://github.com/dustin/summize"
  s.description = "A simple client for the summize twitter search engine"
  s.has_rdoc = true
  s.authors = ["Dustin Sallings"]
  s.files = ["README.markdown", "summize.gemspec", "lib/summize.rb"]
  s.rdoc_options = ["--main", "README.markdown"]
  s.extra_rdoc_files = ["README.markdown"]
  s.add_dependency('json', '>= 1.1.2')
end