Sha256: 79417af8132525be3411484c919a6005e7b9d0df9cafdaeb14c3f81c1857de5b

Contents?: true

Size: 224 Bytes

Versions: 4

Compression:

Stored size: 224 Bytes

Contents

module OctocatalogDiff
  # Determine the version of octocatalog-diff
  class Version
    version_file = File.expand_path('../../.version', File.dirname(__FILE__))
    VERSION = File.read(version_file).strip.freeze
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
octocatalog-diff-0.5.6 lib/octocatalog-diff/version.rb
octocatalog-diff-0.5.4 lib/octocatalog-diff/version.rb
octocatalog-diff-0.5.3 lib/octocatalog-diff/version.rb
octocatalog-diff-0.5.1 lib/octocatalog-diff/version.rb