bioruby.gemspec.erb in bio-1.3.1 vs bioruby.gemspec.erb in bio-1.4.0

- old
+ new

@@ -79,10 +79,12 @@ # Files whose suffix are .rdoc are selected. rdoc_files = files.find_all { |item| /\.rdoc\z/ =~ item } # Fail safe settings if rdoc_files.empty? then rdoc_files = [ 'README.rdoc', 'README_DEV.rdoc', - 'doc/Changes-1.3.rdoc' ] + 'RELEASE_NOTES.rdoc', + 'doc/Changes-1.3.rdoc', + ] end rdoc_files.push "ChangeLog" unless rdoc_files.include?("ChangeLog") rdoc_files.sort.collect { |x| x.dump }.join(",\n ") ###### Above is executed in ERB environment ###### %>