comscore_ruby 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -106,7 +106,7 @@ module ComScore
106
106
  job_status = ""
107
107
 
108
108
  begin
109
- sleep(DEFAULT_REPORT_WAIT_TIME) if job_status != ""
109
+ sleep(@wait_time) if job_status != ""
110
110
  job_status_response = self.request(service, :ping_report_status) { |xml| xml.jobId(job_id) }.to_hash
111
111
  job_status = job_status_response[:ping_report_status_response][:ping_report_status_result][:status]
112
112
  end while (job_status != "Completed" && job_status != "Failed")
@@ -1,3 +1,3 @@
1
1
  module ComScore
2
- VERSION = "0.0.21"
2
+ VERSION = "0.0.22"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comscore_ruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 21
10
- version: 0.0.21
9
+ - 22
10
+ version: 0.0.22
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mike Sukmanowsky