tsukasaoishi-miyazakiresistance 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -69,7 +69,7 @@ module MiyazakiResistance
69
69
  def kaeru_timeout(&block)
70
70
  ret = nil
71
71
  thread = Thread.new{ret = yield}
72
- raise TimeoutError unless thread.join(self.timeout_time || DEFAULT_TIMEOUT)
72
+ raise TimeoutError, "tokyo tyrant server response error" unless thread.join(self.timeout_time || DEFAULT_TIMEOUT)
73
73
  ret
74
74
  end
75
75
 
@@ -13,7 +13,7 @@ require 'miyazaki_resistance/base'
13
13
  require 'miyazaki_resistance/error'
14
14
 
15
15
  module MiyazakiResistance
16
- VERSION = '0.0.6'
16
+ VERSION = '0.0.7'
17
17
  end
18
18
 
19
19
  MiyazakiResistance::Base.class_eval do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tsukasaoishi-miyazakiresistance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tsukasa OISHI
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-28 00:00:00 -07:00
12
+ date: 2009-04-07 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency