databasedotcom_additions 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,8 +75,8 @@ module Databasedotcom
75
75
 
76
76
  next_resp = resp
77
77
  while next_resp['done'] == false
78
- puts "*** nextRecordsUrl = #{resp['nextRecordsUrl']} ***"
79
- next_resp = next_page_raw(resp['nextRecordsUrl'])
78
+ puts "*** nextRecordsUrl = #{next_resp['nextRecordsUrl']} ***"
79
+ next_resp = next_page_raw(next_resp['nextRecordsUrl'])
80
80
  resp['records'] = resp['records'].concat(next_resp['records'])
81
81
  end
82
82
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: databasedotcom_additions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -80,4 +80,3 @@ signing_key:
80
80
  specification_version: 3
81
81
  summary: databasedotcom additions
82
82
  test_files: []
83
- has_rdoc: