rightmove_wrangler 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -139,7 +139,7 @@ module RightmoveWrangler
139
139
  payload = {
140
140
  row_set: {
141
141
  tag: @options[:app_id],
142
- timestamp: archive.timestamp.to_i,
142
+ timestamp: Time.now.to_i,
143
143
  rows: rows
144
144
  }
145
145
  }
@@ -185,6 +185,8 @@ module RightmoveWrangler
185
185
  end
186
186
 
187
187
  def post!(payload)
188
+ Thread.current[:output] = "Posting the following data: #{payload.inspect}"
189
+
188
190
  if @options[:url].nil?
189
191
  Thread.current[:output] = "Missing a URL to post the data to"
190
192
  end
@@ -1,3 +1,3 @@
1
1
  module RightmoveWrangler
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rightmove_wrangler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: