Sha256: 4807da4bd0c00de90f8c5c92fc01ccf76f453d1151c4b58821dbf4388d6c8e3d

Contents?: true

Size: 724 Bytes

Versions: 1

Compression:

Stored size: 724 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
  s.name        = "fiber18"
  s.version     = "1.0.0" 
  s.authors     = [""]
  s.email       = [""]
  s.homepage    = "http://github.com/tmm1/fiber18"
  s.summary     = %q{API compatible Thread based Fiber implementation for Ruby 1.8}
  s.description = %q{API compatible Thread based Fiber implementation for Ruby 1.8 (including JRuby in 1.8 mode)}

  s.rubyforge_project = "fiber18"

  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

1 entries across 1 versions & 1 rubygems

Version Path
fiber18-1.0.0 fiber18.gemspec