quality.gemspec in quality-22.0.0 vs quality.gemspec in quality-23.0.0

- old
+ new

@@ -1,5 +1,6 @@ +# frozen_string_literal: true # ; -*-Ruby-*- # -*- encoding: utf-8 -*- $LOAD_PATH.push File.join(File.dirname(__FILE__), 'lib') require 'quality/version' @@ -8,14 +9,14 @@ s.version = Quality::VERSION s.authors = ['Vince Broz'] # s.default_executable = %q{quality} s.description = - 'Quality is a tool that runs quality checks on your code using ' \ + "Quality is a tool that runs quality checks on your code using " \ "community tools, and makes sure your numbers don't get any " \ "worse over time. Just add 'rake quality' as part of your " \ - 'Continuous Integration' + "Continuous Integration" s.email = ['vince@broz.cc'] # s.executables = ["quality"] # s.extra_rdoc_files = ["CHANGELOG", "License.txt"] s.license = 'MIT' s.files = Dir['CODE_OF_CONDUCT.md', 'LICENSE.txt', 'README.md', @@ -28,10 +29,10 @@ # s.rubyforge_project = %q{quality} s.rubygems_version = '1.3.6' s.summary = 'Code quality tools for Ruby' s.add_runtime_dependency('activesupport') - s.add_runtime_dependency('source_finder', ['>=3.0.0']) + s.add_runtime_dependency('github-linguist') s.add_runtime_dependency('cane', ['>= 2.6']) s.add_runtime_dependency('reek', ['>= 1.3.4']) s.add_runtime_dependency('flog', ['>= 4.1.1']) s.add_runtime_dependency('bundler-audit') # flay 2.6.0 contained a command-line-parsing issue