Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 837 Bytes

File metadata and controls

38 lines (22 loc) · 837 Bytes

Framework to build double Web server.

‘ww’ helps building double (Stub, Mock, Spy) Web server using Sinatra.

for details see wiki.github.com/esminc/ww/

see github.com/moro/ww/issues

gem install --source=http://gemcutter.org/ ww

if you prefer old version of ww, get it from GitHub’s ‘Download’ tabs.

$ curl http://github.com/moro/ww/tarball/v#{version} -o ww-#{version}.tar.gz
$ tar xzf ww-#{version}.tar.gz
$ cd moro-ww-#{sha1}/
$ gem build ww-#{version}.gemspec
$ gem install -l ./ww-#{version}.gem

ww’s development has been supported by Eiwa System Management,Inc.

Author

MOROHASHI Kyosuke <moronatural@gmail.com>

Copyright

Copyright © 2009 MOROHASHI Kyosuke

License

MIT