aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAndré Arko <mail@arko.net>2015-04-01 01:47:44 +0100
committerAndré Arko <mail@arko.net>2015-04-01 01:47:44 +0100
commit58948d2283019bfa467e8dab8e64a9f2ca840ef4 (patch)
tree774bca82423f725e85672097964686de3f3c6fa4 /man
parentb35eafd0502912c87302574d16cfb4c1ae94ccb8 (diff)
parent228b4492fe1efe09299a9bfba74530fa6dacbf9f (diff)
downloadbundler-58948d2283019bfa467e8dab8e64a9f2ca840ef4.tar.gz
Merge pull request #3464 from pjump/gemspec_options
gemspec should accept a glob option in its argument hash
Diffstat (limited to 'man')
-rw-r--r--man/gemfile.5.ronn8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index 876c9273..1340b59a 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