We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa2b3f commit c22be97Copy full SHA for c22be97
snapdragon.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
spec.homepage = "http://github.com/reachlocal/snapdragon"
14
spec.license = "MIT"
15
16
- spec.files = `git ls-files`.split($/)
+ spec.files = `git ls-files`.split($/) + Dir.glob('lib/jasmine/lib/jasmine-core/**/*')
17
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
spec.require_paths = ["lib"]
0 commit comments