README.rdoc in dwc-archive-0.9.1 vs README.rdoc in dwc-archive-0.9.2

- old
+ new

@@ -98,15 +98,10 @@ [2, "Береза"], [3, "Wheeping Birch"], [3, "Береза плакучая"] ] - synonyms = [ - ["http://rs.tdwg.org/dwc/terms/TaxonID", "http://rs.tdwg.org/dwc/terms/scientificName", "http://rs.tdwg.org/dwc/terms/taxonomicStatus"], - [1, "Betila Linnaeus, 1753", 'misspelling'] - ] - eml = { :id => '1234', :license => 'http://creativecommons.org/licenses/by-sa/3.0/', :title => 'Test Classification', :authors => [ @@ -129,11 +124,10 @@ :citation => 'Test classification: Doe John, Doe Jane, Taxnonmy, 10, 1, 2010', :url => 'http://example.com' } gen.add_core(core, 'core.txt') - gen.add_extension(synonyms, 'synonyms.txt') - gen.add_extension(vernacular_names, 'vernacular_names.txt') + gen.add_extension(vernacular_names, 'vernacular_names.txt', true, 'http://rs.gbif.org/terms/1.0/VernacularName') gen.add_meta_xml gen.add_eml_xml(eml) gen.pack