We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49cc41 commit 86d47c9Copy full SHA for 86d47c9
pattern_patch.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
"Many patches can be reverted."
12
spec.authors = ["Jimmy Dee"]
13
spec.email = 'jgvdthree@gmail.com'
14
- spec.files = ["lib/**/*.rb"]
+ spec.files = Dir["lib/**/*.rb"]
15
spec.homepage = 'http://github.com/jdee/pattern_patch'
16
spec.license = 'MIT'
17
0 commit comments