forked from keita/timeoutx
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtimeoutx.gemspec
More file actions
18 lines (16 loc) · 772 Bytes
/
timeoutx.gemspec
File metadata and controls
18 lines (16 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Gem::Specification.new do |s|
s.name = %q{timeoutx}
s.version = "0.3.0"
s.specification_version = 2 if s.respond_to? :specification_version=
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Keita Yamaguchi"]
s.date = %q{2008-04-25}
s.email = %q{keita.yamaguchi@gmail.com}
s.files = ["History.txt", "License.txt", "Manifest.txt", "README.txt", "Rakefile", "examples/benchmark.rb", "lib/timeoutx.rb", "spec/timeoutx_spec.rb", "setup.rb"]
s.has_rdoc = true
s.homepage = %q{http://rubyforge.org/projects/timeoutx/}
s.require_paths = ["lib"]
s.rubyforge_project = %q{timeoutx}
s.rubygems_version = %q{1.1.1}
s.summary = %q{TimeoutX provides a lightweight timeout function.}
end