Skip to content

Commit

Permalink
* New gem release 0.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledestin committed Oct 20, 2013
1 parent 1396c78 commit e4bfb46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,4 +4,4 @@ gemspec

gem 'rake'
gem 'coveralls', :require => false
gem 'hitimes'
gem 'hitimes', '~> 1.2'
5 changes: 3 additions & 2 deletions frugal_timeout.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'frugal_timeout'
s.version = '0.0.6'
s.date = '2013-09-07'
s.version = '0.0.7'
s.date = '2013-10-20'
s.summary = 'Timeout.timeout replacement'
s.description = 'Timeout.timeout replacement that uses only 2 threads'
s.authors = ['Dmitry Maksyoma']
Expand All @@ -11,4 +11,5 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/ledestin/frugal_timeout'

s.add_development_dependency 'rspec', '>= 2.13'
s.add_runtime_dependency 'hitimes', '~> 1.2'
end

0 comments on commit e4bfb46

Please sign in to comment.