This is just a slow gemserver. It's useful for testing behavior of Bundler / RubyGems under conditions where the response time of the server is slow.
Generate gems and start the server:
$ rake server
The server defaults to sending gems in 3 seconds.
Then:
$ echo 'source "http://localhost:9292"; gem "a"' > Gemfile
$ bundle install