Sha256: 87a96735a556bbcc72ae432ecc38f2b8061c8feae17a881b6add82802c93f748
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true module VersionGem module Version VERSION = '1.0.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.0.2 | lib/version_gem/version.rb |