huginn_bluesky_publish_agent 0.1.0 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02e26851d9cec371c5027b45661aa2bfed1e8b84d301cb34d923e9f3f98dad72
4
- data.tar.gz: fc13342968c0c8c8cbb8ae9e5173e11cf20af6db63f264c14aadbe5fea6a0756
3
+ metadata.gz: b82b7d5b5b0e2d73d825212b18f5e14c8cd010c2dbfdc0789c1fc4463d59bc30
4
+ data.tar.gz: 44bb864f69625b2ad8e5aab866f155ebbfbd72568c3701ecd51d07ff95d734b6
5
5
  SHA512:
6
- metadata.gz: 1714003be0cfb53efbd9e5fab616457ff550b811e12928b73ecf96f45d1a2c12457f570b9091f8134788f54df8ea59e1c94672d431327a19c2c58e7072e77210
7
- data.tar.gz: 78d421e4fb52d3f79ae96b7b68dd4690fb005c68eaebe0c2766f9f41044e78cdb0bfb545cb73fb46899aec9e348b5235393b7fd5ca596cc11a387f89ad46242a
6
+ metadata.gz: b47a59d95e5046462ec01817bb9e80f6d82f741f110eaca5ec1b728cef2d063a105bb7e5b137a92dae118bcedfb69313795543ef8558ac85eb92a85d87ce1b0d
7
+ data.tar.gz: 7cd1177871e188c69d2ac6bc7775d928b58a2d21e041c0b4b889a8480d18313f0e2c7239ec53a00490b0b60f3cc3717bb536a508b33d07967c5a0243c807ca8b
@@ -9,8 +9,6 @@ module Agents
9
9
  <<-MD
10
10
  The Bluesky Publish Agent publishes posts from the events it receives.
11
11
 
12
- To be able to use this Agent you need to authenticate with Twitter with [twurl](https://github.com/twitter/twurl).
13
-
14
12
  You must also specify a `message` parameter, you can use [Liquid](https://github.com/huginn/huginn/wiki/Formatting-Events-using-Liquid) to format the message.
15
13
  Additional parameters can be passed via `parameters`.
16
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: huginn_bluesky_publish_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.10
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-02 00:00:00.000000000 Z
11
+ date: 2023-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler