We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e02fd commit f917eccCopy full SHA for f917ecc
.rubocop.yml
@@ -9,6 +9,9 @@ AllCops:
9
NewCops: enable
10
SuggestExtensions: false
11
12
+Gemspec/RequireMFA:
13
+ Enabled: false
14
+
15
Metrics/AbcSize:
16
Max: 20
17
acts_as_recursive_tree.gemspec
@@ -16,8 +16,7 @@ Gem::Specification.new do |spec|
spec.license = 'MIT'
spec.metadata = {
18
'bug_tracker_uri' => 'https://github.com/1and1/acts_as_recursive_tree/issues',
19
- 'changelog_uri' => 'https://github.com/1and1/acts_as_recursive_tree/blob/main/CHANGELOG.md',
20
- 'rubygems_mfa_required' => 'true'
+ 'changelog_uri' => 'https://github.com/1and1/acts_as_recursive_tree/blob/main/CHANGELOG.md'
21
}
22
spec.required_ruby_version = '>= 2.5.0'
23
spec.files = `git ls-files -z`.split("\x0")
0 commit comments