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"]