module PatchedGemPusher

Public Instance Methods

serve() click to toggle source

Monkeypatch to run a gem syncing service in the background after pushing a gem to the gemserver.

Calls superclass method
# File lib/patched/gem_pusher.rb, line 22
def serve
  super
  Google::Cloud::Gemserver::Backend::StorageSync.run
end