taps 0.3.20.pre1 → 0.3.20.pre2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/taps/operation.rb +1 -1
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -2,4 +2,4 @@
2
2
  :build:
3
3
  :major: 0
4
4
  :minor: 3
5
- :patch: 20.pre1
5
+ :patch: 20.pre2
@@ -343,7 +343,7 @@ class Pull < Operation
343
343
  retries = 0
344
344
  max_retries = 10
345
345
  begin
346
- tables = JSON.load(session_resource['pull/table_names'].get(http_headers).to_s)
346
+ tables = JSON.parse(session_resource['pull/table_names'].get(http_headers).to_s)
347
347
  rescue RestClient::Exception
348
348
  retries += 1
349
349
  retry if retries <= max_retries
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: taps
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 7
5
- version: 0.3.20.pre1
5
+ version: 0.3.20.pre2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ricardo Chimal, Jr.