tangled
alpha
login
or
join now
mackuba.eu
/
didkit
1
fork
atom
A library for handling DID identifiers used in Bluesky AT Protocol
1
fork
atom
overview
issues
pulls
pipelines
set up YARD documentation
mackuba.eu
1 month ago
b86dfc4e
71ce4ea9
+9
3 changed files
expand all
collapse all
unified
split
.gitignore
.yardopts
Gemfile
+2
.gitignore
···
1
1
.bundle
2
2
.DS_Store
3
3
.rspec_status
4
4
+
.yardoc
4
5
coverage
6
6
+
doc
5
7
Gemfile.lock
+4
.yardopts
···
1
1
+
--protected
2
2
+
--no-private
3
3
+
--markup markdown
4
4
+
--embed-mixin "DIDKit::Services"
+3
Gemfile
···
9
9
gem 'rspec', '~> 3.0'
10
10
gem 'irb'
11
11
12
12
+
gem 'rdoc'
13
13
+
gem 'yard'
14
14
+
12
15
gem 'mocha'
13
16
gem 'simplecov'
14
17
gem 'webmock'