Sha256: ee2d8b710a9b9fc0a70e92c0bbe73070095a61f3163884562153ab3746b4d2dd

Contents?: true

Size: 1011 Bytes

Versions: 1

Compression:

Stored size: 1011 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", "Colin Curtin", "Daniel Erat", "Ladislav Martincik", "Pablo Delgado", "Mauro Pompilio", "Antonio Garrote", "Kim Altintop"]
  s.date          = %q{2013-07-25}
  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/gearman-ruby/gearman-ruby}
  s.rubyforge_project = "gearman-ruby"

  s.extra_rdoc_files = [
    "LICENSE",
    "README",
    "TODO"
  ]

  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"]
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gearman-ruby-3.0.7 gearman-ruby.gemspec