Sha256: a22675850065cf339d268b49bb1e9bf6cc99119280a8d0e045c66bc9480a4afd
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
module Xploy class Template def to_s File.read(__FILE__).split("__END__\n").last end end end __END__ { "name": "example", "repo": { "url": "git://github.com/threez/appway-example.git", "branch": "master" }, "packages": {}, "install": [ "npm install" ] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xploy-0.1.1.beta | lib/xploy/template.rb |