qacloud 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/qacloud.rb +4 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 430c98f57d74a8b7f28040c6726f79a445aed1be
4
- data.tar.gz: 44c97c157da4ae6e7b2c5daa39762202765f727a
3
+ metadata.gz: 91f52f3704e975e879dc4106c779319ffe0edec6
4
+ data.tar.gz: 5d0a4f18c3743db4c0fca733fe361ff5ec8f0a08
5
5
  SHA512:
6
- metadata.gz: 735ffb3ce90468b1f9573d32101ff936af138da21e563a25621ea55bce0fa6404fb890cc764d2c36087b3ff2980b01fe24f311ca08ed62ca1483f037790c680f
7
- data.tar.gz: a876a451c66e9fa27bb1636853a7ce3b70f803b90bb97d8d338825c54750d909f929135ae1a94a1024e213dfa098d3eb77286aa1bb34decec8339260c24f19f3
6
+ metadata.gz: d403fb34f08abd049d15eebe8759bb24fb3e044a3865ab4cad0aa6a5a9cc2c0147d09f00007a8aa96bbad68bbb3e3ee825408c0119241ce9dbb7a2fd16d3912f
7
+ data.tar.gz: 704bab2e10e7c6b6764529c6cf1cb07c09812d379c21a603f231d8b8fea97ec586c667c897a47974d476573a500cf7dad7b7a884ed4af39df10a0ecac3b7cc10
@@ -61,6 +61,7 @@ $add_variable = Hash.new
61
61
  else
62
62
  checkpoint = $checkpoint
63
63
  end
64
+ $checkpoint = nil
64
65
  duration = dur2 - dur1
65
66
  # taskhash = Qacloud.GetNextTask(task_id,tokenID,status,result,checkpoint,duration)
66
67
  # $workflow_status = "finished"
@@ -71,6 +72,7 @@ $add_variable = Hash.new
71
72
  status = $status
72
73
  result = $result
73
74
  checkpoint = $checkpoint
75
+ $checkpoint = nil
74
76
  duration = dur2 - dur1
75
77
 
76
78
  end
@@ -118,6 +120,7 @@ $add_variable = Hash.new
118
120
  else
119
121
  checkpoint = $checkpoint
120
122
  end
123
+ $checkpoint = nil
121
124
  duration = dur2 - dur1
122
125
  # taskhash = Qacloud.GetNextTask(task_id,tokenID,status,result,checkpoint,duration)
123
126
  # $workflow_status = "finished"
@@ -129,6 +132,7 @@ $add_variable = Hash.new
129
132
  status = $status
130
133
  result = $result
131
134
  checkpoint = $checkpoint
135
+ $checkpoint = nil
132
136
  duration = dur2 - dur1
133
137
 
134
138
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qacloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ravi Trivedi