Sha256: 4f11af60395e3da0f9b12d70bd636fecf76cd56a8dd0a8645def9a55fad23282
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# coding: utf-8 require './lib/rubysl/thwait/version' Gem::Specification.new do |spec| spec.name = "rubysl-thwait" spec.version = RubySL::ThreadsWait::VERSION spec.authors = ["Brian Shirai"] spec.email = ["brixen@gmail.com"] spec.description = %q{Ruby standard library threads_wait.} spec.summary = %q{Ruby standard library threads_wait.} spec.homepage = "https://github.com/rubysl/rubysl-threads_wait" spec.license = "BSD" spec.files = `git ls-files`.split($/) 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"] spec.required_ruby_version = "~> 1.8.7" spec.add_runtime_dependency "rubysl-thread", "~> 1.0" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "mspec", "~> 1.5" spec.add_development_dependency "rubysl-prettyprint", "~> 1.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubysl-thwait-1.0.0 | rubysl-thwait.gemspec |