tangled
alpha
login
or
join now
mackuba.eu
/
blue_factory
1
fork
atom
A simple Ruby server using Sinatra that serves Bluesky custom feeds
1
fork
atom
overview
issues
pulls
pipelines
set up YARD documentation
mackuba.eu
1 month ago
8a52b8cf
ae3723fe
+8
3 changed files
expand all
collapse all
unified
split
.gitignore
.yardopts
Gemfile
+2
.gitignore
···
1
1
.bundle
2
2
.rspec_status
3
3
+
.yardoc
4
4
+
doc
3
5
Gemfile.lock
+3
.yardopts
···
1
1
+
--protected
2
2
+
--no-private
3
3
+
--markup markdown
+3
Gemfile
···
7
7
8
8
gem "rake", "~> 13.0"
9
9
gem "rspec", "~> 3.0"
10
10
+
11
11
+
gem 'rdoc'
12
12
+
gem 'yard'