Skip to content

Commit

Permalink
Update quotes to match the style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Prem Sichanugrist committed Oct 26, 2022
1 parent 9c3c341 commit 697db64
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 = Dir['lib/**/*.rb', 'LICENSE.txt', 'README.md']
spec.test_files = Dir['test/**/*.rb']
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 697db64

Please sign in to comment.