caseblocks_bucket_extractor 0.0.1 → 0.0.2
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.
- data/lib/caseblocks_bucket_extractor.rb +1 -1
- metadata +3 -3
|
@@ -91,7 +91,7 @@ class CaseblocksBucketExtractor
|
|
|
91
91
|
begin
|
|
92
92
|
job_url = JSON.parse(response_body)["job_url"]
|
|
93
93
|
rescue
|
|
94
|
-
puts "SCHEDULE_DOWNLOAD: cannot get job_url with body of #{
|
|
94
|
+
puts "SCHEDULE_DOWNLOAD: cannot get job_url with body of #{response_body}"
|
|
95
95
|
return nil
|
|
96
96
|
end
|
|
97
97
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: caseblocks_bucket_extractor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-06-
|
|
12
|
+
date: 2013-06-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: httparty
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: 0.11.0
|
|
30
|
-
description:
|
|
30
|
+
description: Gem to kick off, poll and save bucket downloads from CaseBlocks
|
|
31
31
|
email: charlie@emergeadapt.com
|
|
32
32
|
executables: []
|
|
33
33
|
extensions: []
|