mqttopia 0.2.6 → 0.2.7

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: edee59e5d3689309f81800724fae4cf97af41c023bc0e74033af9dfc90986888
4
- data.tar.gz: 114e468743d3aa4224143b3693c9ec5ec80e951610842ff5eb16aac47c3e12ac
3
+ metadata.gz: a7193a9a1b6556525b1c7c0d916511675dc916ac4229cbfc44cc77ad1cb25b12
4
+ data.tar.gz: e39ee6c3c03ee2cf4fa7c16bbe66757d25c6d475511db0ea2ec512f774ead1e0
5
5
  SHA512:
6
- metadata.gz: 20156c35a36cf6a90272b57c2dcf6911465a6a7889256d1d9adcf9ca9ced463113a1040babf15ae377101be636e44b8cda441a643f43a8aea5e55d4164fd08fa
7
- data.tar.gz: 7f74f05a5c489c0da9b4e5ad58d2f902d96b6208ffe697045bdb8f945c4c4fb39fad7e5fbb4909cc85d7e8d70949a1a7bfbb525a73c382ef5899712cf1b4398c
6
+ metadata.gz: 037c793052ce237048eac0f2b536ae095008da071f58e2d4bbb032a762962f9e96c6c01a12673f3576dc87efe4950fbfd78737243e89d9f3bbc2ebb89b65d7a4
7
+ data.tar.gz: 366fcf8787c5e01b5d64cf1a59488e32e6dd2cb69d2ffc0c699ebbaf2b87ba5580eee26fb1476385d97367bd1e0f9abf34575d6249e565f50264cb80bb206ee5
@@ -25,7 +25,8 @@ module Mqttopia
25
25
  accuracy: point[:acc],
26
26
  altitude: point[:alt],
27
27
  action_type: action_type_mapper(point[:act]),
28
- current_trip_point_id: point[:ctp_id]
28
+ current_trip_point_id: point[:ctp_id],
29
+ logged_at: point[:ts]
29
30
  }
30
31
  end
31
32
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mqttopia
4
- VERSION = "0.2.6"
4
+ VERSION = "0.2.7"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mqttopia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Illa Tech
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-27 00:00:00.000000000 Z
11
+ date: 2025-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel