sbiclient 0.1.4 → 0.1.5

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.
Files changed (3) hide show
  1. data/ChangeLog +3 -0
  2. data/lib/jiji_plugin.rb +1 -0
  3. metadata +3 -3
data/ChangeLog CHANGED
@@ -1,4 +1,7 @@
1
1
 
2
+ 2010-11-07 0.1.5
3
+ * セッションタイムアウト発生時にセッションを再作成してからリトライするように修整
4
+
2
5
  2010-11-07 0.1.4
3
6
  * ruby1.9対応
4
7
 
data/lib/jiji_plugin.rb CHANGED
@@ -116,6 +116,7 @@ class SBISecuritiesPluginSession
116
116
  if $!.to_s == "session-time-out"
117
117
  @logger.warn "session time out. retry..."
118
118
  begin
119
+ close
119
120
  session.send( name, *args )
120
121
  rescue
121
122
  close
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbiclient
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Masaya Yamauchi