public
Description: All the extra stuff you could want for the Mack Framework.
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack-more.git
Upgraded to HAML 2.0.2 [#39 state:resolved milestone:'0.7.0']
markbates (author)
Fri Aug 08 12:21:27 -0700 2008
commit  142b967dcb082b9fcfabf4ea8da85904c3ab2917
tree    68c80bf87f64294e900982b39fbcb31ed662d3cd
parent  ff5a4840acee04952c3c422f72f7dd2507b55e8d
...
13
14
15
16
 
17
18
19
...
13
14
15
 
16
17
18
19
0
@@ -13,7 +13,7 @@ require File.join(crt, "rake_task_requires")
0
   s.test_files = FileList['test/**/*']
0
 
0
   s.files = FileList['lib/**/*.*', 'README', 'doc/**/*.*']
0
-  s.add_dependency("haml", "1.8.2")
0
+  s.add_dependency("haml", "2.0.2")
0
   s.require_paths << 'lib'
0
   
0
   s.has_rdoc = true

Comments