ruby-exclaim.gemspec in ruby-exclaim-0.1.0 vs ruby-exclaim.gemspec in ruby-exclaim-0.1.1

- old
+ new

@@ -18,10 +18,10 @@ # Set 'allowed_push_post' to control where this gem can be published. if spec.respond_to?(:metadata) spec.metadata['allowed_push_host'] = 'https://rubygems.org' - + spec.metadata['rubygems_mfa_required'] = 'true' else raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.' end spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }