ficonabses 0.2.8 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/ficonabses_csv.rb +2 -3
  2. metadata +4 -4
@@ -31,9 +31,8 @@ def send_row(ficonab,row,flag)
31
31
  row['destination'].strip!
32
32
  row['campaign'].strip! if flag
33
33
  row['template'].strip! if !flag
34
- sleep(0.2)
35
- if row!=nil then
36
-
34
+ sleep(0.05)
35
+ if row!=nil then
37
36
  res =ficonab.send_template_params(row['destination'],row['template'],row) if !flag
38
37
  res =ficonab.send_campaign_flow(row['destination'],row['campaign'],row) if flag
39
38
  end
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 2
8
- - 8
9
- version: 0.2.8
7
+ - 3
8
+ - 0
9
+ version: 0.3.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Scott Sproule
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-04-26 00:00:00 +08:00
17
+ date: 2012-04-29 00:00:00 +08:00
18
18
  default_executable:
19
19
  dependencies: []
20
20