mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Fix typo [ci skip]
This commit is contained in:
parent
4f79360ae1
commit
85ed12045c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ Gem::Specification.new do |spec|
|
|||
spec.homepage = 'https://github.com/laserlemon/simple_oauth'
|
||||
spec.licenses = %w(MIT)
|
||||
|
||||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('test/') }
|
||||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?('spec/') }
|
||||
spec.require_paths = %w(lib)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue