diff options
author | Saku Ytti <saku@ytti.fi> | 2013-05-01 15:16:54 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2013-05-01 15:16:54 +0300 |
commit | 0a9ff589905b4637dc2c824d761dfbfec6cb00db (patch) | |
tree | 2e96205f963a7859795a9a60dd3966c8b1efd3f2 /oxidized.gemspec | |
parent | d0de575afa263a9f6f729d0d1a7fa77fdd15600d (diff) |
Net::ReadTimeout is ruby 2.0.0 specific
use TimeoutError for compatibility
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r-- | oxidized.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec index 805d723..5a1dce9 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'oxidized' - s.version = '0.0.7' + s.version = '0.0.11' s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti' ] s.email = %w( saku@ytti.fi ) |