huginn_bluesky_authorfeed_agent 0.1.10 → 0.1.11
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36eeda8a6cdb6537ddc9fbdee37dd0792769751a2fc24bd7de8a12ad304bc123
|
4
|
+
data.tar.gz: 9c029eb3c46950a905159949447d07f0ad5f547ca72b71cd2586e4f2df0980ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dfc5a1dc5ffe173ee81d77e87705c25ba74ef833d5aa1cf4aff730db8961018ee429d4a94113541c951a4ff8c3807feac21b31ad48c1a7d3258dd59d3f485c20
|
7
|
+
data.tar.gz: f112434d0d8dacc0f251c4efe1f613e5a0e4fa54821819466d7848e77d891b211d9dc8975475a6c805492f7ae8e90370d210d2ff9a7e6ba154f068ef3dd9ac9a
|
@@ -187,11 +187,11 @@ module Agents
|
|
187
187
|
if !memory['last_status'].nil? and memory['last_status']['feed'].present?
|
188
188
|
last_status = memory['last_status']
|
189
189
|
if interpolated['debug'] == 'true'
|
190
|
-
log "
|
191
|
-
log
|
190
|
+
log "feed"
|
191
|
+
log feed
|
192
192
|
end
|
193
193
|
last_status["feed"].each do |feedbis|
|
194
|
-
if feed == feedbis
|
194
|
+
if feed == feedbis or feed['post']['uri'] == feedbis['post']['uri']
|
195
195
|
found = true
|
196
196
|
if interpolated['debug'] == 'true'
|
197
197
|
log "found is #{found}"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: huginn_bluesky_authorfeed_agent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.11
|
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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|