public
Description: Recipes to get your app up and running quickly and easily.
Clone URL: git://github.com/nakajima/capistrano-bells.git
removed unnecessary init.rb, updated install.rb with instructions
nakajima (author)
Fri Mar 28 19:50:02 -0700 2008
commit  aa936dd7cdf130273d62d8c7a7d0d0ef661b6006
tree    0e7fc140fe30f07ec92c09ddfc7d831aeafcd8af
parent  226a699940302aca94cf8dfc4b7ab2c9e3f10a6c
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2007 Pat Nakajima
0
+Copyright (c) 2007-2008 Pat Nakajima
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining
0
 a copy of this software and associated documentation files (the
...
1
2
 
 
3
...
 
1
2
3
4
0
@@ -1 +1,2 @@
0
-puts IO.read(File.join(File.dirname(__FILE__), 'README'))
0
\ No newline at end of file
0
+puts "You've just installed Capistrano Bells."
0
+puts "Now run rake bells:generate_capfile to generate a new Capfile template and you'll be on your way."
0
\ No newline at end of file

Comments

    No one has commented yet.