Is your plugin hosted on GitHub? Make sure to press the "fetch" button next to the repository field to fetch your plugin's info from GitHub rather than typing it all in.
Repository
Name
Home Page
Short description A generator for creating daemons to run out-of-process tasks along-side your Rails application.
Description To get yourself rolling: > sudo gem install daemons > ./script/plugin install [optional -x] http://svn.kylemaxwell.com/rails_plugins/daemon_generator/trunk/ > ./script/generate daemon Then insert your code in the lib/daemons/.rb stub. All pid's and logs will live in the normal log/ folder. This helps to make things Capistrano friendly. Individual control script: > ./lib/daemons/_ctl [start|stop|restart] App-wide control script (I add this to my capistrano recipe's after_restart task): > ./script/daemons [start|stop|restart]
Description format RDoc MarkDown Textile
License Ruby's Rails' (MIT) GPL LGPL BSD Apache Artistic PublicDomain BSD-type Free-Trial Free-but-Restricted OpenSource Proprietary Shareware Source-available-proprietary Commercial
Category Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions