diff options
author | Petr Skocik <pskocik@gmail.com> | 2015-03-09 13:47:07 +0100 |
---|---|---|
committer | Petr Skocik <pskocik@gmail.com> | 2015-03-09 13:47:07 +0100 |
commit | 1c7d862c423018a2a0a17dc9d42bcf538ab9f759 (patch) | |
tree | 002a89983ff3fe2b623b2077e95f07d10d9389bd /man | |
parent | c254f3c86a513fa5fd064bc69def47abf7e08a0b (diff) | |
download | bundler-1c7d862c423018a2a0a17dc9d42bcf538ab9f759.tar.gz |
fix spaces
Diffstat (limited to 'man')
-rw-r--r-- | man/gemfile.5.ronn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn index 63c2703024..1340b59a27 100644 --- a/man/gemfile.5.ronn +++ b/man/gemfile.5.ronn @@ -454,8 +454,8 @@ need not manipulate the load path manually or require project files via relative paths. The `gemspec` method supports optional `:path`, `:glob`, `:name`, and `:development_group` -options, which control where bundler looks for the `.gemspec`, the glob it uses to look -for the gemspec (defaults to: "{,*,*/*}.gemspec"), what named `.gemspec` it uses +options, which control where bundler looks for the `.gemspec`, the glob it uses to look +for the gemspec (defaults to: "{,*,*/*}.gemspec"), what named `.gemspec` it uses (if more than one is present), and which group development dependencies are included in. ## SOURCE PRIORITY |