Sha256: e6158bbe876d4ab450081bd14d7284a282faa32cf586a9670eee2c5f045f3800

Contents?: true

Size: 316 Bytes

Versions: 2

Compression:

Stored size: 316 Bytes

Contents

#!/usr/bin/env ruby

# The application 'rake' is installed as part of a gem, and
# this file is here to facilitate running it.

require 'pathname'

ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', Pathname.new(__dir__).realpath)

require 'rubygems'
require 'bundler/setup'

load Gem.bin_path('rake', 'rake')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nugem-0.8.3 templates/common/gem_scaffold/bin/rake
nugem-0.8.1 templates/common/gem_scaffold/bin/rake