Sha256: ecdf59cf1da8a8a0fbc35084dee00bf1ea8f39f4dbeabe102d7554a2d1074778
Contents?: true
Size: 923 Bytes
Versions: 2
Compression:
Stored size: 923 Bytes
Contents
# beanstalk-client.rb - client library for beanstalk # Copyright (C) 2007 Philotic Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. $:.unshift(File.dirname(__FILE__)) module Beanstalk extend self attr_accessor :select end require 'beanstalk-client/connection' require 'beanstalk-client/errors' require 'beanstalk-client/job'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
beanstalk-client-1.1.1 | lib/beanstalk-client.rb |
beanstalk-client-1.1.0 | lib/beanstalk-client.rb |