From 3abb8229d46993c59c70eb44d6bbd80f55287345 Mon Sep 17 00:00:00 2001 From: "Samuel E. Giddins" Date: Mon, 6 Jul 2015 17:25:18 -0700 Subject: Add new binstubs for rake and rspec in bin, move executables to exe --- bundler.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'bundler.gemspec') diff --git a/bundler.gemspec b/bundler.gemspec index 142e3d33..c2a6340b 100644 --- a/bundler.gemspec +++ b/bundler.gemspec @@ -27,6 +27,7 @@ Gem::Specification.new do |s| # we use them to generate the long-form help for each command. s.files += Dir.glob('lib/bundler/man/**/*') + s.bindir = "exe" s.executables = %w(bundle bundler) s.require_paths = ["lib"] end -- cgit v1.2.3