Welcome to mirror list, hosted at ThFree Co, Russian Federation.

version.rb « checksum « bundler « lib « bundler-checksum « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41e958b2db965a2ae97e79ba27223f13204d5f5d (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Bundler
  module Checksum
    # bundler-checksum version
    VERSION = '0.1.0'
  end
end