module Gemnasium::GitlabService

Constants

VERSION

Public Class Methods

execute(options) click to toggle source
# File lib/gemnasium/gitlab_service.rb, line 7
def execute(options)
  Pusher.new(options).call
end