Sha256: a4e72975fcf9caca569450aed56f6455ac6431fd5a90057ba87b99d2ef25584e

Contents?: true

Size: 418 Bytes

Versions: 1

Compression:

Stored size: 418 Bytes

Contents

# frozen_string_literal: true

require_relative 'basic'

module VersionGem
  module Version
    VERSION = '1.0.1'.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.0.1 lib/version_gem/version.rb