Skip to content

Commit bf0b2aa

Browse files
committed
Add ActiveHashcash
1 parent 948a615 commit bf0b2aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ namespace :site do
2121
@site ||= RorVsWildThemeRdoc::Site.new([
2222
{source: "https://github.com/ruby/ruby.git", min_version: "3.2"},
2323
{source: "https://github.com/rails/rails.git", min_version: "7.1"},
24+
{
25+
source: "https://github.com/BaseSecrete/active_hashcash.git",
26+
min_version: "0.4.0",
27+
fitter: {copy: ["active_hashcash_dashboard.png", "demo.gif", "logo.png", "rorvswild_logo.jpg"]},
28+
},
2429
{source: "addressable", min_version: "2.6"},
2530
{source: "bundler", min_version: "2.4"},
2631
{source: "diff-lcs", min_version: "1.4"},

0 commit comments

Comments
 (0)