GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
rename rspec to stories
ivey (author)
Tue Mar 04 21:59:25 -0800 2008
commit  ef623a4855a68d6153656f35b0ca5c4bd1021a35
tree    7a95ab368367a8df04a90d4225d469872b9f552f
parent  7e684451decb5c0f36fbd8c1625b25567b914722
...
5
6
7
8
 
9
10
11
...
39
40
41
42
43
 
...
5
6
7
 
8
9
10
11
...
39
40
41
 
42
43
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 merb_stories]
0
 
0
 orm_gems = %w[merb_activerecord merb_datamapper merb_sequel]
0
 
0
@@ -39,4 +39,4 @@ task :bundle do
0
       sh %{cp #{gem}/pkg/#{gem}-#{$1}.gem bundle/}
0
     end
0
   end
0
-end
0
\ No newline at end of file
0
+end

Comments

    No one has commented yet.