house_style.gemspec in house_style-2.2.0 vs house_style.gemspec in house_style-2.2.1

- old
+ new

@@ -1,19 +1,19 @@ lib = File.expand_path('lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'house_style' - spec.version = '2.2.0' + spec.version = '2.2.1' spec.authors = ['Altmetric', 'Scott Matthewman'] spec.email = ['engineering@altmetric.com', 'scott.matthewman@gmail.com'] spec.summary = 'A centralised store of house style rules' spec.description = 'Configuration files and other snippets to help you apply standards across multiple projects' spec.homepage = 'https://github.com/altmetric/house_style' spec.license = 'MIT' - spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } + spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(bin|.gitignore|)/}) } spec.require_paths = ['lib'] spec.add_dependency 'rubocop', '>= 1.0', '< 1.23' spec.add_dependency 'rubocop-performance', '~> 1.11.3' spec.add_dependency 'rubocop-rails', '~> 2.12.3'