huginn_strava_agent 0.1.12 → 0.1.13

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: e58dd075a0272e7e2db4245f15f604b13d300362d2b639a07de53406c9e6bc6d
4
- data.tar.gz: 838eaaf3790536a3af4961f47622bfa4676d75cd06e5cdf120ceef6812b481d5
3
+ metadata.gz: 736253cd4c34edf9209abb2b1fe974da515c0e5628ee69e88cde9bb5f1cbdf7b
4
+ data.tar.gz: 5543b6446659bfa916ea0967b3708c56e3a2ddd8b701443b14153a61ad654961
5
5
  SHA512:
6
- metadata.gz: cb4cb08fe89928ab9dba767ac2508c410d1f106f0cbba4b7d12b865697f76441fe003b977cd00cdeac8043870a10686e4b7ede302b5b3d2a7a802fd4402e6cd7
7
- data.tar.gz: ff1508ad1a3ed12c1c8710ae738b591641d7f8eddd56ad76f14f818471893f7be30843df3bb205181fba3a281e612b1ef95f01f8f4ae135a4330921254555a23
6
+ metadata.gz: 3abe5cf6c4a23ada67ddcf37c14cf54621cf6a4c0cc63c264f9e6e9973a57c034f552b2fe19c705130cfcaa518963bb3011a2810dfa938d02bda0621907897cc
7
+ data.tar.gz: 1f1c033fb008c9d2271e85f5b6b4c58bd1df42b6776230c8c560a042bd119dc2b4c14e398cb6d17a29d82ddeb7e6500da158accf4020d2b51ec37517a88219e2
@@ -269,7 +269,7 @@ module Agents
269
269
  log last_status
270
270
  end
271
271
  last_status.each do |activitybis|
272
- if activity == activitybis
272
+ if activity == activitybis or activity['id'] == activitybis['id']
273
273
  found = true
274
274
  if interpolated['debug'] == 'true'
275
275
  log "found is #{found}"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: huginn_strava_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Germain
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-27 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler