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