amplify_syndication 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c904621a09cb44ba73a694784f8f3ca99361b845f4f8f79e9c07d284b32f1f7c
4
- data.tar.gz: '01094a0769aa29721d17bf14567daa765debbb580a9456913139459ec25d2bb1'
3
+ metadata.gz: f19a5f0b0bfaeddf06d2fe4fc996fb063e54191eb7c931ea5cd5ea7f24bca8e1
4
+ data.tar.gz: 30de329b329545de13dd8204fcf366618fafb946aef50b7cf1471d4b7c51fe47
5
5
  SHA512:
6
- metadata.gz: 82ac0a3a1682ed77be6487b41be10b41b1f48efb9fed201ee1c5c9935dbd2d965c5e68a199b4103fb1f2ae5f0b2f3838dcdb34532be28536ff27a5e299100449
7
- data.tar.gz: 42309083ecdf14c0112dad8d8d36438daf591648ccb3bd374ba5925a8ec8d588a23224fe166b5bd4c59bde993f25eed79b2e033237039f43e3e5c366b7933448
6
+ metadata.gz: 1bd03226d37a65478ab72819c739d5a698931d59ee0a255ba53c69affd6bc9382d81b40737712befe01bb37bebc9fa8f3df0d7315c6e2d6342be5baa8378722c
7
+ data.tar.gz: b9143037445bcdc9207f0ddc2ba76674fc00fbd60736329be53876b5dce367f2a3ed2cfc24e370a9a7cfb652b3a4901525631a1a843fd12831cbfc92ef1dc67b
@@ -25,7 +25,7 @@ module AmplifySyndication
25
25
  break if batch.empty?
26
26
 
27
27
  fields.concat(batch)
28
-
28
+
29
29
  offset += batch_size
30
30
 
31
31
  # Safety sleep between API calls
@@ -129,7 +129,7 @@ module AmplifySyndication
129
129
  fields: ["ModificationTimestamp", "ListingKey"],
130
130
  filter: nil,
131
131
  sleep_seconds: 10,
132
- checkpoint: { last_timestamp: "1970-01-01T00:00:00Z", last_key: 0 },
132
+ checkpoint: { last_timestamp: "1970-01-01T00:00:00Z", last_key: 0 }
133
133
  )
134
134
  puts "Starting initial download..."
135
135
  all_records = [] # Array to collect all records
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AmplifySyndication
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amplify_syndication
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Higgins