Sha256: f789f755ac0d47f534b4ba2da5345e88245712d3d177c53eeb475da574b49dc4

Contents?: true

Size: 381 Bytes

Versions: 18

Compression:

Stored size: 381 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

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

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

local_gemfile = ::File.join(::File.dirname(__FILE__), 'Gemfile.local')
eval_gemfile local_gemfile if ::File.exist?(local_gemfile)

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
avm-tools-0.129.0 Gemfile
eac_tools-0.16.0 sub/avm-tools/Gemfile
avm-tools-0.128.0 Gemfile
eac_tools-0.15.0 sub/avm-tools/Gemfile
eac_tools-0.14.0 sub/avm-tools/Gemfile
eac_tools-0.13.0 sub/avm-tools/Gemfile
avm-tools-0.127.0 Gemfile
eac_tools-0.12.0 sub/avm-tools/Gemfile
avm-tools-0.126.0 Gemfile
eac_tools-0.11.1 sub/avm-tools/Gemfile
avm-tools-0.125.0 Gemfile
eac_tools-0.11.0 sub/avm-tools/Gemfile
avm-tools-0.124.0 Gemfile
eac_tools-0.10.0 sub/avm-tools/Gemfile
avm-tools-0.123.0 Gemfile
eac_tools-0.9.0 sub/avm-tools/Gemfile
avm-tools-0.122.0 Gemfile
eac_tools-0.8.0 sub/avm-tools/Gemfile