added templates, author name and author mail to CLI
authorDickson S. Guedes <[email protected]>
Sun, 8 May 2011 23:08:02 +0000 (20:08 -0300)
committerDickson S. Guedes <[email protected]>
Sun, 8 May 2011 23:08:02 +0000 (20:08 -0300)
commit1d3e1633ee800ed2aa69e0685cf55cfa35a13acf
tree46e922e7e82cbd46fd3260e37627afa24219d653
parent82458e2d0c9e139cc8eec2a8aa04318239e9a548
added templates, author name and author mail to CLI
lib/pgxn_utils/cli.rb
lib/pgxn_utils/templates/root/%extension_name%.control.tt [new file with mode: 0644]
lib/pgxn_utils/templates/root/META.json.tt [new file with mode: 0644]
lib/pgxn_utils/templates/root/Makefile.tt [new file with mode: 0644]
lib/pgxn_utils/templates/root/doc/%extension_name%.md [new file with mode: 0644]
lib/pgxn_utils/templates/root/sql/%extension_name%.sql [new file with mode: 0644]
lib/pgxn_utils/templates/root/sql/uninstall_%extension_name%.sql [new file with mode: 0644]
lib/pgxn_utils/templates/root/test/expected/base.out [new file with mode: 0644]
lib/pgxn_utils/templates/root/test/sql/base.sql [new file with mode: 0644]
spec/cli_spec.rb