9 lines
127 B
Ruby
9 lines
127 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module Bundler
|
||
|
module Checksum
|
||
|
# bundler-checksum version
|
||
|
VERSION = '0.1.0'
|
||
|
end
|
||
|
end
|