A Ruby gem for streaming data from the Bluesky/ATProto firehose

release 0.0.1

+1 -1
+1 -1
lib/skyfall/version.rb
··· 1 1 # frozen_string_literal: true 2 2 3 3 module Skyfall 4 - VERSION = "0.1.0" 4 + VERSION = "0.0.1" 5 5 end