lib/isodoc/csand/metadata.rb in metanorma-csand-1.0.12 vs lib/isodoc/csand/metadata.rb in metanorma-csand-1.1.0

- old
+ new

@@ -40,10 +40,10 @@ "" end end def unpublished(status) - %w(published withdrawn).include? status.downcase + !%w(published withdrawn).include? status.downcase end end end end