A library for handling DID identifiers used in Bluesky AT Protocol

added DID#account_active? helper

+4
+4
lib/didkit/did.rb
··· 82 82 end 83 83 end 84 84 85 + def account_active? 86 + account_status == :active 87 + end 88 + 85 89 def ==(other) 86 90 if other.is_a?(String) 87 91 self.did == other