public
Description: Markaby patched to run on rails 2.0.2
Homepage: http://code.whytheluckystiff.net/markaby/
Clone URL: git://github.com/giraffesoft/markaby.git
 * tools/rakehelp.rb: reverting previous change


git-svn-id: http://code.whytheluckystiff.net/svn/markaby/trunk@99 
2c81c6a9-7b7e-da11-ae0f-006097933fb5
tec (author)
Sun Dec 17 06:35:51 -0800 2006
commit  3b4748a18b988c8cec843d571ef364863bcf3eee
tree    6378e4c7028484ef7f6adfcb93e7f6bdcb951b71
parent  15bdac5ee854f3ad39ccc1fc140ed405c6c5926a
...
78
79
80
81
82
83
84
...
78
79
80
 
81
82
83
0
@@ -78,7 +78,6 @@ def setup_gem(pkg_name, pkg_version, author, summary, dependencies, test_file)
0
         s.test_file = test_file
0
         s.has_rdoc = true
0
         s.extra_rdoc_files = [ "README" ]
0
- s.autorequire = 'markaby'
0
         dependencies.each do |dep|
0
             s.add_dependency(*dep)
0
         end

Comments

    No one has commented yet.