Sha256: ea54e8da81d07d4f11f7068ef17caff709dc137f1f47a1e899160f493e8d24b7

Contents?: true

Size: 247 Bytes

Versions: 5

Compression:

Stored size: 247 Bytes

Contents

module Dor
  unless Dor.const_defined? :ARCHIVER_VERSION
    def self.archiver_version
      @archiver_version ||= File.read(File.join(File.dirname(__FILE__), '..', '..', 'VERSION')).chomp
    end
    ARCHIVER_VERSION = archiver_version
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workflow-archiver-3.0.0 lib/dor/archiver_version.rb
workflow-archiver-2.0.3 lib/dor/archiver_version.rb
workflow-archiver-2.0.2 lib/dor/archiver_version.rb
workflow-archiver-2.0.1 lib/dor/archiver_version.rb
workflow-archiver-2.0.0 lib/dor/archiver_version.rb