Skip to content

Commit

Permalink
Enable rack-routing via neph (#148)
Browse files Browse the repository at this point in the history
* enable rack-routing via neph

* show official github repo for rack-routing
  • Loading branch information
waghanza committed Feb 28, 2018
1 parent 4469086 commit aad62fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions neph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ roda:
dir:
ruby/roda

rack-routing:
command: |
bundle update
bundle install --path vendor/bundle
ln -s -f ../ruby/rack-routing/server_ruby_rack-routing ../../bin/.
dir:
ruby/rack-routing


crystal:
depends_on:
- kemal
Expand Down
2 changes: 1 addition & 1 deletion tools/src/benchmarker.cr
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LANGS = [
{name: "rails", repo: "rails/rails"},
{name: "sinatra", repo: "sinatra/sinatra"},
{name: "roda", repo: "jeremyevans/roda"},
{name: "rack-routing", repo: "georgeu2000/rack-routing"},
{name: "rack-routing", repo: "iAmPlus/rack-routing"},
]},
{lang: "crystal", targets: [
{name: "kemal", repo: "kemalcr/kemal"},
Expand Down

0 comments on commit aad62fb

Please sign in to comment.