Sha256: 8f445865f33bafd0975de0eeecd0426d46281434ccc467f6ba67d3ae6386aac1

Contents?: true

Size: 281 Bytes

Versions: 35

Compression:

Stored size: 281 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

gems_subdir = ::File.join(__dir__, 'vendor')
Dir["#{gems_subdir}/*"].each do |dir|
  next unless ::File.directory?(dir)

  basename = ::File.basename(dir)
  gem basename, path: "#{gems_subdir}/#{basename}"
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
ehbrs-tools-0.28.1 Gemfile
ehbrs-tools-0.28.0 Gemfile
ehbrs-tools-0.27.0 Gemfile
ehbrs-tools-0.26.0 Gemfile
ehbrs-tools-0.25.1 Gemfile
ehbrs-tools-0.25.0 Gemfile
ehbrs-tools-0.24.0 Gemfile
ehbrs-tools-0.23.1 Gemfile
ehbrs-tools-0.23.0 Gemfile
ehbrs-tools-0.22.0 Gemfile
ehbrs-tools-0.21.0 Gemfile
ehbrs-tools-0.20.0 Gemfile
ehbrs-tools-0.19.0 Gemfile
ehbrs-tools-0.18.0 Gemfile
ehbrs-tools-0.17.0 Gemfile
ehbrs-tools-0.16.5 Gemfile
ehbrs-tools-0.16.4 Gemfile
ehbrs-tools-0.16.3 Gemfile
ehbrs-tools-0.16.2 Gemfile
ehbrs-tools-0.16.1 Gemfile