Sha256: ed06734d877570a9838822c71ba299936549f295dab3e9cb09b4cb99a219e6ee

Contents?: true

Size: 901 Bytes

Versions: 8

Compression:

Stored size: 901 Bytes

Contents

# encoding: UTF-8
#
# Copyright (c) 2010-2015 GoodData Corporation. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

require 'pmap'
$pmap_default_thread_count = 20 # rubocop:disable GlobalVars

# GoodData Module
module GoodData
end

# Modules
require_relative 'gooddata/bricks/bricks'
require_relative 'gooddata/commands/commands'
require_relative 'gooddata/core/core'
require_relative 'gooddata/data/data'
require_relative 'gooddata/exceptions/exceptions'
require_relative 'gooddata/helpers/helpers'
require_relative 'gooddata/models/models'

# Files
require_relative 'gooddata/app/app'
require_relative 'gooddata/client'
require_relative 'gooddata/connection'
require_relative 'gooddata/extract'
require_relative 'gooddata/version'

# Extensions
require_relative 'gooddata/extensions/extensions'

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
gooddata-edge-0.6.27.edge lib/gooddata.rb
gooddata-0.6.28 lib/gooddata.rb
gooddata-0.6.27 lib/gooddata.rb
gooddata-0.6.26 lib/gooddata.rb
gooddata-0.6.25 lib/gooddata.rb
gooddata-0.6.24 lib/gooddata.rb
gooddata-0.6.23 lib/gooddata.rb
gooddata-0.6.22 lib/gooddata.rb