public
Description: newgem - New Gem Generator for RubyGems
Homepage: http://drnic.github.com/newgem
Clone URL: git://github.com/drnic/newgem.git
drnic (author)
Mon Sep 28 12:14:42 -0700 2009
commit  493c421f85053b8cfeb88dfce84c84b56666b984
tree    a8364036956b86d9cb15afc48a7884afa04c3a6c
parent  8c1ad1ace17af3e21acefb8c41fa046d7e091db9
newgem / PostInstall.txt
100644 19 lines (10 sloc) 0.451 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
USAGE: newgem project_name
HELP/OPTIONS: newgem -h
 
 
newgem can use an environment variable $RUBYFORGE_USERNAME
for its default. So you can add the following to your .bash_profile:
 
  export RUBYFORGE_USERNAME="nicwilliams"
 
Did you know you have script/generate generators?
  application_generator, component_generator, executable,
  extconf, install_cucumber, install_jruby, install_rspec,
  install_website, test_unit
 
Have fun making RubyGems!