Sha256: f13ae2a8cc28fcab1f3cd24260f7f1968d0038bfa8430c457384328dd7981dea
Contents?: true
Size: 286 Bytes
Versions: 15
Compression:
Stored size: 286 Bytes
Contents
# encoding: utf-8 # This hook will be executed after templater finish in context of current generator object. # Current directory is what you just generated, unless this is flat generator. unless RUBY_PLATFORM.match(/mswin|mingw/) sh "chmod +x boot.rb" sh "chmod +x tasks.rb" end
Version data entries
15 entries across 15 versions & 1 rubygems