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