Sha256: cacf1fa72e2d3b588c2b92b1ab59f83e421334156627bbfcc885ed282cab8f00
Contents?: true
Size: 171 Bytes
Versions: 4
Compression:
Stored size: 171 Bytes
Contents
#!/usr/bin/env ruby # Add the currently running directory to the start of the load path $LOAD_PATH.unshift './' # Don't buffer stdout $stdout.sync = true require 'app'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
postrest-0.0.7 | bin/postrest |
postrest-0.0.6 | bin/postrest |
postrest-0.0.5 | bin/postrest |
postrest-0.0.3 | bin/postrest |