Sha256: bbadcaef2d6110d4af95ef7ebe109a902440a678f25bc6a54f536f1b9f212050

Contents?: true

Size: 292 Bytes

Versions: 11

Compression:

Stored size: 292 Bytes

Contents

require 'ostruct'
require 'albacore/support/openstruct'

module Configuration
  module NChurn
    include Albacore::Configuration

    def nchurn
      @nchurnconfig ||= OpenStruct.new.extend(OpenStructToHash)
      yield(@nchurnconfig) if block_given?
      @nchurnconfig
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
albacore-0.3.6 lib/albacore/config/nchurnconfig.rb
albacore-1.0.0.rc.2 lib/albacore/config/nchurnconfig.rb
albacore-1.0.0.rc.1 lib/albacore/config/nchurnconfig.rb
albacore-0.3.5 lib/albacore/config/nchurnconfig.rb
albacore-0.3.4 lib/albacore/config/nchurnconfig.rb
albacore-0.3.3 lib/albacore/config/nchurnconfig.rb
albacore-0.3.2 lib/albacore/config/nchurnconfig.rb
albacore-0.3.1 lib/albacore/config/nchurnconfig.rb
albacore-0.3.0 lib/albacore/config/nchurnconfig.rb
albacore-0.2.7 lib/albacore/config/nchurnconfig.rb
albacore-0.2.6 lib/albacore/config/nchurnconfig.rb