Sha256: bdbd1c84b2f0255c8c1bb2a30d82ec9ca0734c8c310bbe494e771334b9abb148
Contents?: true
Size: 610 Bytes
Versions: 12
Compression:
Stored size: 610 Bytes
Contents
#----------------------------------------------------------------------- # # == DIST # # This is your AutomateIt project's "dist" directory. It's a place for # keeping files and templates you plan to distribute. # # You can retrieve this directory's path using the "dist" method in # recipes, for example: # # # Display the "dist" directory's path # puts dist # # # Render the template file "dist/foo.erb" # render(:file => dist+"/foo.erb", ...) # # # Or copy the same file somewhere # cp(dist+"/foo.erb", ...) # #-----------------------------------------------------------------------
Version data entries
12 entries across 12 versions & 1 rubygems