We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07786a commit d969737Copy full SHA for d969737
oauth.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
17
spec.executables = ["oauth"]
18
spec.files = Dir.glob("lib/**/*.rb")
19
- spec.test_files = Dir.glob("test/**/*.rb")
+ #spec.test_files = Dir.glob("test/**/*.rb") + Dir.glob('test/keys/*')
20
spec.extra_rdoc_files = [ "LICENSE", "README.rdoc", "TODO" ]
21
22
# This gem will work with 2.0 or greater...
0 commit comments