Sha256: a47a6fa924dd052404db4aa10c8434105ac55154ab33de4518991da08fea82a8
Contents?: true
Size: 848 Bytes
Versions: 4
Compression:
Stored size: 848 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "gearman/version" Gem::Specification.new do |s| s.name = %q{gearman-ruby} s.version = Gearman::VERSION s.platform = Gem::Platform::RUBY s.authors = ["John Ewart"] s.date = %q{2014-11-29} s.summary = %q{Ruby Gearman library} s.description = %q{Library for the Gearman distributed job system} s.email = %q{john@johnewart.net} s.homepage = %q{http://github.com/johnewart/gearman-ruby} s.rubyforge_project = "gearman-ruby" s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
gearman-ruby-4.0.5 | gearman-ruby.gemspec |
gearman-ruby-4.0.4 | gearman-ruby.gemspec |
gearman-ruby-4.0.3 | gearman-ruby.gemspec |
gearman-ruby-4.0.2 | gearman-ruby.gemspec |