A library for handling DID identifiers used in Bluesky AT Protocol
1
fork

Configure Feed

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

at 0.0.2 7 lines 139 B view raw
1# frozen_string_literal: true 2 3RSpec.describe Didkit do 4 it "has a version number" do 5 expect(Didkit::VERSION).not_to be nil 6 end 7end