bioruby.gemspec.erb in bio-1.4.3 vs bioruby.gemspec.erb in bio-1.4.3.0001
- old
+ new
@@ -86,11 +86,11 @@
]
end
def rdoc_files.add_file(name)
self.push(name) unless self.include?(name)
end
- rdoc_files.add_file "ChangeLog"
- rdoc_files.add_file "LEGAL"
+ #rdoc_files.add_file "ChangeLog"
+ #rdoc_files.add_file "LEGAL"
rdoc_files.sort.collect { |x| x.dump }.join(",\n ")
###### Above is executed in ERB environment ######
%>
]
s.rdoc_options << '--main' << 'README.rdoc'