summaryrefslogtreecommitdiff
path: root/man/gemfile.5.ronn
diff options
context:
space:
mode:
authorPetr Skocik <pskocik@gmail.com>2015-03-09 13:47:07 +0100
committerPetr Skocik <pskocik@gmail.com>2015-03-09 13:47:07 +0100
commit1c7d862c423018a2a0a17dc9d42bcf538ab9f759 (patch)
tree002a89983ff3fe2b623b2077e95f07d10d9389bd /man/gemfile.5.ronn
parentc254f3c86a513fa5fd064bc69def47abf7e08a0b (diff)
downloadbundler-1c7d862c423018a2a0a17dc9d42bcf538ab9f759.tar.gz
fix spaces
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r--man/gemfile.5.ronn4
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