Sha256: b945b235c2e615e0925b0e7a73279fdf26b624029c42fdb4f1fa80ba5b4e3a45
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true module Config module Factory # The name of this gem NAME = 'config-factory' # The version of this gem VERSION = '0.1.0' # The copyright notice for this gem COPYRIGHT = 'Copyright (c) 2018 The Regents of the University of California' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
config-factory-0.1.0 | lib/config/factory/module_info.rb |