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

Version Path
einhorn-0.8.2 Gemfile
einhorn-0.7.4 Gemfile
einhorn-0.7.3 Gemfile
einhorn-0.7.2 Gemfile
einhorn-0.7.1 Gemfile
einhorn-0.7.0 Gemfile
einhorn-0.6.5 Gemfile
einhorn-0.6.4 Gemfile
einhorn-0.6.3 Gemfile
einhorn-0.6.2 Gemfile
einhorn-0.6.1 Gemfile
einhorn-0.6.0 Gemfile
einhorn-0.5.7 Gemfile