hanami-events-cloud_pubsub 0.2.3 → 0.2.4

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
  SHA1:
3
- metadata.gz: 1fee1baafca2abf28345214b24f558961ca25a66
4
- data.tar.gz: b090b51decb794b529f12786f92de729614d9dfd
3
+ metadata.gz: c006c665c84066fdc3e750d2adaebf00a241969a
4
+ data.tar.gz: 2bb6c69279921f895e5dbc48cc176bb44765be14
5
5
  SHA512:
6
- metadata.gz: 9991d0479c5b2f6fdbd0ad5ea5c1d12ae3e7cb3be8a2014ef25c9e712f0768b48b72c609a160d266d624eb6a5d1e2852d77687373c78313535660c55f8a6bd3a
7
- data.tar.gz: dfaf278402868f15c16027e3a3d82cc78fc28b9070148926524137c7c3003be216997849811cceb9438bb93298787109904cb2ed39f9b137db359e52ba0c1acd
6
+ metadata.gz: a6152e79e349331f71453bd81da8d158d0e23632c6028b1ee90e7b71eace7a5e804e4b0be1fc83fd3395b98230b0459d93e3d10757d36dd1f7f4faabb709f036
7
+ data.tar.gz: 9c0a38f4e3eaee015e3baa3088f3104cbcb8b32a55cb9b2681c8e2e503787186f2074126258054a3c7f85f3df04da5651601ca6740a453f4609f883e05034720
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- hanami-events-cloud_pubsub (0.2.3)
12
+ hanami-events-cloud_pubsub (0.2.4)
13
13
  dry-configurable (~> 0.7.0)
14
14
  google-cloud-pubsub (~> 0.30.2)
15
15
  hanami-cli (~> 0.2.0)
@@ -17,7 +17,7 @@ module Hanami
17
17
  ended_at = Process.clock_gettime(Process::CLOCK_MONOTONIC)
18
18
  seconds = ended_at - started_at
19
19
  logger.info <<~MSG
20
- Processed message(id: #{msg.id}) took #{seconds} seconds to process
20
+ Processed message(id: #{msg.message_id}) took #{seconds} seconds to process
21
21
  MSG
22
22
  end
23
23
 
@@ -3,7 +3,7 @@
3
3
  module Hanami
4
4
  module Events
5
5
  module CloudPubsub
6
- VERSION = '0.2.3'
6
+ VERSION = '0.2.4'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hanami-events-cloud_pubsub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian Ker-Seymer