Ruby gem for ingesting ATProto repo data from a Tap service (extension of Skyfall gem)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

release 0.0.2

+7 -1
+6
CHANGELOG.md
··· 1 + ## [0.0.2] - 2025-12-23 2 + 3 + - added `#operation` method (aliased as `#op`) to `Operation` 4 + - added `#resolve_did` for calling the `/resolve/:did` API endpoint 5 + - workaround for `isActive` field sent as `is_active` in identity events 6 + 1 7 ## [0.0.1] - 2025-12-22 2 8 3 9 - first working version, with streaming from Tap, support for ack and admin password options, and calling two HTTP endpoints
+1 -1
lib/tapfall/version.rb
··· 1 1 # frozen_string_literal: true 2 2 3 3 module Tapfall 4 - VERSION = '0.0.1' 4 + VERSION = '0.0.2' 5 5 end