lib/gemsmith/rake/publisher.rb in gemsmith-9.0.0 vs lib/gemsmith/rake/publisher.rb in gemsmith-9.1.0
- old
+ new
@@ -28,9 +28,10 @@
@publisher = publisher
@shell = shell
@kernel = kernel
end
+ # rubocop:disable Metrics/AbcSize
def push
creds = credentials.new key: gem_spec.allowed_push_key.to_sym,
url: gem_spec.allowed_push_host
creds.create