debian-mirror-gitlab/vendor/gems/bundler-checksum/lib/bundler/checksum/version.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
127 B
Ruby
Raw Normal View History

2022-10-11 01:57:18 +05:30
# frozen_string_literal: true
module Bundler
module Checksum
# bundler-checksum version
VERSION = '0.1.0'
end
end