dango 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,8 +43,8 @@ end
43
43
 
44
44
  # テスト接続用のクラス
45
45
  class TestClient < DangoClientFramework
46
- SendReceiveSleepIntervalSec = 0.1 # データ送信後の順の際のタイムアウトチェック間隔秒
47
- SendReceiveTimeoutSec = 10 # データ送信後の順の際のタイムアウトチェック間隔秒
46
+ SendReceiveSleepIntervalSec = 0.001 # データ送信後の順の際のタイムアウトチェック間隔秒
47
+ SendReceiveTimeoutSec = 10 # データ送信後の順の際のタイムアウトチェック間隔秒
48
48
 
49
49
  def initialize(env, config, c_name)
50
50
  @config = config
data/lib/dango/version.rb CHANGED
@@ -2,7 +2,7 @@ module Dango #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 12
5
+ TINY = 13
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: dango
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.12
7
- date: 2007-10-16 00:00:00 +09:00
6
+ version: 0.0.13
7
+ date: 2007-10-17 00:00:00 +09:00
8
8
  summary: Ruby - Flash conneciton network flamework
9
9
  require_paths:
10
10
  - lib