diff options
author | Petr Skocik <pskocik@gmail.com> | 2015-03-09 13:21:05 +0100 |
---|---|---|
committer | Petr Skocik <pskocik@gmail.com> | 2015-03-09 13:21:05 +0100 |
commit | c254f3c86a513fa5fd064bc69def47abf7e08a0b (patch) | |
tree | 393724238da0911f24edd9359103801b630a2ee2 /man/gemfile.5.ronn | |
parent | 3c5d325759f8272955cd45840887c95114f2064d (diff) | |
download | bundler-c254f3c86a513fa5fd064bc69def47abf7e08a0b.tar.gz |
document the new :glob option to gemspec
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r-- | man/gemfile.5.ronn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn index 876c927380..63c2703024 100644 --- a/man/gemfile.5.ronn +++ b/man/gemfile.5.ronn @@ -453,10 +453,10 @@ files in your test code as you would if the project were installed as a gem; you need not manipulate the load path manually or require project files via relative paths. -The `gemspec` method supports optional `:path`, `:name`, and `:development_group` -options, which control where bundler looks for the `.gemspec`, what named -`.gemspec` it uses (if more than one is present), and which group development -dependencies are included in. +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 +(if more than one is present), and which group development dependencies are included in. ## SOURCE PRIORITY |