Skip to content

Commit

Permalink
Fix broken gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed May 30, 2019
1 parent dc9405c commit bbc67a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omniauth-rails_csrf_protection.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/cookpad/omniauth-rails_csrf_protection"
spec.license = "MIT"

spec.files = `git ls-files`
spec.test_files = `git ls-files -- {test}/*`.split("\n")
spec.files = `git ls-files`.split("\n")
spec.test_files = `git ls-files -- test/*`.split("\n")

spec.require_paths = ["lib"]

Expand Down

0 comments on commit bbc67a6

Please sign in to comment.