consul.gemspec in consul-1.1.0 vs consul.gemspec in consul-1.1.1
- old
+ new
@@ -11,11 +11,13 @@
s.description = s.summary
s.license = 'MIT'
if RUBY_VERSION.to_f >= 2.0
s.metadata = {
+ 'source_code_uri' => s.homepage,
'bug_tracker_uri' => 'https://github.com/makandra/consul/issues',
'changelog_uri' => 'https://github.com/makandra/consul/blob/master/CHANGELOG.md',
+ 'rubygems_mfa_required' => 'true',
}
end
s.files = `git ls-files`.split("\n").reject { |f| f.match(%r{^(test|spec|features)/}) }
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")