public
Description: A tool for controlling and configuring Merb applications
Homepage: http://crazycool.co.uk/2008/04/16/manage-your-merb
Clone URL: git://github.com/eldiablo/merb-manage.git
added the MIT license file, a CONTRIBUTORS file to keep track of all those 
people who contribute to merb-manage, and also rebuilt the gem for version 
0.5 (to include the changes loob2 made)
eldiablo (author)
Mon Jun 02 15:08:22 -0700 2008
commit  211f0e7dfaf8a5a0ab78f915aee0dba31b00c7ab
tree    7b45125f1a0769c8f3b8b87f9b837068f62c9918
parent  52446bbc882b32e16be95f9f6244adbbb2a44908
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@ require "rake/gempackagetask"
0
 # Define the merb-manage gem spec
0
 spec = Gem::Specification.new do |s|
0
   s.name = "merb-manage"
0
- s.version = "0.4"
0
+ s.version = "0.5"
0
   s.author = "El Draper"
0
   s.email = "el@eldiablo.co.uk"
0
   s.homepage = "http://github.com/eldiablo/merb-manage"

Comments

    No one has commented yet.