wonder-ruby-style.gemspec in wonder-ruby-style-0.0.6 vs wonder-ruby-style.gemspec in wonder-ruby-style-0.54.0

- old
+ new

@@ -1,6 +1,6 @@ -# coding: utf-8 +# encoding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'wonder/ruby/style/version' @@ -9,10 +9,11 @@ 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 = 'http://www.wonder.com.br' + spec.homepage = 'https://github.com/wondersistemas/wonder-ruby-style' + spec.license = 'MIT' 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.'