From e26e9bea4b7d1ee55fe0096cd008831daeb0df3c Mon Sep 17 00:00:00 2001 From: Pavel Skrylev Date: Thu, 19 Sep 2019 00:49:35 +0300 Subject: [PATCH] fix(patternfly-sass): Added package.json to list of the files in the gemspec explicitly + package.json to list of the files in the gemspec explicitly, because it is required be version.rb --- patternfly-sass.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/patternfly-sass.gemspec b/patternfly-sass.gemspec index d3beb309f6..c96a2a39e8 100644 --- a/patternfly-sass.gemspec +++ b/patternfly-sass.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |s| s.files = [ 'patternfly-sass.gemspec', + 'package.json', 'LICENSE.txt', 'README.md', 'CODE_OF_CONDUCT.md',