index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
src
/
reader.js
diff options
context:
1
2
3
4
5
6
7
8
require
'formula'
class
RestShell
<
Formula
homepage
'https://github.com/spring-projects/rest-shell'
url
'http://download.gopivotal.com/rest-shell/1.2.1/rest-shell-1.2.1.RELEASE.tar.gz'
version
'1.2.1.RELEASE'
sha1
'f1e31f4d3901b001cd958f339240ef04d0b97114'
def
install
libexec
.
install
Dir
[
'*'
]
bin
.
write_exec_script
libexec
/
'bin/rest-shell'
end
test
do
system
"
#{
bin
}
/rest-shell"
end
end