Sha256: 67393bf185cf1bfcef5f935a735de3ac63ca627a43f19940987c815aa4cfba11
Contents?: true
Size: 345 Bytes
Versions: 8
Compression:
Stored size: 345 Bytes
Contents
#!/usr/bin/env ruby # # Created <%= "by #{author} " if author %>on <%= (now = Time.now).year %>-<%= now.month %>-<%= now.day %>. # Copyright (c) <%= now.year %>. All rights reserved. require File.expand_path(File.dirname(__FILE__) + "/../lib/<%= project_name %>") require "<%= bin_name %>/cli" <%= module_name %>::CLI.execute(STDOUT, ARGV)
Version data entries
8 entries across 8 versions & 1 rubygems