A simple Ruby server using Sinatra that serves Bluesky custom feeds

release 0.1.3

+5 -1
+4
CHANGELOG.md
··· 1 + ## [0.1.3] - 2023-07-27 2 + 3 + - fixed incorrect response when reaching the end of the feed 4 + 1 5 ## [0.1.2] - 2023-06-15 2 6 3 7 - added validation for feed rkey
+1 -1
lib/blue_factory/version.rb
··· 1 1 module BlueFactory 2 - VERSION = "0.1.2" 2 + VERSION = "0.1.3" 3 3 end