GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Fork of dustin/beanstalk-client-ruby
Description: Ruby client for beanstalkd
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/kr/beanstalk-client-ruby.git
kr (author)
Sun Jul 20 23:44:13 -0700 2008
commit  f1c14a46ec1447c3c91f3b99a37627a16a702755
tree    5ab30744849b6c0cedec746bf05c793e00d2aff0
parent  8915c23559f81cb88ed1272d54356dd33eb62268
beanstalk-client-ruby / beanstalk-client-ruby.gemspec
100644 23 lines (20 sloc) 1.365 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Gem::Specification.new do |s|
  s.name = %q{beanstalk-client}
  s.version = "1.0.2"
 
  s.specification_version = 2 if s.respond_to? :specification_version=
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Keith Rarick"]
  s.date = %q{2008-05-01}
  s.description = %q{Ruby client library for the Beanstalk protocol}
  s.email = %q{kr@causes.com}
  s.extra_rdoc_files = ["History.txt", "License.txt", "Manifest.txt", "README.txt", "website/index.txt"]
  s.files = ["History.txt", "License.txt", "Manifest.txt", "README.txt", "Rakefile", "config/hoe.rb", "config/requirements.rb", "lib/beanstalk-client.rb", "lib/beanstalk-client/connection.rb", "lib/beanstalk-client/errors.rb", "lib/beanstalk-client/job.rb", "lib/beanstalk-client/version.rb", "log/debug.log", "script/destroy", "script/generate", "script/txt2html", "setup.rb", "tasks/deployment.rake", "tasks/environment.rake", "test/test_beanstalk-client.rb", "test/test_helper.rb"]
  s.has_rdoc = true
  s.homepage = %q{http://beanstalk.rubyforge.org}
  s.rdoc_options = ["--main", "README.txt"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{beanstalk}
  s.rubygems_version = %q{1.0.1}
  s.summary = %q{Ruby client library for the Beanstalk protocol}
  s.test_files = ["test/test_beanstalk-client.rb", "test/test_helper.rb"]
end