A library for handling DID identifiers used in Bluesky AT Protocol

set up YARD documentation

+9
+2
.gitignore
··· 1 1 .bundle 2 2 .DS_Store 3 3 .rspec_status 4 + .yardoc 4 5 coverage 6 + doc 5 7 Gemfile.lock
+4
.yardopts
··· 1 + --protected 2 + --no-private 3 + --markup markdown 4 + --embed-mixin "DIDKit::Services"
+3
Gemfile
··· 9 9 gem 'rspec', '~> 3.0' 10 10 gem 'irb' 11 11 12 + gem 'rdoc' 13 + gem 'yard' 14 + 12 15 gem 'mocha' 13 16 gem 'simplecov' 14 17 gem 'webmock'