From 9c3c3416ea53f8867d6f3ccda1bab05fed30ae7c Mon Sep 17 00:00:00 2001 From: Abraham Raji Date: Wed, 26 Oct 2022 04:44:04 +0530 Subject: [PATCH] Add more files to spec files --- omniauth-rails_csrf_protection.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-rails_csrf_protection.gemspec b/omniauth-rails_csrf_protection.gemspec index a08460d..bc689fe 100644 --- a/omniauth-rails_csrf_protection.gemspec +++ b/omniauth-rails_csrf_protection.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/cookpad/omniauth-rails_csrf_protection" spec.license = "MIT" - spec.files = Dir['lib/**/*.rb'] + spec.files = Dir['lib/**/*.rb', 'LICENSE.txt', 'README.md'] spec.test_files = Dir['test/**/*.rb'] spec.require_paths = ["lib"]