Skip to content

Commit d969737

Browse files
committed
stop bundling tests files in the gem
1 parent e07786a commit d969737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616

1717
spec.executables = ["oauth"]
1818
spec.files = Dir.glob("lib/**/*.rb")
19-
spec.test_files = Dir.glob("test/**/*.rb")
19+
#spec.test_files = Dir.glob("test/**/*.rb") + Dir.glob('test/keys/*')
2020
spec.extra_rdoc_files = [ "LICENSE", "README.rdoc", "TODO" ]
2121

2222
# This gem will work with 2.0 or greater...

0 commit comments

Comments
 (0)