Sha256: c6372d2828c21822cdbe0695c201b6c99f4c8c0e37561ec56ad1e94f45c7a197
Contents?: true
Size: 446 Bytes
Versions: 4
Compression:
Stored size: 446 Bytes
Contents
guard :process, name: 'HTTP/2 Server', command: 'ruby example/server.rb', stop_signal: 'TERM' do watch(%r{^example/(.+)\.rb$}) watch(%r{^lib/http/2/(.+)\.rb$}) watch('Gemfile.lock') end def h2spec puts 'Starting H2 Spec' sleep 0.7 system '~/go-workspace/bin/h2spec -p 8080 -o 1 -s 4.2' puts "\n" end guard :shell, name: 'H2 Spec' do watch(%r{^example/(.+)\.rb$}) { h2spec } watch(%r{^lib/http/2/(.+)\.rb$}) { h2spec } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
http-2-0.11.0 | Guardfile |
http-2-0.10.2 | Guardfile |
http-2-0.10.1 | Guardfile |
http-2-0.10.0 | Guardfile |