drnic / newgem

newgem - New Gem Generator for RubyGems

newgem / PostInstall.txt
100644 28 lines (17 sloc) 0.663 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
USAGE: newgem project_name
HELP/OPTIONS: newgem -h
 
 
newgem uses config from your ~/.rubyforge/user-config.yml file
You can add the following key/values to this file:
  full_name : Dr Nic Williams
  email : drnicwilliams@gmail.com
  github_username: drnic
 
To create the ~/.rubyforge/user-config.yml file run:
  rubyforge setup
  rubyforge config
 
Whenever you create a new RubyForge.org project, re-run:
  rubyforge config
 
 
Did you know you have script/generate generators?
  application_generator, component_generator, executable,
  extconf, install_jruby, install_rspec, install_rspec_stories,
  install_website, test_unit
 
Have fun making RubyGems!