Sha256: d447a79aee96aca56b5a6999560a163c86c6c07f08811e3fa48ac9a80408f507
Contents?: true
Size: 814 Bytes
Versions: 1
Compression:
Stored size: 814 Bytes
Contents
source ENV['GEM_SOURCE'] || "https://rubygems.org" gemspec group :release do gem 'github_changelog_generator', :require => false, :git => 'https://github.com/voxpupuli/github-changelog-generator', :branch => 'voxpupuli_essential_fixes' end def location_for(place, fake_version = nil) if place =~ /^(git:[^#]*)#(.*)/ [fake_version, { :git => $1, :branch => $2, :require => false }].compact elsif place =~ /^file:\/\/(.*)/ ['>= 0', { :path => File.expand_path($1), :require => false }] else [place, { :require => false }] end end group :test do gem "beaker", *location_for(ENV['BEAKER_VERSION'] || ['>= 4.16.0', '< 5.0.0']) gem "beaker-abs", *location_for(ENV['ABS_VERSION'] || '~> 0.4.0') end if File.exists? "#{__FILE__}.local" eval(File.read("#{__FILE__}.local"), binding) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beaker-puppet-1.21.0 | Gemfile |