Sha256: 8f01740f95154edfb1f755b01e76dbdaf95d6861f5f7f6b0ae38c671d18258ec

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.1" 
  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.1 fiber18.gemspec