Sha256: 0d4b068e3b38860ebb2dfe4aa1f8fd241ae0832424ad4830d2f5a7bbc20720fb

Contents?: true

Size: 253 Bytes

Versions: 6

Compression:

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

gemspec
gem 'pry'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chalk-log-0.1.7 Gemfile
chalk-log-0.1.6 Gemfile
chalk-log-0.1.5 Gemfile
chalk-log-0.1.4 Gemfile
chalk-log-0.1.3 Gemfile
chalk-log-0.1.2 Gemfile