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/joe/merb-plugins.git
commit  eeb44bb412183772afcd3f52415ddb0df2f20b65
tree    8801c50a6f278968a41d16a9911d3cf0915f4a34
parent  ee3c153c4d7a8fc054ba726b19ebb21bb77090be
merb-plugins / release_plugins
100755 9 lines (7 sloc) 0.199 kb
1
2
3
4
5
6
7
8
9
#!/bin/bash
 
for i in merb_activerecord 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