Sha256: 01482b17fc7dfff1165861462505e68f3eab9c003e991ed53ea97d1e20d3dc64
Contents?: true
Size: 315 Bytes
Versions: 4
Compression:
Stored size: 315 Bytes
Contents
source 'https://rubygems.org' gemspec # Evaluate Gemfile.local if it exists if File.exists? "#{__FILE__}.local" eval(File.read("#{__FILE__}.local"), binding) end # Evaluate ~/.gemfile if it exists if File.exists?(File.join(Dir.home, '.gemfile')) eval(File.read(File.join(Dir.home, '.gemfile')), binding) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
onceover-3.9.0 | Gemfile |
onceover-3.8.0 | Gemfile |
onceover-3.7.0 | Gemfile |
onceover-3.6.2 | Gemfile |