Sha256: 11258308c7d30e54b27a3d4a2cd40c7824724bacd778f91043f9a4ad571e93e8
Contents?: true
Size: 483 Bytes
Versions: 22
Compression:
Stored size: 483 Bytes
Contents
<% assignment_operator = config.override_gem_home ? "=" : "||=" %> <% if config.relative_gem_path.empty? %> ENV['GEM_HOME'] <%= assignment_operator %> File.expand_path('../..', __FILE__) <% else %> ENV['GEM_HOME'] <%= assignment_operator %> File.expand_path('../../<%= config.relative_gem_path %>', __FILE__) <% end %> <% if config.bundler && config.bundler[:gemfile_path] %> ENV['BUNDLE_GEMFILE'] = File.expand_path('../../<%= config.bundler[:gemfile_path] %>', __FILE__) <% end %>
Version data entries
22 entries across 22 versions & 1 rubygems