summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-05-14 16:35:23 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-05-14 16:35:23 -0700
commit404a67bb03ce1c7e9b36b76b11cf3963226ed811 (patch)
treee9604b603da97491126946d522873028b2e2ba19
parent654e44a1febe1ebc89a43bb986a21f4efa653c6c (diff)
downloadbundler-seg-recursive-gemspec-search.tar.gz
[Path] Allow arbitrary nesting of gemspecs inside a path sourceseg-recursive-gemspec-search
-rw-r--r--lib/bundler/source/path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/source/path.rb b/lib/bundler/source/path.rb
index 862fbcb97a..e1c9168689 100644
--- a/lib/bundler/source/path.rb
+++ b/lib/bundler/source/path.rb
@@ -8,7 +8,7 @@ module Bundler
attr_writer :name
attr_accessor :version
- DEFAULT_GLOB = "{,*,*/*}.gemspec"
+ DEFAULT_GLOB = "{,*,**/*}.gemspec"
def initialize(options)
@options = options