Sha256: f761646d3ca97c33792d6f1a95d2483496544faf86e40b38ea2191887a871836

Contents?: true

Size: 1011 Bytes

Versions: 11

Compression:

Stored size: 1011 Bytes

Contents

# encoding: UTF-8
#
# Copyright (c) 2010-2017 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/lcm/lcm'
require_relative 'gooddata/lcm/lcm2'
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'
require 'backports/2.1.0/array/to_h'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
gooddata-1.1.0-java lib/gooddata.rb
gooddata-1.1.0 lib/gooddata.rb
gooddata-1.0.2-java lib/gooddata.rb
gooddata-1.0.2 lib/gooddata.rb
gooddata-1.0.1 lib/gooddata.rb
gooddata-1.0.1-java lib/gooddata.rb
gooddata-1.0.0-java lib/gooddata.rb
gooddata-1.0.0 lib/gooddata.rb
gooddata-0.6.54 lib/gooddata.rb
gooddata-0.6.53 lib/gooddata.rb
gooddata-0.6.52 lib/gooddata.rb