Sha256: 78a903872945218f1f8dd4bfe40955eb59110502431f5c487b2c3299643952df

Contents?: true

Size: 296 Bytes

Versions: 6

Compression:

Stored size: 296 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/')

# Specify your gem's dependencies in einhorn.gemspec
gemspec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
einhorn-0.5.6 Gemfile
einhorn-0.5.5 Gemfile
einhorn-0.5.4 Gemfile
einhorn-0.5.3 Gemfile
einhorn-0.5.2 Gemfile
einhorn-0.5.1 Gemfile