Sha256: 1f884e8ae6ab4d6d61c04d8c8f176429c6336113d5315e100f1bbfcada8c8684

Contents?: true

Size: 445 Bytes

Versions: 38

Compression:

Stored size: 445 Bytes

Contents

require 'mattock/configuration-store'
module Corundum
  def self.configuration_store
    @configuration_store ||=
      Mattock::ConfigurationStore.new("corundum",
                                      File::expand_path("../default_configuration", __FILE__))
  end

  def self.register_project(rakefile)
    configuration_store.register_search_path(rakefile)
  end

  def self.user_preferences
    configuration_store.user_preferences
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
corundum-0.6.3 lib/corundum/configuration-store.rb
corundum-0.6.2 lib/corundum/configuration-store.rb
corundum-0.6.1 lib/corundum/configuration-store.rb
corundum-0.6.0 lib/corundum/configuration-store.rb
corundum-0.5.0 lib/corundum/configuration-store.rb
corundum-0.4.1 lib/corundum/configuration-store.rb
corundum-0.4.0 lib/corundum/configuration-store.rb
corundum-0.3.9 lib/corundum/configuration-store.rb
corundum-0.3.8 lib/corundum/configuration-store.rb
corundum-0.3.7 lib/corundum/configuration-store.rb
corundum-0.3.6 lib/corundum/configuration-store.rb
corundum-0.3.5 lib/corundum/configuration-store.rb
corundum-0.3.4 lib/corundum/configuration-store.rb
corundum-0.3.3 lib/corundum/configuration-store.rb
corundum-0.3.2 lib/corundum/configuration-store.rb
corundum-0.3.1 lib/corundum/configuration-store.rb
corundum-0.3 lib/corundum/configuration-store.rb
corundum-0.2 lib/corundum/configuration-store.rb
corundum-0.1.4 lib/corundum/configuration-store.rb
corundum-0.1.3 lib/corundum/configuration-store.rb