Sha256: 991ad4f8c1aa9600d60ca08b8fcd5c8d6c2c8efd24952cae89572740dfe85f53
Contents?: true
Size: 858 Bytes
Versions: 18
Compression:
Stored size: 858 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'
Version data entries
18 entries across 18 versions & 5 rubygems