Sha256: 2e16ac5a0f284376cc57de8fb7337ddb8d09d85e1b231b76f03f907175972e41

Contents?: true

Size: 253 Bytes

Versions: 81

Compression:

Stored size: 253 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.file?(::File.join(dir, 'Gemfile'))

  gem ::File.basename(dir), path: dir
end

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
avm-tools-0.110.0 Gemfile
avm-tools-0.109.1 Gemfile
avm-tools-0.109.0 Gemfile
avm-tools-0.108.0 Gemfile
avm-tools-0.107.0 Gemfile
avm-tools-0.106.0 Gemfile
avm-tools-0.105.0 Gemfile
avm-tools-0.104.0 Gemfile
avm-tools-0.103.1 Gemfile
avm-tools-0.103.0 Gemfile
avm-tools-0.102.2 Gemfile
avm-tools-0.102.1 Gemfile
avm-tools-0.102.0 Gemfile
avm-tools-0.101.0 Gemfile
avm-tools-0.100.0 Gemfile
avm-tools-0.99.1 Gemfile
avm-tools-0.99.0 Gemfile
avm-tools-0.98.0 Gemfile
avm-tools-0.97.0 Gemfile
avm-tools-0.96.0 Gemfile