Rakefile in clevic-0.13.0.b6 vs Rakefile in clevic-0.13.0.b9

- old
+ new

@@ -23,11 +23,11 @@ description "SQL table GUI with Qt / Java Swing and Sequel" gem.need_tar false depend_on 'fastercsv', '>=1.2.3' - depend_on 'gather', '>=0.0.6' + depend_on 'gather', '>=0.0.8' depend_on 'andand', '>= 1.3.0' depend_on 'sequel', '>= 3.8.0' depend_on 'bsearch', '>=1.5.0' # for html paste parsing depend_on 'hpricot', '>= 0.8.1' @@ -50,20 +50,22 @@ gem.files File.new('Manifest.txt').to_a.map( &:chomp ) # List of files to generate rdoc from # Not the same as the rdoc -i which is list of files # to search for include directives - rdoc.include %w{README.txt ^lib/clevic/.*\.rb$ models/examples.rb History.txt TODO} + rdoc.include %w{README.rdoc ^lib/clevic/.*\.rb$ models/examples.rb History.txt TODO} # List of Regexs to exclude from rdoc processing rdoc.exclude %w{^pkg.*} # Include URL for git browser in rdoc output rdoc.opts %w{-W http://gitweb.semiosix.com/gitweb.cgi?p=clevic;a=blob;f=%s;hb=HEAD} rdoc.main 'README.txt' #~ rdoc.external true end + +CLEAN.include %w[**/.DS_Store tmp *.log doc website/doc] #~ p.clean_globs |= %w[**/.DS_Store tmp *.log] #~ path = (p.rubyforge_name == p.name) ? p.rubyforge_name : "\#{p.rubyforge_name}/\#{p.name}" #~ p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc') #~ p.rsync_args = '-av --delete --ignore-errors'