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 +4 -4
- data/lib/huginn_strava_agent/strava_agent.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 736253cd4c34edf9209abb2b1fe974da515c0e5628ee69e88cde9bb5f1cbdf7b
|
4
|
+
data.tar.gz: 5543b6446659bfa916ea0967b3708c56e3a2ddd8b701443b14153a61ad654961
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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:
|
11
|
+
date: 2024-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|