···11-## [Unreleased]
11+## [0.0.1] - 2025-12-22
22+33+- first working version, with streaming from Tap, support for ack and admin password options, and calling two HTTP endpoints
+1-1
README.md
···35353636Add this to your `Gemfile`:
37373838- gem 'tapfall', '~> 0.1'
3838+ gem 'tapfall'
393940404141## Usage
+1-1
tapfall.gemspec
···99 spec.email = ["jakub.suder@gmail.com"]
10101111 spec.summary = "A gem for ingesting ATProto repository data from a Tap service (extension of the Skyfall gem)"
1212- spec.description = "TODO: Write a longer description or delete this line."
1212+ # spec.description = "TODO: Write a longer description or delete this line."
1313 spec.homepage = "https://ruby.sdk.blue"
14141515 spec.license = "Zlib"