Sha256: 0127cc5f390503d20a548dc71d1d2f6576d173ccc53356174e789a2d8a55d025

Contents?: true

Size: 211 Bytes

Versions: 14

Compression:

Stored size: 211 Bytes

Contents

# frozen-string-literal: true

module Rodbot
  module Constants

    # Service types
    SERVICES = %i(app relay schedule).freeze

    # Hosting types
    HOSTINGS = %i(procfile docker render).freeze

  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rodbot-0.4.5 lib/rodbot/constants.rb
rodbot-0.4.4 lib/rodbot/constants.rb
rodbot-0.4.3 lib/rodbot/constants.rb
rodbot-0.4.2 lib/rodbot/constants.rb
rodbot-0.4.1 lib/rodbot/constants.rb
rodbot-0.4.0 lib/rodbot/constants.rb
rodbot-0.3.4 lib/rodbot/constants.rb
rodbot-0.3.3 lib/rodbot/constants.rb
rodbot-0.3.2 lib/rodbot/constants.rb
rodbot-0.3.1 lib/rodbot/constants.rb
rodbot-0.3.0 lib/rodbot/constants.rb
rodbot-0.2.0 lib/rodbot/constants.rb
rodbot-0.1.1 lib/rodbot/constants.rb
rodbot-0.1.0 lib/rodbot/constants.rb