Sha256: cfbcab4164e91cdd7996d9ff93e03fc65b82adae561acd79e1c47ce4978a4caf
Contents?: true
Size: 349 Bytes
Versions: 13
Compression:
Stored size: 349 Bytes
Contents
# Execute bundler hook if present ['~/.', '/etc/'].any? do |file| File.lstat(path = File.expand_path(file + 'bundle-gemfile-hook')) rescue next eval(File.read(path), binding, path); break true end || source('https://rubygems.org/') # Only needed for examples gem 'thin-attach_socket' # Specify your gem's dependencies in einhorn.gemspec gemspec
Version data entries
13 entries across 13 versions & 1 rubygems