summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2013-08-27 11:47:18 -0400
committerTerence Lee <hone02@gmail.com>2013-08-27 15:32:33 -0400
commita0d1d3aecd49fb7ba71fb865b1b33d323fb2a287 (patch)
tree59e888bd8b91890854ddd68c4f3ae75cabef2ffe
parent7c6c3af20ddd837629479266ad38ef936c8f7342 (diff)
downloadbundler-a0d1d3aecd49fb7ba71fb865b1b33d323fb2a287.tar.gz
make bundler gem accessible when building a gem
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index b01aec564d..6344e2ddab 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.files += Dir.glob('lib/bundler/man/**/*') # man/ is ignored by git
spec.test_files = spec.files.grep(%r{^spec/})
- spec.executables = %w(bundle)
+ spec.executables = %w(bundle bundler)
spec.require_paths = ["lib"]
end