Codebase list ruby-beaker-hostgenerator / 1.2.10 Gemfile
1.2.10

Tree @1.2.10 (Download .tar.gz)

Gemfile @1.2.10raw · history · blame

1
2
3
4
5
6
7
source ENV['GEM_SOURCE'] || "https://rubygems.org"

gemspec

if File.exists? "#{__FILE__}.local"
  eval(File.read("#{__FILE__}.local"), binding)
end