6 lines
107 B
Ruby
6 lines
107 B
Ruby
# frozen_string_literal: true
|
|
|
|
module BundlerChecksum
|
|
# bundler-checksum version
|
|
VERSION = '0.1.0'
|
|
end
|