Sha256: a56b3f017cae494b3139ac324cfc80188712816086fdddb140f785d32becbb78
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 KB
Contents
require 'date' Gem::Specification.new do |s| s.name = %q{rq} s.version = "0.1.7" s.date = Date.today.to_s s.summary = %q{rq is an __experimental__ tool used to manage nfs mounted work queues} s.description =<<DESCRIPTION rq is an __experimental__ tool used to manage nfs mounted work queues. multiple instances of rq running from multiples hosts can work from these queues to distribute processing load to 'n' nodes - bringing many dozens of otherwise powerful cpus to their knees with a single blow. clearly this software should be kept out of the hands of radicals, SETI enthusiasts, and one mr. jeff safran. rq operates in one of the modes create, submit, feed, list, delete, query, snapshot, or help. depending on the mode of operation and the options used the meaning of mode_args may change, sometime wildly and unpredictably (i jest, of course). DESCRIPTION s.author = %q{-a} s.email = %q{ara.t.howard@noaa.gov} s.homepage = %q{http://www.codeforpeople.com/lib/ruby/rq/} s.files = Dir.glob('**/*') s.require_path = %q{lib} s.autorequire = %q{rq} s.has_rdoc = true s.rdoc_options = ["--main", "README"] s.extra_rdoc_files = ["README"] s.executables = %w{rq} s.bindir = %q{bin} s.platform = Gem::Platform::RUBY s.add_dependency('arrayfields', '>= 0.0.0') s.add_dependency('sqlite-ruby', '>= 0.0.0') s.add_dependency('lockfile', '>= 0.0.0') s.add_dependency('posixlock', '>= 0.0.0') end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rq-0.1.7 | rq.gemspec |