wonder-ruby-style.gemspec in wonder-ruby-style-0.71.0 vs wonder-ruby-style.gemspec in wonder-ruby-style-1.65.1

- old
+ new

@@ -3,17 +3,17 @@ lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'wonder/ruby/style/version' Gem::Specification.new do |spec| - spec.name = 'wonder-ruby-style' - spec.version = Wonder::Ruby::Style::VERSION - spec.authors = ['Wonder Sistemas'] - spec.email = ['wonder@wonder.com.br'] - - spec.summary = 'Compartilhamento de configurações do Rubocop entre os projetos de Ruby.' - spec.homepage = 'https://github.com/wondersistemas/wonder-ruby-style' - spec.license = 'MIT' + spec.name = 'wonder-ruby-style' + spec.version = Wonder::Ruby::Style::VERSION + spec.authors = ['Wonder Sistemas'] + spec.email = ['wonder@wonder.com.br'] + spec.summary = 'Compartilhamento de configurações do Rubocop entre os projetos de Ruby.' + spec.homepage = 'https://github.com/wondersistemas/wonder-ruby-style' + spec.license = 'MIT' + spec.required_ruby_version = '>= 2.7.0' if spec.respond_to?(:metadata) spec.metadata['allowed_push_host'] = 'https://rubygems.org' else raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.'