summaryrefslogtreecommitdiff
path: root/UPGRADING.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-06-17 00:06:53 +0200
committerXavier Noria <fxn@hashref.com>2011-06-17 00:06:53 +0200
commit8d0b0e1d37ceb5c65d52d6cf6d795edb3693e9a7 (patch)
tree79083d78f1c40ec8c49f954bc791b4f478c5f659 /UPGRADING.md
parent073094d6e68271907205721f2a2f0e1844abc667 (diff)
downloadbundler-8d0b0e1d37ceb5c65d52d6cf6d795edb3693e9a7.tar.gz
gems provide "executables", they are rarely also "binaries"
Diffstat (limited to 'UPGRADING.md')
-rw-r--r--UPGRADING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADING.md b/UPGRADING.md
index 905f6a41eb..666dcf7ae4 100644
--- a/UPGRADING.md
+++ b/UPGRADING.md
@@ -61,8 +61,8 @@ Bundler 0.9 removes the following Bundler 0.8 Gemfile APIs:
via `bundle install /path/to/bundle`. Bundler will remember
where you installed the dependencies to on a particular
machine for future installs, loads, setups, etc.
-5. `bin_path`: Bundler no longer generates binaries in the root
- of your app. You should use `bundle exec` to execute binaries
+5. `bin_path`: Bundler no longer generates executables in the root
+ of your app. You should use `bundle exec` to execute executables
in the current context.
### Gemfile Changes