Skip to content

Commit

Permalink
Exclude non-production code that has a non-commercial license
Browse files Browse the repository at this point in the history
closes #105
  • Loading branch information
yuki24 committed Apr 3, 2018
1 parent b257225 commit 8f72cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion did_you_mean.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/yuki24/did_you_mean"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
spec.files = `git ls-files`.split($/).reject{|path| path.start_with?('evaluation/') }
spec.test_files = spec.files.grep(%r{^(test)/})
spec.require_paths = ["lib"]

Expand Down

0 comments on commit 8f72cbb

Please sign in to comment.