Sha256: cd7405b194cb9e7aba454100790733268a19eea63a6a2def7e11c43f8ceb02aa
Contents?: true
Size: 337 Bytes
Versions: 4
Compression:
Stored size: 337 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(ARGV)
Version data entries
4 entries across 4 versions & 1 rubygems