Sha256: f09a2bd70e563d69f3b15022e39a3ee38d76de79788c8abe207dd06a6d07ebfa

Contents?: true

Size: 361 Bytes

Versions: 16

Compression:

Stored size: 361 Bytes

Contents

require 'bootstrap_builder/engine'
require 'bootstrap_builder/builder'
require 'bootstrap_builder/helper'
require 'bootstrap_builder/configuration'

module BootstrapBuilder
  class << self

    def configure
      yield configuration
    end

    def configuration
      @configuration ||= Configuration.new
    end
    alias :config :configuration

  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
bootstrap_builder-0.4.0 lib/bootstrap_builder.rb
bootstrap_builder-0.3.3 lib/bootstrap_builder.rb
bootstrap_builder-0.3.2 lib/bootstrap_builder.rb
bootstrap_builder-0.3.1 lib/bootstrap_builder.rb
bootstrap_builder-0.3.0 lib/bootstrap_builder.rb
bootstrap_builder-0.2.6 lib/bootstrap_builder.rb
bootstrap_builder-0.2.5 lib/bootstrap_builder.rb
bootstrap_builder-0.2.4 lib/bootstrap_builder.rb
bootstrap_builder-0.2.3 lib/bootstrap_builder.rb
bootstrap_builder-0.2.2 lib/bootstrap_builder.rb
bootstrap_builder-0.2.1 lib/bootstrap_builder.rb
bootstrap_builder-0.2.0 lib/bootstrap_builder.rb
bootstrap_builder-0.1.2 lib/bootstrap_builder.rb
bootstrap_builder-0.1.1 lib/bootstrap_builder.rb
bootstrap_builder-0.1.0 lib/bootstrap_builder.rb
bootstrap_builder-0.0.0 lib/bootstrap_builder.rb