Skip to content

Commit

Permalink
Merge pull request #14 from abrahamparayil/patch-1
Browse files Browse the repository at this point in the history
Remove usage of git in gemspec
  • Loading branch information
Prem Sichanugrist authored Oct 26, 2022
2 parents b0ea863 + 697db64 commit eed9037
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`.split("\n")
spec.test_files = `git ls-files -- test/*`.split("\n")
spec.files = Dir["lib/**/*.rb", "LICENSE.txt", "README.md"]
spec.test_files = Dir["test/**/*.rb"]

spec.require_paths = ["lib"]

Expand Down

0 comments on commit eed9037

Please sign in to comment.