Skip to content

Commit

Permalink
Refactor to remove usage of git in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamparayil authored Oct 25, 2022
1 parent b0ea863 commit e33c776
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']
spec.test_files = Dir['test/**/*.rb']

spec.require_paths = ["lib"]

Expand Down

0 comments on commit e33c776

Please sign in to comment.