edge_rider.gemspec in edge_rider-2.0.0 vs edge_rider.gemspec in edge_rider-2.1.0

- old
+ new

@@ -11,9 +11,10 @@ spec.summary = 'Power tools for ActiveRecord relations (scopes)' spec.description = spec.summary spec.homepage = 'https://github.com/makandra/edge_rider' spec.license = 'MIT' + spec.metadata = { 'rubygems_mfa_required' => 'true' } # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir(File.expand_path(__dir__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }