A library for handling DID identifiers used in Bluesky AT Protocol

make (empty) tests pass

+2 -2
+2 -2
spec/didkit_spec.rb
··· 1 1 # frozen_string_literal: true 2 2 3 - RSpec.describe Didkit do 3 + RSpec.describe DIDKit do 4 4 it "has a version number" do 5 - expect(Didkit::VERSION).not_to be nil 5 + expect(DIDKit::VERSION).not_to be nil 6 6 end 7 7 end