public
Fork of wycats/merb-plugins
Description: Merb Plugins: Even more modules to hook up your Merb installation
Homepage: http://www.merbivore.com
Clone URL: git://github.com/gwynm/merb-plugins.git
Gwyn Morfey (author)
Wed Apr 16 03:58:11 -0700 2008
commit  13beef0e31151c7121baa3f8df595e174ed7e80b
tree    f5722b8af97db1ab24cc40bdd2295e5c7e611ae6
parent  f35d84c0b5b971ded6c0b698884d2d71707ee091
merb-plugins / release_plugins
100755 9 lines (7 sloc) 0.215 kb
1
2
3
4
5
6
7
8
9
#!/bin/bash
 
for i in merb_activerecord merb_datamapper merb_helpers merb_sequel merb_param_protection merb_rspec merb_test_unit; do
cd $i
rake package
#rubyforge add_release merb $i $1 pkg/$i-$1.gem
cd ..
done