Skip to content

Commit

Permalink
updated date types for metadata: metanorma/metanorma-jis#15
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Dec 15, 2023
1 parent ea666ea commit 703edf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/isodoc/metadata_date.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module IsoDoc
class Metadata
DATETYPES = %w{published accessed created implemented obsoleted confirmed
updated corrected issued received transmitted copied unchanged
circulated vote-started
vote-ended}.freeze
DATETYPES =
%w{published accessed created implemented obsoleted confirmed updated
corrected issued received transmitted copied unchanged circulated
adapted announced vote-started vote-ended stable-until}.freeze

def months
{
Expand Down

0 comments on commit 703edf4

Please sign in to comment.