A simple Ruby server using Sinatra that serves Bluesky custom feeds

release 0.3.0

+2 -2
+1 -1
CHANGELOG.md
··· 1 - ## Unreleased 1 + ## [0.3.0] - 2026-02-15 2 2 3 3 - added YARD documentation 4 4 - added explicit `base64` dependency in gemspec
+1 -1
lib/blue_factory/version.rb
··· 1 1 module BlueFactory 2 - VERSION = "0.2.1" 2 + VERSION = "0.3.0" 3 3 end