GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Setup a new rails app, git repo, and all the initial prep in one step.
Clone URL: git://github.com/ambethia/git-railed.git
Forgot to add executable to the gemspec
ambethia (author)
Sat Jun 21 20:43:01 -0700 2008
commit  edd46731bcd5ff97e3e46dd66f302a87228bafc0
tree    5742638659e6582672dd72488d72d8b74961f692
parent  104b433fde9338dee27e14c7ec439b2b7399d5fd
...
20
21
22
23
 
24
...
20
21
22
 
23
24
0
@@ -20,5 +20,5 @@ As a sake task:
0
 == Notes
0
 
0
 Until I can figure out how (if it's even possible) to change the working
0
-directory of the parent process, you'll have to `cd my_app_name` yourself
0
+directory of the parent process, you'll have to <tt>cd my_app_name</tt> yourself
0
 after running git-railed. Boo.
...
2
3
4
 
5
6
7
 
8
9
...
2
3
4
5
6
7
8
9
10
11
0
@@ -2,7 +2,9 @@ Gem::Specification.new do |s|
0
   s.name = "git-railed"
0
   s.version = "0.1"
0
   s.author = "Jason L Perry"
0
+ s.email = "jasper@ambethia.com"
0
   s.date = "2008-6-21"
0
   s.summary = "Setup a new rails app, git repo, and all the initial prep in one step."
0
   s.files = ["README.rdoc", "bin/git-railed", "lib/git-railed.rake"]
0
+ s.executables << "git-railed"
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.