diff --git a/.gitignore b/.gitignore index 66e0930..c36ef28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Gemfile.lock -coverage/ \ No newline at end of file +coverage/ +*.gem diff --git a/.rubocop.yml b/.rubocop.yml index a05b6fd..e41aa12 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -11,3 +11,6 @@ RSpec/NamedSubject: RSpec/NestedGroups: Enabled: false + +Gemspec/RequireMFA: + Enabled: false diff --git a/zandelok_custom_functions.gemspec b/zandelok_custom_functions.gemspec index 24ab62c..296f831 100644 --- a/zandelok_custom_functions.gemspec +++ b/zandelok_custom_functions.gemspec @@ -10,5 +10,5 @@ Gem::Specification.new do |s| s.email = 'gleb.kirill98@gmail.com' s.homepage = 'https://github.com/Zandelok/zandelok_custom_functions' s.version = '0.0.1' - s.metadata['rubygems_mfa_required'] = 'true' + s.metadata['rubygems_mfa_required'] = 'false' end