gitlab-styles.gemspec in gitlab-styles-3.3.0 vs gitlab-styles.gemspec in gitlab-styles-3.4.0
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'gitlab/styles/version'
Gem::Specification.new do |spec|
@@ -11,10 +13,10 @@
spec.summary = 'GitLab style guides and shared style configs.'
spec.homepage = 'https://gitlab.com/gitlab-org/gitlab-styles'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject do |f|
- f.match(%r{^(test|spec|features)/})
+ f.match(%r{^(docs|test|spec|features)/})
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']