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/auser/merb-plugins.git
fix rakefile to not build merb_rspec as it is in -core now.
ezmobius (author)
Thu Mar 06 17:22:22 -0800 2008
commit  6e646728be5981c15d25d6dc65ec0fb24863e9bc
tree    545356907345f4522f81e6b5fb06a3f9f1253178
parent  999b1e663a5416f8bf4ef9f52b464accf245e403
...
5
6
7
8
 
9
10
11
...
20
21
22
23
 
24
25
26
...
5
6
7
 
8
9
10
11
...
20
21
22
 
23
24
25
26
0
@@ -5,7 +5,7 @@ windows = (PLATFORM =~ /win32|cygwin/) rescue nil
0
 
0
 SUDO = windows ? "" : "sudo"
0
 
0
-gems = %w[merb_activerecord merb_datamapper merb_helpers merb_sequel merb_param_protection merb_rspec merb_test_unit]
0
+gems = %w[merb_activerecord merb_datamapper merb_helpers merb_sequel merb_param_protection merb_test_unit]
0
 
0
 orm_gems = %w[merb_activerecord merb_datamapper merb_sequel]
0
 
0
@@ -20,7 +20,7 @@ namespace :install do
0
     end
0
   end
0
 
0
- desc "Install the ORM merb-pluging sub-gems"
0
+ desc "Install the ORM merb-plugins sub-gems"
0
   task :orm do
0
     orm_gems.each do |dir|
0
       sh %{cd #{dir}; #{SUDO} rake install}

Comments

    No one has commented yet.