Sha256: 2ac81d4fafa4066cec7690848854cbe530dcb088fa5b017fb00728b4dbad8753

Contents?: true

Size: 1.41 KB

Versions: 2

Compression:

Stored size: 1.41 KB

Contents

#
# Copyright (c) 2011-2016 Cloudware S.A. All rights reserved.
#
# This file is part of sp-job.
#
# sp-job is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# sp-job is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with sp-job.  If not, see <http://www.gnu.org/licenses/>.
#

#require 'byebug'
require 'awesome_print'
require 'rollbar'
require 'redis'
require 'backburner'
require 'json'
require 'fileutils'
require 'optparse'
require 'os'
require 'pg'
require 'oauth2'         unless RUBY_ENGINE == 'jruby'
require 'oauth2-client'  unless RUBY_ENGINE == 'jruby'
require 'curb'           unless RUBY_ENGINE == 'jruby'
require 'erb'
require 'ostruct'
require 'json'
require 'mail'
require 'uri'

require 'sp/job'
require 'sp/job/version'
require 'sp/job/worker'
require 'sp/job/worker_thread'
require 'sp/job/common'
require 'sp/job/unique_file'
require 'sp/job/broker_http_client'      unless RUBY_ENGINE == 'jruby'
require 'sp/job/broker_oauth2_client'    unless RUBY_ENGINE == 'jruby'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sp-job-0.2.3 lib/sp-job.rb
sp-job-0.2.2 lib/sp-job.rb