Sha256: c253a392a31abc051293900caadb8333cfa7581241120847434688e1776fd2a4

Contents?: true

Size: 926 Bytes

Versions: 1

Compression:

Stored size: 926 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), 'files.rb'))

### Specification for the new Gem
Gem::Specification.new do |spec|
  spec.name          = 'asynchronous'
  spec.version       = File.open(File.join(File.dirname(__FILE__), 'VERSION')).read.split("\n")[0].chomp.delete(' ')
  spec.authors       = ['Adam Luzsi']
  spec.email         = ['adamluzsi@gmail.com']
  spec.description   = 'Thread like interface for Kernel fork for parallel programming in MRI ruby. Anti zombi process following included'
  spec.summary       = 'Thread like interface for Kernel fork for parallel programming in MRI ruby'
  spec.homepage      = 'https://github.com/adamluzsi/asynchronous'
  spec.license       = "MIT"

  spec.files         = SpecFiles
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
asynchronous-4.0.1 asynchronous.gemspec