Initial commit to ruby-timeout-interrupt.
This commit is contained in:
commit
6ebfbf64f9
9 changed files with 179 additions and 0 deletions
15
Gemfile
Normal file
15
Gemfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
source "http://rubygems.org"
|
||||
# Add dependencies required to use your gem here.
|
||||
# Example:
|
||||
# gem "activesupport", ">= 2.3.5"
|
||||
|
||||
# Add dependencies to develop your gem here.
|
||||
# Include everything needed to run rake, tests, features, etc.
|
||||
group :development do
|
||||
gem "shoulda", ">= 0"
|
||||
gem "yard", "~> 0.7"
|
||||
gem "rdoc", "~> 3.12"
|
||||
gem "bundler", "~> 1.0.0"
|
||||
gem "jeweler", "~> 1.8.4"
|
||||
gem "rcov", ">= 0"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue