Sha256: 2ce6c0060cacee3285a8483e0159f7380676e1c0b3ad1e65e0c78b860bd7f4ba

Contents?: true

Size: 392 Bytes

Versions: 1

Compression:

Stored size: 392 Bytes

Contents

# frozen_string_literal: true

module VersionGem
  module Version
    VERSION = '1.1.2'.freeze
    # This would work in this gem, but not in external libraries,
    #   because version files are loaded in Gemspecs before bundler
    #   has a chance to load dependencies.
    # Instead, see lib/version_gem.rb for a solution that will work everywhere
    # extend VersionGem::Basic
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
version_gem-1.1.2 lib/version_gem/version.rb