Sha256: 2c5e207236379a48d5df98b0356c18a21929e9da1ae7d63552bcbaca1f23d7d5

Contents?: true

Size: 1.37 KB

Versions: 7

Compression:

Stored size: 1.37 KB

Contents

# encoding: UTF-8

# Copyright 2011 innoQ Deutschland GmbH
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

require 'string'
require 'iqvoc/instance_configuration'
require 'iqvoc/configuration/core'
require 'iqvoc/configuration/concept'
require 'iqvoc/configuration/collection'
require 'iqvoc/configuration/label'
require 'iqvoc/configuration/sync'

module Iqvoc
  unless Iqvoc.const_defined?(:Application)
    require File.join(File.dirname(__FILE__), '../config/engine')
  end

  include Iqvoc::Configuration::Core

  module Concept
    include Iqvoc::Configuration::Concept
  end

  module Collection
    include Iqvoc::Configuration::Collection
  end

  module Label
    include Iqvoc::Configuration::Label
  end

  module Sync
    include Iqvoc::Configuration::Sync
  end

end

# FIXME: For reasons yet unknown, the load hook is executed twice
ActiveSupport.run_load_hooks(:after_iqvoc_config, Iqvoc)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
iqvoc-4.1.0 lib/iqvoc.rb
iqvoc-4.0.9 lib/iqvoc.rb
iqvoc-4.0.8 lib/iqvoc.rb
iqvoc-4.0.7 lib/iqvoc.rb
iqvoc-4.0.6 lib/iqvoc.rb
iqvoc-4.0.5 lib/iqvoc.rb
iqvoc-4.0.4 lib/iqvoc.rb